N Nicolás Cieri Active Member Licensed User Apr 4, 2020 #1 Hi, I'm testing my app on an iPad.. and i get this error: Error loading SVG file. *** Assertion failure in +[SVGLength pixelsPerInchForCurrentDevice], /Users/b4j/Downloads/SVGKit-2.x/Source/DOM classes/SVG-DOM/SVGLength.m:197 Some idea? In my iPhone, this app work great!.
Hi, I'm testing my app on an iPad.. and i get this error: Error loading SVG file. *** Assertion failure in +[SVGLength pixelsPerInchForCurrentDevice], /Users/b4j/Downloads/SVGKit-2.x/Source/DOM classes/SVG-DOM/SVGLength.m:197 Some idea? In my iPhone, this app work great!.
N Nicolás Cieri Active Member Licensed User Apr 4, 2020 #2 Solved: For some strange reason, it always gives an error when initializing the SVG library for the first time. It is put inside a Try, it is re-initialized and everything works fine. Upvote 0
Solved: For some strange reason, it always gives an error when initializing the SVG library for the first time. It is put inside a Try, it is re-initialized and everything works fine.
Semen Matusovskiy Well-Known Member Licensed User Apr 4, 2020 #3 If you use local builder, you can try latest SVGKit. You need to select another library and to replace object's name to SVG3, all other is the same. Upvote 0
If you use local builder, you can try latest SVGKit. You need to select another library and to replace object's name to SVG3, all other is the same.