aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-12 16:16:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-12 16:16:57 +0000
commit8f63354874a67b965cd85267424720a1a7cf7b81 (patch)
treea8df5ec2b7eea5eba051c3ed8f56c181d9ea2b0a /graphics/Makefile
parent5ebdfa296c411d4e6eb4e825db2a436eed0bbe52 (diff)
downloadports-8f63354874a67b965cd85267424720a1a7cf7b81.tar.gz
ports-8f63354874a67b965cd85267424720a1a7cf7b81.zip
Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful
curves. Using bezier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. Raph Levien's spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. 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 the myriad of ways the world has come to use beziers. WWW: http://libspiro.sourceforge.net/ PR: ports/119541 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
Notes
Notes: svn path=/head/; revision=205532
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b8debfdefc93..8f216ce6fbcc 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -381,6 +381,7 @@
SUBDIR += libqrencode
SUBDIR += librsvg
SUBDIR += librsvg2
+ SUBDIR += libspiro
SUBDIR += libsvg
SUBDIR += libsvg-cairo
SUBDIR += libungif