[Webkit-unassigned] [Bug 33784] [Qt] Modifying SVG path dumping to equal to other ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 18 09:10:31 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33784


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org




--- Comment #2 from Dirk Schulze <krit at webkit.org>  2010-01-18 09:10:30 PST ---
(In reply to comment #1)
> Hi Csaba,
> 
> thanks for the bug report. We should really rewrite to have a cross-platform
> Path::debugString() implementation, by supplying a path-applier function,
> that's used to iterate over all path segments (using Path::apply()) in order to
> dump them.
> 
> Shouldn't be much work, does anyone volunteer? :-)

Also it is not possible for qt to match the LayoutTest results. Qt closes
paths, once they cross each other, while SVG doesn't. Not a problem for the
visible result, but gives wrong output for DRT.
Qt also closes path's automaticly, if start and ending point match each other.
This causes one of the W3C tests to fail.
Altogether, it's realy better to follow Nikos advice, even if I still did not
understand how he wants to do it ;-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list