Home › Forums › DITA and XMetaL Discussion › Hello! Why do some SVGs work and not others?? › Reply To: Hello! Why do some SVGs work and not others??
Reply to: Hello! Why do some SVGs work and not others??
June 24, 2010 at 10:00 pmDerek,
Here's the difference in the first few lines of code between Visio and IsoDraw:
Visio
[code]
height=”5.94327in” viewBox=”0 0 464.352 427.915″ xml:space=”preserve” color-interpolation-filters=”sRGB” class=”st14″>
IsoDraw
[code]
xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink”
fill-rule=”evenodd” clip-rule=”evenodd” stroke=”#000000″ stroke-linecap=”round” fill=”none” xml:space=”preserve”>[/code]
With a little testing, we figured out that “inches” work but “millimeters” doesn't. Is this a limitation of the SVG Viewer, XMetaL, the browser, or what?
Thanks for your help,
Dave