Added missing 'S' in NanoSVG
This commit is contained in:
parent
47697e1414
commit
1859f6a5f5
@ -17,7 +17,7 @@ That is, you should get the same looking data as your designed in your favorite
|
|||||||
NanoSVG can return the paths in few different units. For example if you want to render an image, you may choose
|
NanoSVG can return the paths in few different units. For example if you want to render an image, you may choose
|
||||||
to get the paths in pixels, or if you are feeding the data into a CNC-cutter, you may want to use millimeters.
|
to get the paths in pixels, or if you are feeding the data into a CNC-cutter, you may want to use millimeters.
|
||||||
|
|
||||||
The units passed to NanoVG should be one of: 'px', 'pt', 'pc' 'mm', 'cm', or 'in'.
|
The units passed to NanoSVG should be one of: 'px', 'pt', 'pc' 'mm', 'cm', or 'in'.
|
||||||
DPI (dots-per-inch) controls how the unit conversion is done.
|
DPI (dots-per-inch) controls how the unit conversion is done.
|
||||||
|
|
||||||
If you don't know or care about the units stuff, "px" and 96 should get you going.
|
If you don't know or care about the units stuff, "px" and 96 should get you going.
|
||||||
@ -97,4 +97,4 @@ $ ./example
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
The library is licensed under [zlib license](LICENSE.txt)
|
The library is licensed under [zlib license](LICENSE.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user