https://bugzilla.wikimedia.org/show_bug.cgi?id=31122

       Web browser: ---
             Bug #: 31122
           Summary: rsvg on scaler does not handle unterminated inline
                    style statements
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Images and files
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


See also: The thumbnail of the original upload has a black background. It
contains the following line:


<svg version="1.1" xmlns="http://www.w3.org/2000/svg";  width="300px"
height="200px" style="fill:#0072BC">

The most recent upload of the file has as only change a ; after the style
comment:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg";  width="300px"
height="200px" style="fill:#0072BC;">

The rsvg parser is supposed to force style element termination before feeding
it to the css parser, just as the HTML parsers do with style="" attributes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to