Skip to content

Commit 42c273c

Browse files
author
codedread
committed
Update comments with relevant WebKit bug information
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@142 eee81c28-f429-11dd-99c0-75d572ba1ddd
1 parent e6092d5 commit 42c273c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/svgcanvas.js

+1
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ function SvgCanvas(c)
450450
var x = l.x, y = l.y;
451451
// webkit browsers normalize things and this becomes an absolute
452452
// line segment! we need to turn this back into a rel line segment
453+
// see https://bugs.webkit.org/show_bug.cgi?id=26487
453454
if (l.pathSegType == 4) {
454455
x -= curx;
455456
y -= cury;

0 commit comments

Comments
 (0)