After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662653 - Support Opacity for Canvas elements
Support Opacity for Canvas elements
Status: RESOLVED FIXED
Product: libgxps
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: libgxps maintainers
libgxps maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-25 05:40 UTC by Jason Crain
Modified: 2011-11-01 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds Opacity support for Canvas elements (4.41 KB, patch)
2011-10-25 05:41 UTC, Jason Crain
none Details | Review
example XPS document showing a Canvas with Opacity (2.38 KB, application/octet-stream)
2011-10-25 05:42 UTC, Jason Crain
  Details
adds Opacity support for Canvas elements (4.42 KB, patch)
2011-10-27 05:24 UTC, Jason Crain
committed Details | Review

Description Jason Crain 2011-10-25 05:40:55 UTC
Included patch adds Opacity support for Canvas elements.

Had to create a new GXPSCanvas typedef to hold the opacity value.
Comment 1 Jason Crain 2011-10-25 05:41:37 UTC
Created attachment 199891 [details] [review]
adds Opacity support for Canvas elements
Comment 2 Jason Crain 2011-10-25 05:42:32 UTC
Created attachment 199892 [details]
example XPS document showing a Canvas with Opacity
Comment 3 Jason Crain 2011-10-27 05:24:50 UTC
Created attachment 200079 [details] [review]
adds Opacity support for Canvas elements

Updated patch.  Uses g_ascii_strtod instead of g_strtod.
Comment 4 Carlos Garcia Campos 2011-11-01 11:55:57 UTC
Review of attachment 200079 [details] [review]:

Pushed to git master. Thanks!