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
f82e4ce8
authored
Sep 07, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug with arrow-end/start markers sharing properties. By @vkaravir
parent
c25a1aa8
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 @
f82e4ce8
...
...
@@ -204,7 +204,7 @@ window.Raphael && window.Raphael.svg && function(R) {
}
if
(
type
!=
"none"
)
{
var
pathId
=
"raphael-marker-"
+
type
,
markerId
=
"raphael-marker-"
+
se
+
type
+
w
+
h
;
markerId
=
"raphael-marker-"
+
se
+
type
+
w
+
h
+
"-obj"
+
o
.
id
;
if
(
!
R
.
_g
.
doc
.
getElementById
(
pathId
))
{
p
.
defs
.
appendChild
(
$
(
$
(
"path"
),
{
"stroke-linecap"
:
"round"
,
...
...
raphael-min.js
View file @
f82e4ce8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
f82e4ce8
...
...
@@ -5960,7 +5960,7 @@
}
if
(
type
!=
"none"
)
{
var
pathId
=
"raphael-marker-"
+
type
,
markerId
=
"raphael-marker-"
+
se
+
type
+
w
+
h
;
markerId
=
"raphael-marker-"
+
se
+
type
+
w
+
h
+
"-obj"
+
o
.
id
;
if
(
!
R
.
_g
.
doc
.
getElementById
(
pathId
))
{
p
.
defs
.
appendChild
(
$
(
$
(
"path"
),
{
"stroke-linecap"
:
"round"
,
...
...
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