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
ab5fa489
authored
Mar 23, 2014
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getBBox() works incorrect for VML after settings View Box on canvas
parent
7b67a148
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
dev/raphael.vml.js
+4
-1
raphael-min.js
+0
-0
raphael.js
+4
-1
No files found.
dev/raphael.vml.js
View file @
ab5fa489
...
...
@@ -497,7 +497,10 @@ window.Raphael && window.Raphael.vml && function(R) {
skew
.
matrix
=
Str
(
matrix
);
skew
.
offset
=
matrix
.
offset
();
}
oldt
&&
(
this
.
_
.
transform
=
oldt
);
if
(
oldt
!==
null
)
{
// empty string value is true as well
this
.
_
.
transform
=
oldt
;
R
.
_extractTransform
(
this
,
oldt
);
}
return
this
;
};
elproto
.
rotate
=
function
(
deg
,
cx
,
cy
)
{
...
...
raphael-min.js
View file @
ab5fa489
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
ab5fa489
...
...
@@ -7696,7 +7696,10 @@
skew
.
matrix
=
Str
(
matrix
);
skew
.
offset
=
matrix
.
offset
();
}
oldt
&&
(
this
.
_
.
transform
=
oldt
);
if
(
oldt
!==
null
)
{
// empty string value is true as well
this
.
_
.
transform
=
oldt
;
R
.
_extractTransform
(
this
,
oldt
);
}
return
this
;
};
elproto
.
rotate
=
function
(
deg
,
cx
,
cy
)
{
...
...
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