macOS Sierra - svg error

Hello,

I just upgraded my macbook to macOS Sierra and i’m running into an issue with a project that is loading svg files. I then noticed that all _svg samples that are in the cinder repo throw the same error as well.
Tried this on different machines and with other recent cinder releases (0.9.0, 0.9.1)

|fatal  | void cinder::app::AppBase::executeLaunch()[197] Uncaught exception, type: cinder::svg::FloatParseExc, what: 
libc++abi.dylib: terminating with uncaught exception of type cinder::svg::FloatParseExc: 
(lldb) 

Has somebody run into the same problem and found a solution for this?

Hi,

I just checked this with latest git on macOS Sierra and I can reproduce it.

-Gabor

Sorry about that - was actually due to a recent change to fromString - should be fixed in master now.