[Bug 11691] New: styling-inherit-01-t.html uses percentages in stop offsets

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11691

           Summary: styling-inherit-01-t.html uses percentages in stop
                    offsets
           Product: SVG
           Version: SVG 1.2 Tiny
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Styling
        AssignedTo: schepers@w3.org
        ReportedBy: ben.cotterell@antplc.com
         QAContact: www-svg@w3.org


Percentages as values of stop offsets are only in SVG Full, not in SVG Tiny.
But this is the Tiny testsuite

Test should use:

    <stop offset="0.5" stop-color="inherit" />

instead of:

    <stop offset="50%" stop-color="inherit" />

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 7 January 2011 10:34:49 UTC