Include comment about algorithm modifications.

This commit is contained in:
Jürg Lehni 2011-11-10 18:30:18 +01:00
parent 8a048e8448
commit c4bea4d24c

View file

@ -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 = [];