Rather than make a whole new thread, I’m wondering what SVG format people have the most success with. SVG 1.0, 1.1, SVG Tiny 1.1, SVG Tiny 1.1+…I can’t find info about it which probably means it’s right in front of my face
I’m getting consistent crashes on load using a couple files I’ve made and it points to svgtiny.cpp as the culprit when it tries to release a point that isn’t there:
svgExampleDebug(1994,0xa00ef540) malloc: *** error for object 0x141c73c: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
This is just with the example and trying to load a new file. Strange thing is that in 10.6 it’ll load and run and just keep spitting out that error in console, while in 10.8 the app won’t launch and it’ll just show that malloc error once
It’s one particular point that keeps throwing the error, so im going to see if it can just skip the problematic one, or I’ll just delete it from the svg file. This is using SVG 1.1 exported from illustrator.
EDIT:
Here are some lines from the SVG I’m trying to output: