Number: 89
Title: Text label bug in SVG output
Submitter: Emmanuel Pietriga
Date: 26 Feb 2002
Subsys: dot
Version: 1.8
System: *-*-*
Severity: major
Problem:
All text labels are wrong: char 'n' is inserted at the beginning of every label.

For instance :


"http://www.webnuts.net/Jan97.html" -> "genid:8000"
[label="http://purl.org/metadata/dublin_core#Subject",URL="0"];

becomes


<g style="fill:none;stroke:black"><path d="M209,48C291,48 407,48 469,48"/></g>
<polygon style="fill:black;stroke:black" points="467,50 477,48 467,45 467,50"/>
<text text-anchor="middle" x="343" y="44"
style="font-family:Dialog;font-size:10.00">nhttp://purl.org/metadata/dublin_core#Subject</text>
</a></g>

(you can notice the 'n' in front of http://purl.org....)

This is true for nodes and edges.
Owner: ellson
Status: Fixed (26 Feb 2002)