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:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-12 18:51:16 +0300
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-12 18:51:16 +0300
commit00574a8157aeb17ecfa4d2ecc1ff6347b7fcec75 (patch)
tree52947e44d5b5894df481931ff45d31f7f3df7d0e
parent9a74da4db5ac74083e444010d75114658581b9c7 (diff)
Misc. README typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05af334..d6b5aea 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Nano SVG
## Parser
-![screenshot of some splines rendered witht the sample program](/example/screenshot-1.png?raw=true)
+![screenshot of some splines rendered with the sample program](/example/screenshot-1.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.