--- a/web/rsln-opendata/res/metadataplayer/test/raphael2.html Fri Apr 22 12:31:41 2011 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <script src='raphael-min.js'></script>
- <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
- <script>
- $(function () {
- var paper = Raphael(10, 50, 300, 250);
- var circle = paper.circle(50, 40, 10);
- circle.attr('fill', '#c00');
- circle.attr('stroke', '#fff');
- });
- </script>
- </head>
-
- <body></body>
-</html>
\ No newline at end of file