GNOME Bugzilla – Bug 662653
Support Opacity for Canvas elements
Last modified: 2011-11-01 11:56:11 UTC
Included patch adds Opacity support for Canvas elements. Had to create a new GXPSCanvas typedef to hold the opacity value.
Created attachment 199891 [details] [review] adds Opacity support for Canvas elements
Created attachment 199892 [details] example XPS document showing a Canvas with Opacity
Created attachment 200079 [details] [review] adds Opacity support for Canvas elements Updated patch. Uses g_ascii_strtod instead of g_strtod.
Review of attachment 200079 [details] [review]: Pushed to git master. Thanks!