Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

svg problems with .dtd file

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)

svgError.png

Help. Anyone.

kind regards

/Pierre

1 Solution

Accepted Solutions
Not applicable
Author

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

View solution in original post

1 Reply
Not applicable
Author

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