Nigel Timothy Barber
Nigel Timothy Barber
Same here. Trying to make a OSX screensaver of this http://www.concentrichron.com/
On closer inspection, attribute parsing needs to be element specific is some cases, e.g. x and y for concatenates a translation matrix, but sets the lower point for the rect...
Yes. Fixed, but it needs more work.
https://github.com/memononen/nanosvg/pull/131/commits/f8d80bc7c5554b535f30ea03faeee6cc843892fe fixes rects while still supporting x and y attributes for the svg element
@SergeySlice my analysis was incorrect. The problem was that for rects the x and y attributes were being consumed twice and concatenating an unnecessary translation. This is now fixed.
Hi Joris. Thanks for that observation. I shall update...
Hi Azkaar. Thanks for the report. Can you give me a an Xcode backtrace?
Hi Azkaar. I've made some code updates. Does it still crash?
Hi @AzkaarAli, thanks for the back trace. The crash is in the Core Graphics PDF font loading code. Does the PDF render using Quick Look? Where did the PDF come...
Hi. It's crashing when looking up the font glyphs to render. Does it crash in the same place each time?