Commit 3e8f3192 by Tomas Alabes

IE8: getBBox returns orginal coordinates for a path after drag and setting new path. By @wyatte

parent f9fb9056
......@@ -171,6 +171,7 @@ window.Raphael && window.Raphael.vml && function(R) {
"blur" in params && o.blur(params.blur);
if (params.path && o.type == "path" || newpath) {
node.path = path2vml(~Str(a.path).toLowerCase().indexOf("r") ? R._pathToAbsolute(a.path) : a.path);
o._.dirty = 1;
if (o.type == "image") {
o._.fillpos = [a.x, a.y];
o._.fillsize = [a.width, a.height];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment