[cairo-bugs] [Bug 23067] using clear drawing operator crashes printing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 5 08:05:51 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=23067





--- Comment #6 from Julian Lamb <thepurlieu at gmail.com>  2009-08-05 08:05:48 PST ---
Thanks Chris.  As far as avoiding CLEAR operations, I'm not sure we have much
choice.  The RS274X file format has a "negative polarity" command, which pretty
much lets the user "erase" previously drawn objects by drawing a negative
object over them.  Since we allow transparency, I didn't see any other way than
to use the CLEAR operator to draw over it, since we can't just draw the object
using the background color.  Are there some other methods to achieve the same
effect?

Cheers--
Julian


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list