bezier test
[roojs1] / examples / bootstrap / BezierSignature.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Bezier Signature</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
9     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap-debug.css">        
10         
11     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
12     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
13         
14     <!-- test code -->
15     <script type="text/javascript" src="BezierSignature.js"></script>
16   </head>
17   
18   <body id="body">
19     <script type="text/javascript">
20     
21         Roo.onReady(function() {
22             Roo.XComponent.build();
23         });
24         
25     </script>
26   </body>
27 </html>