Re: SVG font-size bug (resolution)
<[email protected]> Tue, 20 Jan 2009 19:02:31 +0100
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> > 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.