Node.toNativeImage crash
hello, i just getting a crash from Node.toNativeImage in CGMappings.swift line 143, i'm using version 0.9.4, i'm trying to parse url to svg in user initiated thread and then extract it to image in main thread, is this the possible cause of the crash ? thank you
Hello, @MikeLim96, can you attach crash log here?
Crashed: com.apple.main-thread
0 Macaw 0x101c9277c Node.toNativeImage(size:layout:) + 143 (CGMappings.swift:143)
1 Skywalker 0x100710f44 closure #1 in closure #1 in SVGImageNode.configureFor(svgString:) + 101 (SVGImageNode.swift:101)
2 Skywalker 0x1004805a4 thunk for @escaping @callee_guaranteed () -> () (
Hi Mike,
Could you please try the latest release (0.9.5) or master branch? We fixed some issues related to crash in toNativeImage.