[
https://issues.apache.org/jira/browse/BATIK-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Levdanski updated BATIK-1160:
----------------------------------
Description:
Transcoder "null↵Enclosed Exception:↵47" when running svg to png transcode:
<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>
was:
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>
> 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.7, 1.8
> Environment: Linux Mint 17.3, java-8-oracle
> Reporter: Igor Levdanski
>
> Transcoder "null↵Enclosed Exception:↵47" when running svg to png transcode:
> <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]