[cairo-bugs] [Bug 25238] Dummy final move_to in PDF output
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 1 01:45:39 PST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=25238
Andrea Canciani <ranma42 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ranma42 at gmail.com
--- Comment #3 from Andrea Canciani <ranma42 at gmail.com> 2009-12-01 01:45:37 PST ---
This would probably be best fixed either by ignoring any trailing MOVE_TO in
_cairo_path_fixed_interpret or by avoiding to add a MOVE_TO after each
CLOSE_PATH.
The first fix would keep current path semantic, the second one would have the
advantage that any sequence of
([move_to|line_to|curve_to]* close_path)* stroke
and the corresponding sequence of
([move_to|line_to|curve_to]* close_path stroke)*
where each closed path part is stroked right after closing would draw the same
lines (the result might be different because of compositing, but at least no
line would appear/disappear).
--
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