Re: [xsl] svg dotted rect ?

Subject: Re: [xsl] svg dotted rect ?
From: Herwig Posedu <herwig.posedu@xxxxxxxxxx>
Date: Thu, 30 Sep 2004 14:11:01 +0200
Jarno.Elovirta@xxxxxxxxx wrote:

Hi,



i need to view dotted rectangles in my pdf, which i generate over fop with a xslt
i have made it with a svg-graphic like this:
<fo:instream-foreign-object>
<svg:svg width="6mm" height="5mm">
<svg:rect x="1mm" y="0mm" width="3mm" height="3mm" style="fill:none; stroke:black; stroke-width:0.2; stroke-dasharray:1,1,1"/> </svg:svg>
</fo:instream-foreign-object>


it looks like dotted, but in fact it isn't, there are short lines and unfortunatly no dotts.

has anybody an idea, how i can make may rectangle real dotted with "dots" and not with "short lines"



This not an XSLT or XSL related question, but rather SVG. You should check the SVG spec


well, i tried it, but didn't found a solution, thats why i ask ;)

and then see if the version of FOP you use implements that.

Cheers,

Jarno - Nick Rafferty: May 2003 Mix

Current Thread