Example of a web page running the new 3.0.0 version.
cay.otherland.se
Rewrote most of the script from scratch.
It creates a image 4x bigger then the original and then downscale it to the right size. Making the font look better and anti-alias is much smoother.
Right now all images are created in one sprite. Will split it up for menu and content. So if you have a pcDTR menu it will create a separate image for that, and the content image.
The css width: function and text-align: is in to now. Will show another example of that too.
All css properties for :hover and not hover are now separated. Example now you can have 'text-transform: uppercase' on just the hover or the original none hover style. Or different sizes on the hover font and original one.
Thats it for now.