RESOLVED FIXED38785
SVG 1.1 2nd edition test suite failures
https://bugs.webkit.org/show_bug.cgi?id=38785
Summary SVG 1.1 2nd edition test suite failures
James Robinson
Reported 2010-05-07 18:28:30 PDT
We should pass all of these.
Attachments
Eric Seidel (no email)
Comment 1 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.
Dirk Schulze
Comment 2 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.
Rob Buis
Comment 3 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.
Alexey Proskuryakov
Comment 4 2012-06-11 12:58:38 PDT
So why not do that? :)
Rob Buis
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.