From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-31 17:31:54
|
https://bugzilla.gnome.org/show_bug.cgi?id=614495 gnome-perl | Cairo | unspecified Summary: set|get_extend not working with Cairo::LinearGradient and Cairo::RadialGradient Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Cairo AssignedTo: gtk...@li... ReportedBy: squ...@fr... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Created an attachment (id=157617) --> (https://bugzilla.gnome.org/attachment.cgi?id=157617) patch The set|get_extend method is only defined for Cairo::Pattern of type Cairo::ImageSurface instead of for all Cairo::Pattern objects. patch attached I've added tests for all Cairo::Pattern subtypes, not sure it's really needed. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-31 17:55:46
|
https://bugzilla.gnome.org/show_bug.cgi?id=614495 gnome-perl | Cairo | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157617|application/octet-stream |text/plain mime type| | Attachment #157617|0 |1 is patch| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-31 18:17:28
|
https://bugzilla.gnome.org/show_bug.cgi?id=614495 gnome-perl | Cairo | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |kaf...@gm... Ever Confirmed|0 |1 --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2010-03-31 18:17:16 UTC --- The current implementation follows <http://cairographics.org/manual/bindings-patterns.html>. But it does seem to make sense to call the extend methods on gradient patterns at least. I've taken this to the cairo list: <http://lists.cairographics.org/archives/cairo/2010-March/019643.html>. Let's see what they write. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-05-16 14:26:54
|
https://bugzilla.gnome.org/show_bug.cgi?id=614495 gnome-perl | Cairo | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Torsten Schoenfeld <kaf...@gm...> 2010-05-16 14:26:40 UTC --- A comment on the list and some more testing confirmed that you are indeed right, and that the manual is wrong. So committed your patch. Thanks. I also treated set_filter and get_filter similarly, for the same reasons. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-05-16 14:27:04
|
https://bugzilla.gnome.org/show_bug.cgi?id=614495 gnome-perl | Cairo | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157617|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |