Macoy Madson
5d01ca80ec
Fix Line endidngs, add my copyright
5 months ago
tamasmeszaros
b21ebe01b8
Add CMake build script to the project
Also add short description into readme
9 months ago
Mikko Mononen
25241c5a8f
Update README.md
4 years ago
luz.paz
00574a8157
Misc. README typo
5 years ago
Ryan Mast
1859f6a5f5
Added missing 'S' in NanoSVG
6 years ago
Mikko Mononen
47864e21bc
Added gradients
- renamed NSVGParser to NSVGparser
- first stab at parsing gradients
- first stab at rendering gradients
- fixed overflow in rasterizer
9 years ago
Mikko Mononen
135a658741
Added viewBox and unit coversion support
- added exact bounds calculation for bezier curves, paths, shapes
- added unit coversion for svg length values (use px internally)
- added viewBox and preserveAspectRatio handling
- removed some test SVGs
9 years ago
Mikko Mononen
b3f906a393
Updated documentation
9 years ago
Mikko Mononen
572bbb2d4d
Changed the structure of returned SVG data to image, shapes and paths
- Needed support to SVG image size, hence added following:
- added NSVGImage, which holds image size and list of shapes
- added NSVGShape which holds color/store and list of paths
9 years ago
Mikko Mononen
4ba0c79055
Added more documentation, removed unused tol, added shapeId
- added more documentation to NSVGPath
- removed unused 'tol'
- added shapeId to paths, used to identify path belonging to same shape
- small text change to readme
9 years ago
Mikko Mononen
e4f10ab851
Initial commit.
9 years ago