[ 
https://issues.apache.org/jira/browse/BATIK-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul LeBeau updated BATIK-1116:
-------------------------------
    Description: 
See: 
http://stackoverflow.com/questions/29777351/batik-rasterizer-blank-png-file/29785870#29785870

The following path will cause SVG rendering (perhaps actually parsing) to fail 
with nothing being rendered (ie. blank result).  And no errors reported.

{code:xml}
 <path fill="none" d="M -42854399732.5 320 L -42854399732.5 330" 
stroke="#558ED5" stroke-width="1"/>
{code}

Removing the path, or reducing the large coordinate values, resolves the 
problem.



  was:
See: 
http://stackoverflow.com/questions/29777351/batik-rasterizer-blank-png-file/29785870#29785870

The following path will cause SVG rendering (perhaps actually parsing) to fail 
with nothing being rendered (ie. blank result).  And no errors reported.

 <path fill="none" d="M -42854399732.5 320 L -42854399732.5 330" 
stroke="#558ED5" stroke-width="1"/>

Removing the path, or reducing the large coordinate values, resolves the 
problem.




> Paths with large coordinate values cause rendering to fail completely
> ---------------------------------------------------------------------
>
>                 Key: BATIK-1116
>                 URL: https://issues.apache.org/jira/browse/BATIK-1116
>             Project: Batik
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Paul LeBeau
>
> See: 
> http://stackoverflow.com/questions/29777351/batik-rasterizer-blank-png-file/29785870#29785870
> The following path will cause SVG rendering (perhaps actually parsing) to 
> fail with nothing being rendered (ie. blank result).  And no errors reported.
> {code:xml}
>  <path fill="none" d="M -42854399732.5 320 L -42854399732.5 330" 
> stroke="#558ED5" stroke-width="1"/>
> {code}
> Removing the path, or reducing the large coordinate values, resolves the 
> problem.



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