From c78b8b6a52d7ab0e48704934dfdcd925b442f38b Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 17 Jun 2009 18:22:32 +0000 Subject: [PATCH] Update comments with relevant WebKit bug information git-svn-id: http://svg-edit.googlecode.com/svn/trunk@142 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index d23efdcd..6d92bea3 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -450,6 +450,7 @@ function SvgCanvas(c) var x = l.x, y = l.y; // webkit browsers normalize things and this becomes an absolute // line segment! we need to turn this back into a rel line segment + // see https://bugs.webkit.org/show_bug.cgi?id=26487 if (l.pathSegType == 4) { x -= curx; y -= cury;