Hi all. I am producing a PNG file and I'm using an xsl with SVG element like this:
<fo:instream-foreign-object> <svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="100%" height="100%"> <svg:line x1="15" y1="15" x2="25" y2="15"/> <svg:line x1="15" y1="16" x2="25" y2="16"/> </svg:svg> </fo:instream-foreign-object> I need to draw 1 pixel thin lines. I set the target resolution to 203dpi and I noticed that the pixel of the lines is scaled (bigger) according the resolution (~3px thin). Is there any way to control the svg pixel size via program or configuration leaving the resolution to 203dpi? Thanks. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/SVG-pixel-size-tp38853.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
