summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/hobby/README.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/contrib/hobby/README.txt
Initial commit
Diffstat (limited to 'graphics/pgf/contrib/hobby/README.txt')
-rw-r--r--graphics/pgf/contrib/hobby/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/hobby/README.txt b/graphics/pgf/contrib/hobby/README.txt
new file mode 100644
index 0000000000..04af0731d6
--- /dev/null
+++ b/graphics/pgf/contrib/hobby/README.txt
@@ -0,0 +1,14 @@
+----------------------------------------------------------------
+hobby --- a TikZ/PGF library for drawing smooth(ish) curves using
+ Hobby's algorithm (implemented in LaTeX3)
+E-mail: loopspace@mathforge.org
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+----------------------------------------------------------------
+
+This package defines a path generation function for TikZ/PGF
+which implements Hobby's algorithm for a path built out of Bezier
+curves which passes through a given set of points.
+
+The implementation is in LaTeX3. It can be used as as a TikZ
+`to path`.