You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All I've done is added an SVG View to the ViewController and I'm loading in an SVG file of a CryptoKitty. I'm not too familiar with how SVG's work but when I load the app I'm getting the fatal error "Unsupported locus" in Locus+ToPath.swift line 73
The text was updated successfully, but these errors were encountered:
I took a look into this issue. The fix of original error is quite simple, so it'll be available soon in the master version and you will be able to render your kitty without errors. However there are a lot of other issues related to SVG parser which makes rendering wrong. We're still working on the SVG parser and unfortunately it's far from ideal. Anyway we'll try to prioritize issues related to parsing of your SVG file. Will keep you updated!
I've created a sample project here https://github.com/RaghavMangrola/MacawTesting.
All I've done is added an SVG View to the ViewController and I'm loading in an SVG file of a CryptoKitty. I'm not too familiar with how SVG's work but when I load the app I'm getting the fatal error "Unsupported locus" in Locus+ToPath.swift line 73
The text was updated successfully, but these errors were encountered: