ReaderSvg crash when open file
#4
I have checked the file you send and have found a problem in the svg file.

The transformations for the first group are not defined correctly (there are additional spaces added):
<g transform="rotate(10) scale (1) translate (100,10)">

This line should be:
<g transform="rotate(10) scale(1) translate(100,10)">

without space after scale and translate.
After that change the file is opened correctly.
  


Messages In This Thread
ReaderSvg crash when open file - by Senecarus - 06-09-2011, 02:43 PM
RE: ReaderSvg crash when open file - by abenedik - 06-15-2011, 10:17 AM
RE: ReaderSvg crash when open file - by Senecarus - 06-15-2011, 10:40 AM
RE: ReaderSvg crash when open file - by addie123 - 12-27-2012, 08:07 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)