Exporting grouped SVG to Postscript
The following file loads great in Inkscape 4.1, but creates only a black screen in Inkscape 4.3 on SuSE 9.3; 4.3 then appears to hang.
When I export the file as postscript in Inkscape 4.1, it puts all the references to "entry" on top of one another rather than next to one another.
Any fix for this (and also for the hang problem)?
-------------------- <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="27.94cm" width="21.59cm" x="0" y="0" version="1.1" viewBox="0 0 27.94 21.59"> <defs> <g id="entry"> <path style="stroke: black; stroke-width: 0.03; fill: none;" d="M 0 0 H 1.25 V 1.50 H 0 Z M 0 .30 H 1.25 M 0.625 .30 V 1.5 M 0 .6 H .625" /> <path style="stroke: black; stroke-width: 0.03; fill: none; stroke-dasharray: 0.1, 0.1; shape-rendering: crispEdges;" d="M 0 0.9 H .625 M 0 1.2 H .625"/> </g> <g id="row" style="stroke:black; stroke-width: 0.03; fill: none;"> <path d="M 0 0 H 6.25 V 1.5 H 0 M 1.25 0 V 1.5 M 1.25 0.75 H 6.25" /> <use xlink:href="#entry" x="6.25" y="0" /> <use xlink:href="#entry" x="7.50" y="0" /> <use xlink:href="#entry" x="8.75" y="0" /> <use xlink:href="#entry" x="10.00" y="0" /> <use xlink:href="#entry" x="11.25" y="0" /> <use xlink:href="#entry" x="12.50" y="0" /> <use xlink:href="#entry" x="13.75" y="0" /> <use xlink:href="#entry" x="15.00" y="0" /> <use xlink:href="#entry" x="16.25" y="0" /> <use xlink:href="#entry" x="17.50" y="0" /> <rect x="18.75" y="0" width="1.25" height="1.5" /> </g> </defs> <use xlink:href="#row" x="3" y="3" /> </svg>
On 3/25/06, J David Eisenberg <catcode@...1716...> wrote:
The following file loads great in Inkscape 4.1, but creates only a black screen in Inkscape 4.3 on SuSE 9.3; 4.3 then appears to hang.
Indeed 0.43 hang on this file, but current SVN works fine. Just upgrade to a nightly build.
When I export the file as postscript in Inkscape 4.1, it puts all the references to "entry" on top of one another rather than next to one another.
I'm not sure I understand this description. Please file a bug, attaching both source SVG and PS created by a current build (as files, not by copy/paste) and a detailed description of what's wrong with the PS.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (2)
-
bulia byak
-
J David Eisenberg