[ 
https://issues.apache.org/jira/browse/BATIK-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870204#comment-17870204
 ] 

Dennis Hendriks commented on BATIK-1368:
----------------------------------------

Indeed, it would be similar, but would ignore all vendor attributes, not only 
the ones starting with `-i`.

I also only encountered it for Inkscape so far, so the fix in BATIK-1363 is 
sufficient for me. I see the latest Batik release is 1.17 from 2023-08-22. When 
will Batik 1.18 be released with the BATIK-1363 fix?

> 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
>            Priority: Major
>
> {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: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to