premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

tests: split out test pages: synchronous load / asynchronous load, and pablo.js / pablo.min.js #66

Closed premasagar closed 10 years ago

premasagar commented 11 years ago

Currently, the test page uses getscript to conditionally load either pablo.js or pablo.min.js and both will as a result load asynchronously.

It would be good to test both synchronous and synchronous usage of both pablo.js and pablo.min.js

Perhaps the simplest thing to do is duplicate the current /tests/index.html page so that we have:

premasagar commented 11 years ago

Partially complete. See 7c51145c9c87a992d0ea10f5900e335ad710b515