[ 
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>"&#x0627;&#x0644;&#x0639;&#x064E;&#x0631;&#x064E;&#x0650;&#x064E;&#x0651;&#x0629;"</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>"&#x0627;&#x0644;&#x0639;&#x064E;&#x0631;&#x064E;&#x0650;&#x064E;&#x0651;&#x0629;"</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>"&#x0627;&#x0644;&#x0639;&#x064E;&#x0631;&#x064E;&#x0650;&#x064E;&#x0651;&#x0629;"</tspan>
>     </text>
>   </g>
> </svg>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
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