[cairo-commit] [cairo-www] src/bibliography.mdwn
Carl Worth
cworth at freedesktop.org
Mon Sep 1 01:33:50 PDT 2008
src/bibliography.mdwn | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 7f3c0ff4203deb3514a2b2826c04836907bbb0ab
Author: Carl Worth <cworth at freedesktop.org>
Date: Mon Sep 1 01:33:47 2008 -0700
web commit by ickle: Add note to paper siting on my desk for an iterative Bézier solver
diff --git a/src/bibliography.mdwn b/src/bibliography.mdwn
index 7e90590..6faeb7b 100644
--- a/src/bibliography.mdwn
+++ b/src/bibliography.mdwn
@@ -23,6 +23,12 @@ Given a Bézier path, approximate it with line segments:
* "Computational Geometry in C (Second Edition)", Joseph O'Rourke,
Cambridge University Press, ISBN 0521640105.
+ An extension to the original implementation is to switch to an
+ iterative solver:
+
+ * "Fast, precise flattening of cubic Bézier path and offset curves",
+ Thomas F. Hain, Athar L. Ahmad, Sri Venkat R. Racherla, David D. Langan.
+
Then, if stroking, construct a polygonal representation of the pen
approximating a circle (if filling skip three steps):
More information about the cairo-commit
mailing list