Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev/raphael.vml.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,8 @@ define(["./raphael.core"], function(R) {
scale: paperSize
};
this.forEach(function (el) {
el.transform("...");
//el.transform("...");
el.transform("...t"+x+","+y);
});
return this;
};
Expand Down
3 changes: 2 additions & 1 deletion raphael.js
Original file line number Diff line number Diff line change
Expand Up @@ -8192,7 +8192,8 @@ return /******/ (function(modules) { // webpackBootstrap
scale: paperSize
};
this.forEach(function (el) {
el.transform("...");
//el.transform("...");
el.transform("...t"+x+","+y);
});
return this;
};
Expand Down
6 changes: 3 additions & 3 deletions raphael.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion raphael.no-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -7821,7 +7821,8 @@ return /******/ (function(modules) { // webpackBootstrap
scale: paperSize
};
this.forEach(function (el) {
el.transform("...");
//el.transform("...");
el.transform("...t"+x+","+y);
});
return this;
};
Expand Down
6 changes: 3 additions & 3 deletions raphael.no-deps.min.js

Large diffs are not rendered by default.