Dennis Hendriks created BATIK-1368:
--------------------------------------

             Summary: CSS identifiers for vendor-specific extensions fail to 
parse
                 Key: BATIK-1368
                 URL: https://issues.apache.org/jira/browse/BATIK-1368
             Project: Batik
          Issue Type: Bug
          Components: CSS
    Affects Versions: 1.17
            Reporter: Dennis Hendriks


{code:xml}
<svg xmlns="http://www.w3.org/2000/svg"; xmlns:svg="http://www.w3.org/2000/svg"; 
version="1.1" width="100" height="100">
  <rect x="20" y="20" width="20" height="20" style="-a:1; fill: yellow;" />
</svg>
{code}
The '-a' fails to parse as an identifier. As a result of this, the whole style 
of the 'rect' is not applied. Hence, the rectangle does not appear as yellow.

CSS identifiers may start with a dash, see 
https://www.w3.org/TR/CSS2/syndata.html#vendor-keywords.

Batik should properly parse such identifiers.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to