Guest User

Untitled

a guest
Jun 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>CanvasMate</title>
  5. <script type="text/javascript" src="./lib/jquery.js"></script>
  6. <script type="text/javascript" src="./lib/canvas.text.js"></script>
  7. <script type="text/javascript" src="./cxmt.js"></script>
  8.  
  9. <link rel="stylesheet" href="./cxmt.css" type="text/css" media="all" charset="utf8" />
  10. </head>
  11. <body>
  12. <div class="editor">This is a test of the editor's text wrapping abilities.</div>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment