Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1f4b1709
authored
Feb 04, 2015
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #937 from TheCloudlessSky/set-viewbox-variable
Fix #935 - Wrong variable used in VML setViewBox()
parents
a5264e47
60b3c5aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dev/raphael.vml.js
+1
-1
raphael-min.js
+0
-0
raphael.js
+1
-1
No files found.
dev/raphael.vml.js
View file @
1f4b1709
...
...
@@ -903,7 +903,7 @@ window.Raphael && window.Raphael.vml && function(R) {
this
.
_viewBoxShift
=
{
dx
:
-
x
,
dy
:
-
y
,
scale
:
s
ize
scale
:
paperS
ize
};
this
.
forEach
(
function
(
el
)
{
el
.
transform
(
"..."
);
...
...
raphael-min.js
View file @
1f4b1709
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
1f4b1709
...
...
@@ -8125,7 +8125,7 @@
this
.
_viewBoxShift
=
{
dx
:
-
x
,
dy
:
-
y
,
scale
:
s
ize
scale
:
paperS
ize
};
this
.
forEach
(
function
(
el
)
{
el
.
transform
(
"..."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment