Hi,
I'm having difficulties to show my modified .svg file in my .qvw using the svgMap extension.
It remarks on this row:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
The svg is made in Illustrator CS6.
Does anyone reconize this problem? I have red the documentation and all but it doesen't say anything about this.
Seams like it is a recommended identifier to use (http://www.w3.org/TR/SVG/intro.html)
Help. Anyone.
kind regards
/Pierre
Ok,
so I managed to solve this simply by remove then line:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
and change to svg version 1.0
Ok,
so I managed to solve this simply by remove then line:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
and change to svg version 1.0