Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add limited <canvas> support #6

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

Add limited <canvas> support #6

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Feature request:
1. add canvas component that supports rendering image or svg.

To learn Go, I am porting a python utility based on matplotlib to Go. 
Matplotlib provides browser-based rendering backend using a canvas element.  
http://matplotlib.org/users/whats_new.html#backends And, I was attracted to 
Gowut as a way to create the UI with Go.

The issue I encountered with reloading the current gowut image component within 
a gowut page is that there was obvious blinking as the image was removed and 
reloaded.  Drawing to a canvas element could avoid this.

Would adding minimal support for a canvas component to Gowut that allows 
drawing images be welcome?

If you do not have time to make this change, but think it would be a good idea, 
can you recommend how to approach it within the Gowut framework?  I'd be happy 
to give it a "go".

Thank you.

Original issue reported on code.google.com by [email protected] on 6 Mar 2014 at 5:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants