Update comments with relevant WebKit bug information
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@142 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
15a46f5551
commit
c78b8b6a52
|
@ -450,6 +450,7 @@ function SvgCanvas(c)
|
||||||
var x = l.x, y = l.y;
|
var x = l.x, y = l.y;
|
||||||
// webkit browsers normalize things and this becomes an absolute
|
// webkit browsers normalize things and this becomes an absolute
|
||||||
// line segment! we need to turn this back into a rel line segment
|
// 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) {
|
if (l.pathSegType == 4) {
|
||||||
x -= curx;
|
x -= curx;
|
||||||
y -= cury;
|
y -= cury;
|
||||||
|
|
Loading…
Reference in New Issue