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
39783320
Commit
39783320
authored
Dec 16, 2009
by
Dmitry Baranovskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing pattern in Chrome. Applied suggestion from James McGill.
parent
0648cba9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
raphael-min.js
raphael-min.js
+1
-1
raphael.js
raphael.js
+1
-1
No files found.
raphael-min.js
View file @
39783320
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
39783320
...
...
@@ -1182,7 +1182,7 @@ window.Raphael = (function () {
var
el
=
$
(
"pattern"
),
ig
=
$
(
"image"
);
el
.
id
=
"r"
+
(
R
.
_id
++
)[
toString
](
36
);
$
(
el
,
{
x
:
0
,
y
:
0
,
patternUnits
:
"userSpaceOnUse"
});
$
(
el
,
{
x
:
0
,
y
:
0
,
patternUnits
:
"userSpaceOnUse"
,
height
:
1
,
width
:
1
});
$
(
ig
,
{
x
:
0
,
y
:
0
});
ig
.
setAttributeNS
(
o
.
paper
.
xlink
,
"href"
,
isURL
[
1
]);
el
[
appendChild
](
ig
);
...
...
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