Answer the question
In order to leave comments, you need to log in
Why does firefox detect an error in svg, but everything is ok in chrome?
Greetings, there is a need to display svg (dotted europe map) as a background - I display it in full code, thus:
background-color:#000000;
background-image: url('data:image/svg+xml,<svg version="1.1" id="europe-map" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px" height="800px" viewBox="0 0 1920 800" enable-background="new 0 0 1920 800" xml:space="preserve"> <pattern x="413.7" y="810.8" width="2.125" height="2.125" patternUnits="userSpaceOnUse" id="SVGID_1_" viewBox="0 -2.125 2.125 2.125" overflow="visible"> <g> <polygon fill="none" points="0,0 2.125,0 2.125,-2.125 0,-2.125 "/> <g> <polygon fill="none" points="0,-2.125 2.125,-2.125 2.125,0 0,0 "/> <path fill="#5F5F5F" d="M0.495-1.063c0-0.313,0.254-0.565,0.567-0.565S1.63-1.375,1.63-1.063c0,0.313-0.254,0.567-0.567,0.567 S0.495-0.749,0.495-1.063z"/> </g> </g> </pattern> ..../></svg>');
XML Parsing Error: unclosed token....
......
Line Number 1, Column 537:
Answer the question
In order to leave comments, you need to log in
Adobe Illustrator 15.1.0, SVG Export Plug-In
background: url('data:image/svg+xml;utf8,<svg ...> ... </svg>');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question