You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by "Martin Woschko (JIRA)" <ji...@apache.org> on 2014/03/18 15:07:42 UTC

[jira] [Updated] (BATIK-1068) Java 7 Text Printing Problem

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

Martin Woschko updated BATIK-1068:
----------------------------------

    Priority: Critical  (was: Major)

> Java 7 Text Printing Problem
> ----------------------------
>
>                 Key: BATIK-1068
>                 URL: https://issues.apache.org/jira/browse/BATIK-1068
>             Project: Batik
>          Issue Type: Bug
>    Affects Versions: 1.7
>         Environment: Java 7.51 (Windows7 32)
>            Reporter: Martin Woschko
>            Priority: Critical
>
> Printing Text larger than 10 Chars will not work in Java 7.
> This is also realized in http://stackoverflow.com/questions/20086806/printing-svg-with-batik-text-doesnt-sit-where-it-should-be
> For reproduction it is sufficient to print a very simple SVG File with squiggle. If I print the following with Java 6, it works, with Java 7 not.
> <?xml version="1.0" standalone="no"?>
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
>   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
> <svg width="10cm" height="5cm" version="1.1"
>      xmlns="http://www.w3.org/2000/svg">
> <text fill="#000000" font-size="10" stroke="none" x="30" y="30">notprinted!</text>
> <text fill="#000000" font-size="10" stroke="none" x="30" y="70">printed!!!</text>
> </svg>



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org