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
eb43ba14
authored
Jul 17, 2016
by
Tomas Alabes
Committed by
GitHub
Jul 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1060 from gregbaker/master
Remove transform string reduction to prevent incorrect animations.
parents
b15a86d8
38c4fa61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dev/raphael.svg.js
+0
-3
No files found.
dev/raphael.svg.js
View file @
eb43ba14
...
...
@@ -875,9 +875,6 @@ define(["./raphael.core"], function(R) {
this
.
attr
({
"stroke-width"
:
sw
});
}
//Reduce transform string
_
.
transform
=
this
.
matrix
.
toTransformString
();
return
this
;
};
/*\
...
...
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