[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:
From: |
Mark Tracy |
Subject: |
[bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect: |
Date: |
Mon, 15 Oct 2007 01:11:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1 Firefox/2.0.0.5 |
Follow-up Comment #8, bug #19352 (project gnustep):
Update on clipping: Cairo has 3 different representations for the clip. Only
one can be accessed by the public API: a list of rectangles. If there is a
non-rectangular clip, it is represented differently, and the public API
returns an error message. I can't find where it is happening, but somewhere,
something sets a clip path that has a superfluous moveto() that ultimately
errors out. CairoGState.m -copyWithZone: tries to copy the clip path, fails,
logs the error, and continues on with no clip in the copy.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?19352>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/02
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/03
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/06
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/06
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/07
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/09
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:,
Mark Tracy <=
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/15
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/16
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/17
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/17
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/24
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Mark Tracy, 2007/10/25
- [bug #19352] Cairo: bad EPS from NSView_dataWithEPSInsideRect:, Fred Kiefer, 2007/10/26