Update comments with relevant WebKit bug information
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@142 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user