[Bug 326570] [NEW] pstoedit missing separators in svg output
Roland Orre
roland.orre at gmail.com
Sat Feb 7 14:24:59 UTC 2009
Public bug reported:
Binary package hint: pstoedit
On some eps input files pstoedit generates svg output which gives
parsing errors.
In the attached example the file diagram.eps is converted to svg with the command
/usr/bin/pstoedit -noclip -xshift -30 -yshift 200 -ndt -usebbfrominput -f plot-svg diagram.eps diagram-bug.svg
this file can not be included in e.g. inkscape or be parsed by e.g. seamonkey
seamonkey diagram-bug.svg
gives
XML Parsing Error: not well-formed
Location: file:///home/orre/work/who5/toxscore4/error/diagram-bug.svg
Line Number 79, Column 129:<polygon points="81.801,280.55 106.85,280.55 106.85,464.65 81.801,464.65 " stroke="lime" stroke-width="0" stroke-dasharray="2 1"fill="lime" fill-rule="nonzero" />
--------------------------------------------------------------------------------------------------------------------------------^
The problem is that there is no blank space before fill=
A workaround is to edit the generated output file
/usr/bin/pstoedit -noclip -xshift -30 -yshift 200 -ndt -usebbfrominput -f plot-svg $1 |sed -e 's/"fill=/" fill=/g' > $dst
ProblemType: Bug
Architecture: amd64
Date: Sat Feb 7 15:02:59 2009
DistroRelease: Ubuntu 8.04
Package: pstoedit 3.45-4
PackageArchitecture: amd64
SourcePackage: pstoedit
Uname: Linux 2.6.24-21-generic x86_64
UnreportableReason: This is not a genuine Ubuntu package
** Affects: pstoedit (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-bug
--
pstoedit missing separators in svg output
https://bugs.launchpad.net/bugs/326570
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list