From c4bea4d24c3da01376b39217b4b0de45aa17c162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 10 Nov 2011 18:30:18 +0100 Subject: [PATCH] Include comment about algorithm modifications. --- src/path/PathFitter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/path/PathFitter.js b/src/path/PathFitter.js index a9470220..a67905de 100644 --- a/src/path/PathFitter.js +++ b/src/path/PathFitter.js @@ -17,6 +17,8 @@ // An Algorithm for Automatically Fitting Digitized Curves // by Philip J. Schneider // from "Graphics Gems", Academic Press, 1990 +// Modifications and optimisations of original algorithm by Juerg Lehni. + var PathFitter = Base.extend({ initialize: function(path, error) { this.points = [];