I’ve just released version 0.1 of Liquid Canvas.
It’s a JavaScript library for drawing inside your web page. It works on top of HTML canvas, jQuery and excanvas.
On the Liquid Canvas page you’ll find a demo and an example of how it works.
Here’s just a teaser take from the basic example:
$(window).load(function() { $("#example").liquidCanvas( "[shadow border gradient] => roundedRect{radius:50}"); });
Yeah, this beast renders rounded corners with a drop shadow! Harrharrharr!!!
Credits go out to Tobias Schneider who pretty much messed up an early alpha version – thanks for your input!
Well, what else can I say? Enjoy Liquid Canvas!