vector drawing for buttons, icons, widgets and all that stuff
Forked from kamicane/art Sat Nov 21 07:31:20 -0800 2009
Last updated Tue Nov 24 12:19:06 -0800 2009
Fast text replacement with canvas and VML - no Flash or images required.
Last updated Sun Nov 15 12:02:20 -0800 2009
MooTools-style Canvas
Forked from ibolmo/moocanvas Wed Sep 02 11:22:20 -0700 2009
Last updated Wed Sep 02 12:07:57 -0700 2009
Allows you to rotate images with JavaScript.
Last updated Tue Jan 20 04:29:56 -0800 2009
More improvements to the VML adapter.
3 commits »
Added VML adapter. Most things should now work in IE, but more work is needed to make things look pretty.
Modified MooTools-Color to work properly with latest MooTools and IE.
Updated dependencies (MooTools, MooTools-Color, Touch).
Opera 9.62 doesn't respect text colour in links
Hyperlinked headings not fully clickable in IE7
IE: Object doesn't support this property or method Error
Apparently IE8 sometimes returns font-size / line-height / word-spacing as a number instead of a string. Shouldn't cause problems anymore.
Hover now works more reliably with links that are right next to window frame. Thanks Hannu!
VML gradients now more closely match <canvas> gradients. You most likely won't be able to tell the difference unless you've been using extremely large font sizes.
Added support for BBC Glow's selector engine.
The rest of the wildcard changes that I simply forgot to add.
2 commits »
Wildcards (e.g. *.example.org) now cover the domain (example.org) as well instead of just the subdomains.
Enabled copy/paste in WebKit again.
Invalid Character
Broken in Safari 3
You can now use unicode ranges to select glyphs.
Zero-width characters no longer affect letter/word-spacing.
4 commits »
Zero-width characters are now rendered like they should be (no gap).
Latin-1 Supplement now covers the Euro symbol too because you might expect that. Also added a new predefined glyph group for Currency Symbols.
Added <noscript> to the list of elements that are ignored by default.
Removed Hoefler & Frere-Jones from the list of foundries requiring a separate license. They have decided not to offer a compatible license for now.
Fixed an error in kerning calculation (bug introduced in 1.04). Fonts need not be converted again. Thanks Chris!