summaryrefslogtreecommitdiffstats
path: root/libraries/libspiro/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libspiro/README')
-rw-r--r--libraries/libspiro/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libspiro/README b/libraries/libspiro/README
new file mode 100644
index 0000000000..1954b4de30
--- /dev/null
+++ b/libraries/libspiro/README
@@ -0,0 +1,7 @@
+Spiro is the creation of Raph Levien which simplifies the
+drawing of beautiful curves.Using Bezier splines a artist can
+easily draw curves with the same slope on either side of a curve
+point. This library will take an array of spiro control points and
+convert them into a series of bezier splines which can then be used
+in myriad of ways the world has come to use beziers.
+