Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/memononen/nanosvg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Mononen <memon@inside.org>2013-10-06 02:46:50 +0400
committerMikko Mononen <memon@inside.org>2013-10-06 02:46:50 +0400
commit4ba0c79055b3c894d31ebe9beaa8712e8d2d9141 (patch)
tree5e333df77036b3b97cbd7fd90987587d8074ed3a /README.md
parentba093228f0f4cfd9cda01362458ea1a29281798b (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16e305e..e837e88 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Nano SVG
==========
-![screenshot of some text rendered witht the sample program](/example/screenshot.png?raw=true)
+![screenshot of some splines rendered witht the sample program](/example/screenshot.png?raw=true)
NanoSVG is a simple stupid single-header-file SVG parse. The output of the parser is a list of cubic bezier shapes.