[Webkit-unassigned] [Bug 37071] New: SVG/SMIL parse failure on attribute keySplines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 4 09:35:07 PDT 2010


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

           Summary: SVG/SMIL parse failure on attribute keySplines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-
                    elem-89-t.svg
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org


WebKit fails on
http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-elem-89-t.svg . The
reason is a parsing failure in attribute keySplines.
The Spec say the following about parsing (BNF):

S ::= (#x20 | #x9 | #xD | #xA)*

control-pt-set ::= ( fpval comma-wsp fpval comma-wsp fpval comma-wsp fpval )
fpval          ::= Floating point number
comma-wsp      ::= S (spacechar|",") S

'spacechar' and 'S' seems to be the same.

Furthermore, we should sperate SMIL from SVG more and move the parsing to the
SMIL code. But this is a design decision and should be covered by another bug
report.

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