mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Include comment about algorithm modifications.
This commit is contained in:
parent
8a048e8448
commit
c4bea4d24c
1 changed files with 2 additions and 0 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue