-
Type:
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
Affects Version/s: 1.8
-
Fix Version/s: None
-
Component/s: SVG Viewer
-
Labels:None
-
Environment:Operating System: All
Platform: PC
Running squiggle on this input exposes some kind of rendering bug.
--------------------- CUT HERE ------------------------
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="480.0" height="240.0"
viewBox="0 0 48.0 24.0"
version="1.0">
<text>
<tspan fill="black" font-size="20" id="node" y="20"
font-family="'Arial'">55:55</tspan>
</text>
</svg>
--------------------- CUT HERE ------------------------
See attached screenshot.
Runtime information:
$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)