Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
raphael
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nhn
raphael
Commits
ab5fa489
Commit
ab5fa489
authored
Mar 24, 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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
raphael.vml.js
dev/raphael.vml.js
+4
-1
raphael-min.js
raphael-min.js
+3
-3
raphael.js
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