安德罗妮
安德罗妮
I had the same problem, and I modified the code myself to keep it from crashing ``` for(NSString *key in pathAttrs) { if(![pathAttrs[key] isKindOfClass:[NSString class]]) { // Color [svg appendFormat:@"...
Other SVG Settings include: fill-rule If no difference is made, the filling effect will be different. The corresponding CALayer also has the fillRule attribute, hoping to add compatibility.
I want to error from https://github.com/pocketsvg/PocketSVG/commit/42078d1040cb35b45d9af167ad3aa88d8e69e4f2 to submit the while loop line 542 from the beginning. You can test the butterfly svg in my attachment, parsing it will lose some...
> 我确认,SVG 解析在 2.7.3 版中已损坏。  I changed the line:542~557 of the SVGEngine.mm file back to before and everything worked fine