The problem occurs when I use åäö as first letter in the second word. Then it removes the space between the words. Example: jag är en ful älg -> jagär en ful älg.
Image sample: http://postimg.org/image/z3uhtvcwh/
This is a sample of svg code that renders wrong:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="650px" height="650px" viewBox="0 0 650 650" enable-background="new 0 0 650 650" xml:space="preserve">
<text
transform="translate(197.08643,191.33691)"
id="text5"><tspan
x="-100"
y="0"
style="font-size:60px;fill:#000000;font-family:Arial">jag är jag är</tspan>
</text>
</svg>
I call imagemagick with: convert 1.svg 1.jpg
Imagemagick version:
Code: Select all
Version: ImageMagick 6.8.0-0 2012-10-11 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
( I also posted this on http://stackoverflow.com/questions/2050 ... -using-aao )