Bug 38785 - SVG 1.1 2nd edition test suite failures
Summary: SVG 1.1 2nd edition test suite failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://samples.msdn.microsoft.com/iet...
Keywords:
Depends on: 18356
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-07 18:28 PDT by James Robinson
Modified: 2012-06-11 13:02 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2010-05-07 18:28:30 PDT
We should pass all of these.
Comment 1 Eric Seidel (no email) 2010-05-07 19:03:00 PDT
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.
Comment 2 Dirk Schulze 2010-05-07 22:02:50 PDT
(In reply to comment #1)
> 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.

We should differ between the official (upcoming) SVG test suite and the one of the IE team, or better: open seperate bugs for every issue.

2. is fixed in trunk

3. all platforms fail here.
Comment 3 Rob Buis 2012-06-09 15:33:41 PDT
We pass all three mentioned tests these days (at least on Mac). I think it is best to close this bug.
Comment 4 Alexey Proskuryakov 2012-06-11 12:58:38 PDT
So why not do that? :)
Comment 5 Rob Buis 2012-06-11 13:02:46 PDT
Hi Alexey,

(In reply to comment #4)
> So why not do that? :)

I prefer others confirming my findings :)
Thanks for closing all those old bugs.