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
affa2df6
authored
May 19, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dev test html
parent
48b1a9af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
raphaelTest.html
+38
-0
No files found.
raphaelTest.html
0 → 100644
View file @
affa2df6
<!DOCTYPE html>
<head>
<title>
Raphael Dev testing html
</title>
<!-- HTML to try new developments in Raphael -->
<!-- Global use -->
<!-- Remember to run to pull the eve submodule -->
<!-- To work with concatenated version -->
<!--<script type="text/javascript" src="../raphael.js"></script>-->
<!-- To work with minified version -->
<!--<script type="text/javascript" src="../raphael-min.js"></script>-->
<!-- To work with dev versions -->
<script
type=
"text/javascript"
src=
" ./eve/eve.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.core.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.svg.js"
></script>
<script
type=
"text/javascript"
>
// Initialize container when document is loaded
window
.
onload
=
function
(){
paper
=
Raphael
(
0
,
0
,
640
,
720
,
"container"
);
};
//Work here, in a separate script file or via command line
</script>
<!-- AMD use -->
<!--<script data-main="test" src="require.js"></script>-->
</head>
<body>
<!-- Container for svg/vml root element -->
<div
id=
"container"
></div>
</body>
</html>
\ No newline at end of file
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