cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

Library is unusable in debug mode #29

Closed saeitsystems closed 7 years ago

saeitsystems commented 7 years ago

After Update to latest version of svgren I permanently get an assertion in svgdom while loading- Simple example: menue-new.zip

Everything rendererd fine in my last libraries but I wanted to try out your last performance optimisations. In release Version everything looks fine and it seems to be a lot faster too. assertion after update

Is there a way to disable these assertions?

saeitsystems commented 7 years ago

Could I use the release library in debug mode?

saeitsystems commented 7 years ago

I just detected .... I can't :-(

saeitsystems commented 7 years ago

I think this is more an issue of the actual svgdom library ... I posted this as an issue in the svgdom library.