[Webkit-unassigned] [Bug 38785] SVG 1.1 2nd edition test suite failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 19:03:01 PDT 2010


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-05-07 19:03:00 PST ---
1.
http://samples.msdn.microsoft.com/ietestcenter/svg112/svg/svg/chapter_05.1.svg
is likely a <use> implementation detail which WildFox could easily spot.

2.
http://samples.msdn.microsoft.com/ietestcenter/svg112/svg/svg/chapter_08.2.svg
is that our path parser is more lenient that theirs is (probably than the spec
too).  Should be an easy fix.  Krit or Rob might have a sec to look.

3.
http://samples.msdn.microsoft.com/ietestcenter/svg112/svg/svg/chapter_11.4.svg
is an obscure detail of how paths are drawn which is currently just showing
CG's default behavior.  So we may have to write custom code to handle that case
since the various GraphicsContext implementations are unlikely following SVG's
spec to the letter.

-- 
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