nanosvg icon indicating copy to clipboard operation
nanosvg copied to clipboard

Simple stupid SVG parser

Results 126 nanosvg issues
Sort by recently updated
recently updated
newest added

Allow to rasterize the image vertically flipped for better compatibility with OpenGL textures.

It looks like Nano SVG parser is still depends on locale. Here is the related issue: VCVRack/Rack#461

All the following Logos are broken in nanosvg. Seem like clipping/masking issue ? https://www.w3.org/Icons/SVG/svg-w3c-v.svg https://www.w3.org/Icons/SVG/svg-logo-v.svg https://www.w3.org/Icons/SVG/svg-logo-h.svg ... any thoughts ? Failed images and Safari images attached... ![screen shot 2018-12-03 at...

This definition ~~~ typedef struct NSVGpaint { char type; union { unsigned int color; NSVGgradient* gradient; }; } NSVGpaint; ~~~ causes warning C4201 nameless union can be corrected by ~~~...

Suppose I wanted just the x,y coordinates for paths in an svg file. How would I get that?

CppCheck, if all warnings are enabled, complains if one calls memset on something that contains a float variable. In our case setting the variable to 0 is what we actually...

Add CMakeLists.txt to be able to build examples with CMake

Allows using in projects that define `-Werror=strict-prototypes`