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
c78b3ad9
authored
May 03, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #709 from gitpullgravity/master
Tiny bug, using 'Raphael' instead of 'R'
parents
14545051
1db9be57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
raphael.js
+2
-2
raphael.svg.js
+2
-2
No files found.
raphael.js
View file @
c78b3ad9
...
...
@@ -5905,7 +5905,7 @@
attr
=
{};
attr
[
"marker-"
+
se
]
=
"url(#"
+
markerId
+
")"
;
if
(
to
||
from
)
{
attr
.
d
=
R
aphael
.
getSubpath
(
attrs
.
path
,
from
,
to
);
attr
.
d
=
R
.
getSubpath
(
attrs
.
path
,
from
,
to
);
}
$
(
node
,
attr
);
o
.
_
.
arrows
[
se
+
"Path"
]
=
pathId
;
...
...
@@ -5921,7 +5921,7 @@
from
=
0
;
to
=
R
.
getTotalLength
(
attrs
.
path
)
-
(
o
.
_
.
arrows
.
enddx
*
stroke
||
0
);
}
o
.
_
.
arrows
[
se
+
"Path"
]
&&
$
(
node
,
{
d
:
R
aphael
.
getSubpath
(
attrs
.
path
,
from
,
to
)});
o
.
_
.
arrows
[
se
+
"Path"
]
&&
$
(
node
,
{
d
:
R
.
getSubpath
(
attrs
.
path
,
from
,
to
)});
delete
o
.
_
.
arrows
[
se
+
"Path"
];
delete
o
.
_
.
arrows
[
se
+
"Marker"
];
delete
o
.
_
.
arrows
[
se
+
"dx"
];
...
...
raphael.svg.js
View file @
c78b3ad9
...
...
@@ -261,7 +261,7 @@
attr
=
{};
attr
[
"marker-"
+
se
]
=
"url(#"
+
markerId
+
")"
;
if
(
to
||
from
)
{
attr
.
d
=
R
aphael
.
getSubpath
(
attrs
.
path
,
from
,
to
);
attr
.
d
=
R
.
getSubpath
(
attrs
.
path
,
from
,
to
);
}
$
(
node
,
attr
);
o
.
_
.
arrows
[
se
+
"Path"
]
=
pathId
;
...
...
@@ -277,7 +277,7 @@
from
=
0
;
to
=
R
.
getTotalLength
(
attrs
.
path
)
-
(
o
.
_
.
arrows
.
enddx
*
stroke
||
0
);
}
o
.
_
.
arrows
[
se
+
"Path"
]
&&
$
(
node
,
{
d
:
R
aphael
.
getSubpath
(
attrs
.
path
,
from
,
to
)});
o
.
_
.
arrows
[
se
+
"Path"
]
&&
$
(
node
,
{
d
:
R
.
getSubpath
(
attrs
.
path
,
from
,
to
)});
delete
o
.
_
.
arrows
[
se
+
"Path"
];
delete
o
.
_
.
arrows
[
se
+
"Marker"
];
delete
o
.
_
.
arrows
[
se
+
"dx"
];
...
...
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