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
f294fcb7
authored
Aug 14, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing issue #766
parent
1bf31174
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dev/raphael.core.js
+1
-1
raphael-min.js
+0
-0
raphael.js
+1
-1
No files found.
dev/raphael.core.js
View file @
f294fcb7
...
...
@@ -1982,7 +1982,7 @@
p2
=
path2
&&
pathToAbsolute
(
path2
),
attrs
=
{
x
:
0
,
y
:
0
,
bx
:
0
,
by
:
0
,
X
:
0
,
Y
:
0
,
qx
:
null
,
qy
:
null
},
attrs2
=
{
x
:
0
,
y
:
0
,
bx
:
0
,
by
:
0
,
X
:
0
,
Y
:
0
,
qx
:
null
,
qy
:
null
},
processPath
=
function
(
path
,
d
)
{
processPath
=
function
(
path
,
d
,
pcom
)
{
var
nx
,
ny
;
if
(
!
path
)
{
return
[
"C"
,
d
.
x
,
d
.
y
,
d
.
x
,
d
.
y
,
d
.
x
,
d
.
y
];
...
...
raphael-min.js
View file @
f294fcb7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
f294fcb7
...
...
@@ -2361,7 +2361,7 @@
p2
=
path2
&&
pathToAbsolute
(
path2
),
attrs
=
{
x
:
0
,
y
:
0
,
bx
:
0
,
by
:
0
,
X
:
0
,
Y
:
0
,
qx
:
null
,
qy
:
null
},
attrs2
=
{
x
:
0
,
y
:
0
,
bx
:
0
,
by
:
0
,
X
:
0
,
Y
:
0
,
qx
:
null
,
qy
:
null
},
processPath
=
function
(
path
,
d
)
{
processPath
=
function
(
path
,
d
,
pcom
)
{
var
nx
,
ny
;
if
(
!
path
)
{
return
[
"C"
,
d
.
x
,
d
.
y
,
d
.
x
,
d
.
y
,
d
.
x
,
d
.
y
];
...
...
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