| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jul 2012 11:17:04
20071029
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
09 Nov 2011 15:26:04
20071029
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 08:45:31
20071029
|
miwi  |
- Fix build on FreeBSD 10 |
24 Oct 2011 04:17:38
20071029
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
03 Jul 2011 14:12:23
20071029
|
ohauer  |
-remove MD5 |
12 Jan 2008 16:16:57
20071029
|
miwi  |
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> |