Michael

Results 5 comments of Michael

Sorry, I've tried a few times to repro it, but everything works fine for me. I don't have a Linux machine to test it, so that might be the source...

The issue was open since April, so I don't expect a lot to happen there. But I'll reopen it for you, if it makes you happy ;)

I think you can redefine the color code at compile time here: https://github.com/memononen/nanosvg/blob/master/src/nanosvg.h#L196 So it should work if you use `#define NSVG_RGB(r, g, b) (((unsigned int)b) | ((unsigned int)g

Hey @SoftVision-PaulOiegas sorry for being not very precise with my description of the problem. When I said "really slow" I did not mean that it takes several seconds, but that...