[Magick-bugs] SVG font-size bug (resolution)

Thomas.Stegemann at materna.de Thomas.Stegemann at materna.de
Tue Jan 20 10:02:31 PST 2009


> > See attached pictures for example
> 
> The mailing list does not accept attachments.  Instead 
> forward your SVG image
> to this address or post a URL to it.
> 

Sorry,

the SVG just contains two lines of text:

<?xml version="1.0" encoding="ISO-8859-1"  standalone="no"?>
<svg encoding="ISO-8859-1"  width="82.55mm" height="203mm" text-rendering="optimizeLegibility">
<text x="0mm" y="10mm" style="font-size: 16.0pt">Line 1</text>
<text x="0mm" y="20mm" style="font-size: 16.0pt">Line 2</text>
</svg>

with the command 
> convert -density 72 c:\test.svg c:\test_72.jpg
I get the two lines of text as expected.

with the command 
> convert -density 200 c:\test.svg c:\test_200.jpg
I get the two lines but the characters are bigger than expected. The two lines overlap.

with the command 
> convert -density 36 c:\test.svg c:\test_36.jpg
I get the two lines but the characters are smaller than expected.
 




More information about the Magick-bugs mailing list