mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update link to Kaspar Fischer's PDF with new URL.
This commit is contained in:
parent
e17e94b50b
commit
44ad4d885a
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ var Curve = this.Curve = Base.extend(/** @lends Curve# */{
|
|||
|
||||
isFlatEnough: function(v) {
|
||||
// Thanks to Kaspar Fischer for the following:
|
||||
// http://www.inf.ethz.ch/personal/fischerk/pubs/bez.pdf
|
||||
// http://hcklbrrfnn.files.wordpress.com/2012/08/bez.pdf
|
||||
var p1x = v[0], p1y = v[1],
|
||||
c1x = v[2], c1y = v[3],
|
||||
c2x = v[4], c2y = v[5],
|
||||
|
|
Loading…
Reference in a new issue