Igor Levdanski created BATIK-1160:
-------------------------------------
Summary: Arab Transcoder error
Key: BATIK-1160
URL: https://issues.apache.org/jira/browse/BATIK-1160
Project: Batik
Issue Type: Bug
Components: SVG Rasterizer
Affects Versions: 1.8, 1.7
Environment: Linux Mint 17.3, java-8-oracle
Reporter: Igor Levdanski
Transcoder "null↵Enclosed Exception:↵47" when running:
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<text>
<tspan>العَرََِّة</tspan>
</text>
</g>
</svg>
or the same with escaped chars:
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<text>
<tspan>"العَرََِّة"</tspan>
</text>
</g>
</svg>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]