summaryrefslogtreecommitdiff
path: root/nanosvg/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nanosvg/README.txt')
-rw-r--r--nanosvg/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/nanosvg/README.txt b/nanosvg/README.txt
new file mode 100644
index 000000000..2cb5de3f4
--- /dev/null
+++ b/nanosvg/README.txt
@@ -0,0 +1,19 @@
+README for the nanosvg library bundled with FLTK
+------------------------------------------------
+
+This is a header-only library to display SVG images.
+
+This bundled library was modified for optimal use in the FLTK library.
+
+
+The original library can be found here:
+
+ https://github.com/memononen/nanosvg
+
+
+The modified library was cloned and can be found here:
+
+ https://github.com/fltk/nanosvg
+
+
+For more information see README.bundled-libs.txt in FLTK's root directory.