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
e5048b7f
authored
May 20, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting erroneous fix
parent
2cd46661
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
+20
-18
raphael-min.js
+0
-0
raphael.core.js
+9
-8
raphael.js
+9
-8
raphaelTest.html
+2
-2
No files found.
raphael-min.js
View file @
e5048b7f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.core.js
View file @
e5048b7f
// ??????????????????????????????????????????????????????????????????????? \\
// ┌─────────────────────────────────────────────────────────────────────┐ \\
// ? "Raphaël 2.1.0" - JavaScript Vector Library ? \\
// │ "Raphaël 2.1.0" - JavaScript Vector Library │ \\
// ??????????????????????????????????????????????????????????????????????? \\
// ├─────────────────────────────────────────────────────────────────────┤ \\
// ? Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com) ? \\
// │ Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
// ? Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) ? \\
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
// ? Licensed under the MIT (http://raphaeljs.com/license.html) license. ? \\
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
// ??????????????????????????????????????????????????????????????????????? \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
...
@@ -819,7 +820,7 @@
...
@@ -819,7 +820,7 @@
return
{
h
:
H
,
s
:
S
,
l
:
L
,
toString
:
hsltoString
};
return
{
h
:
H
,
s
:
S
,
l
:
L
,
toString
:
hsltoString
};
};
};
R
.
_path2string
=
function
()
{
R
.
_path2string
=
function
()
{
return
Array
.
prototype
.
join
(
","
).
replace
(
p2s
,
"$1"
);
return
this
.
join
(
","
).
replace
(
p2s
,
"$1"
);
};
};
function
repush
(
array
,
item
)
{
function
repush
(
array
,
item
)
{
for
(
var
i
=
0
,
ii
=
array
.
length
;
i
<
ii
;
i
++
)
if
(
array
[
i
]
===
item
)
{
for
(
var
i
=
0
,
ii
=
array
.
length
;
i
<
ii
;
i
++
)
if
(
array
[
i
]
===
item
)
{
...
...
raphael.js
View file @
e5048b7f
...
@@ -377,13 +377,14 @@
...
@@ -377,13 +377,14 @@
};
};
(
typeof
module
!=
"undefined"
&&
module
.
exports
)
?
(
module
.
exports
=
eve
)
:
(
typeof
define
!=
"undefined"
?
(
define
(
"eve"
,
[],
function
()
{
return
eve
;
}))
:
(
glob
.
eve
=
eve
));
(
typeof
module
!=
"undefined"
&&
module
.
exports
)
?
(
module
.
exports
=
eve
)
:
(
typeof
define
!=
"undefined"
?
(
define
(
"eve"
,
[],
function
()
{
return
eve
;
}))
:
(
glob
.
eve
=
eve
));
})(
this
);
})(
this
);
// ??????????????????????????????????????????????????????????????????????? \\
// ┌─────────────────────────────────────────────────────────────────────┐ \\
// ? "Raphaël 2.1.0" - JavaScript Vector Library ? \\
// │ "Raphaël 2.1.0" - JavaScript Vector Library │ \\
// ??????????????????????????????????????????????????????????????????????? \\
// ├─────────────────────────────────────────────────────────────────────┤ \\
// ? Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com) ? \\
// │ Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
// ? Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) ? \\
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
// ? Licensed under the MIT (http://raphaeljs.com/license.html) license. ? \\
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
// ??????????????????????????????????????????????????????????????????????? \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
...
@@ -1198,7 +1199,7 @@
...
@@ -1198,7 +1199,7 @@
return
{
h
:
H
,
s
:
S
,
l
:
L
,
toString
:
hsltoString
};
return
{
h
:
H
,
s
:
S
,
l
:
L
,
toString
:
hsltoString
};
};
};
R
.
_path2string
=
function
()
{
R
.
_path2string
=
function
()
{
return
Array
.
prototype
.
join
(
","
).
replace
(
p2s
,
"$1"
);
return
this
.
join
(
","
).
replace
(
p2s
,
"$1"
);
};
};
function
repush
(
array
,
item
)
{
function
repush
(
array
,
item
)
{
for
(
var
i
=
0
,
ii
=
array
.
length
;
i
<
ii
;
i
++
)
if
(
array
[
i
]
===
item
)
{
for
(
var
i
=
0
,
ii
=
array
.
length
;
i
<
ii
;
i
++
)
if
(
array
[
i
]
===
item
)
{
...
...
raphaelTest.html
View file @
e5048b7f
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
<!-- Remember to run to pull the eve submodule -->
<!-- Remember to run to pull the eve submodule -->
<!-- To work with concatenated version -->
<!-- To work with concatenated version -->
<!--<script type="text/javascript" src="
../
raphael.js"></script>-->
<!--<script type="text/javascript" src="raphael.js"></script>-->
<!-- To work with minified version -->
<!-- To work with minified version -->
<!--<script type="text/javascript" src="
../
raphael-min.js"></script>-->
<!--<script type="text/javascript" src="raphael-min.js"></script>-->
<!-- To work with dev versions -->
<!-- To work with dev versions -->
<script
type=
"text/javascript"
src=
" ./eve/eve.js"
></script>
<script
type=
"text/javascript"
src=
" ./eve/eve.js"
></script>
...
...
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