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
2cd46661
authored
May 19, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blur returning this. By @i-arindam
parent
95ebe5a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
raphael-min.js
+0
-0
raphael.js
+2
-0
raphael.svg.js
+1
-0
raphael.vml.js
+1
-0
No files found.
raphael-min.js
View file @
2cd46661
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
2cd46661
...
...
@@ -6817,6 +6817,7 @@
}
t
.
node
.
removeAttribute
(
"filter"
);
}
return
t
;
};
R
.
_engine
.
circle
=
function
(
svg
,
x
,
y
,
r
)
{
var
el
=
$
(
"circle"
);
...
...
@@ -7753,6 +7754,7 @@
s
.
margin
=
0
;
delete
this
.
attrs
.
blur
;
}
return
this
;
};
R
.
_engine
.
path
=
function
(
pathString
,
vml
)
{
...
...
raphael.svg.js
View file @
2cd46661
...
...
@@ -1144,6 +1144,7 @@ window.Raphael && window.Raphael.svg && function(R) {
}
t
.
node
.
removeAttribute
(
"filter"
);
}
return
t
;
};
R
.
_engine
.
circle
=
function
(
svg
,
x
,
y
,
r
)
{
var
el
=
$
(
"circle"
);
...
...
raphael.vml.js
View file @
2cd46661
...
...
@@ -715,6 +715,7 @@ window.Raphael && window.Raphael.vml && function(R) {
s
.
margin
=
0
;
delete
this
.
attrs
.
blur
;
}
return
this
;
};
R
.
_engine
.
path
=
function
(
pathString
,
vml
)
{
...
...
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