Hi,
Im trying to display a SGV file in my app using iSVG. When I load the SVG file, I get the following error:
Ive done a bit of research and found this answer on github: https://github.com/SVGKit/SVGKit/issues/445
It says that seperating commas are the problem. I replaced all commas with spaces but its still not working. Everything works fine in Chrome and Firefox.
Link To SVG File: https://lt-tech.net/misc/logo.svg
Im trying to display a SGV file in my app using iSVG. When I load the SVG file, I get the following error:
B4X:
*** Assertion failure in +[SVGKPointsAndPathsParser readCoordinate:intoFloat:], /Users/b4j/Downloads/SVGKit-2.x/Source/Parsers/SVGKPointsAndPathsParser.m:322
Ive done a bit of research and found this answer on github: https://github.com/SVGKit/SVGKit/issues/445
It says that seperating commas are the problem. I replaced all commas with spaces but its still not working. Everything works fine in Chrome and Firefox.
Link To SVG File: https://lt-tech.net/misc/logo.svg