Hello,

In Gnoga.Gui.Element.Canvas.Context_2D could you add the implementation of 
pixel manipulation API to Gnoga TODO list?

http://www.w3.org/TR/2dcontext/ see ยง13 Pixel manipulation:
ImageData getImageData (double sx, double sy, double sw, double sh);
void putImageData(ImageData imagedata, double dx, double dy);
...

And also proposal for:
  void setLineDash (sequence<unrestricted double> segments); // default empty
  sequence<unrestricted double> getLineDash();
See http://sourceforge.net/p/gnoga/mailman/message/33175198.

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to