bezier test
[roojs1] / examples / bootstrap / BezierSignature.html
diff --git a/examples/bootstrap/BezierSignature.html b/examples/bootstrap/BezierSignature.html
new file mode 100644 (file)
index 0000000..3b71deb
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Bootstrap Bezier Signature</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
+    <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap-debug.css">        
+        
+    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+    <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+        
+    <!-- test code -->
+    <script type="text/javascript" src="BezierSignature.js"></script>
+  </head>
+  
+  <body id="body">
+    <script type="text/javascript">
+    
+        Roo.onReady(function() {
+            Roo.XComponent.build();
+        });
+        
+    </script>
+  </body>
+</html>
\ No newline at end of file