From 44ad4d885ae4b2ec18646393d6fc30d73f87f7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 15 Oct 2012 15:48:38 -0700 Subject: [PATCH] Update link to Kaspar Fischer's PDF with new URL. --- src/path/Curve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/Curve.js b/src/path/Curve.js index 9dd9e347..886390c5 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -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],