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
57b62b1b
authored
Mar 09, 2015
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
781 Gradients become black in some cases
parent
1f4b1709
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dev/raphael.svg.js
+1
-1
raphael-min.js
+0
-0
raphael.js
+1
-1
No files found.
dev/raphael.svg.js
View file @
57b62b1b
...
...
@@ -127,7 +127,7 @@ window.Raphael && window.Raphael.svg && function(R) {
}
}
$
(
o
,
{
fill
:
"url(
"
+
document
.
location
+
"#"
+
id
+
"
)"
,
fill
:
"url(
'"
+
document
.
location
+
"#"
+
id
+
"'
)"
,
opacity
:
1
,
"fill-opacity"
:
1
});
...
...
raphael-min.js
View file @
57b62b1b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
57b62b1b
...
...
@@ -5942,7 +5942,7 @@
}
}
$
(
o
,
{
fill
:
"url(
"
+
document
.
location
+
"#"
+
id
+
"
)"
,
fill
:
"url(
'"
+
document
.
location
+
"#"
+
id
+
"'
)"
,
opacity
:
1
,
"fill-opacity"
:
1
});
...
...
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