hello list,
while trying to narrow down things, i realized that even this:
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1000">
<defs/>
<g id="main1158258339859" style="stroke-width:10" stroke="black">
<path d="M2000,1000 L0,0 "/>
<path d="M1000,1000 L1000,0 "/>
<path d="M0,500 L2000,500 "/>
<path d="M0,800 L2000,800 "/>
<path d="M0,0 L0,1000 "/>
<path d="M2000,0 L2000,1000 "/>
</g>
</svg>
comes out wrong when rendered as eps. but ... if i set
overflow="visible" in the svg
element, it come out right ... go figure.
.rm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]