Tag Archives | raphaeljs

Embedding arbitrary HTML into RaphaelJS

RaphaelJS is a fantastic vector library, but as it is a vector library, its not meant for general markup. Trying to include dynamic text wrapping or videos or any HTML really can be a pain and the only real method for doing that is to position a div in the right spot and account for it, taking into account page load time, scroll bars, resizing, etc. Well, why not use a little jQuery to wrap up a nice little object to completely handle that for you?

Continue Reading →

Bookmark and Share
Read full story ยท Comments { 0 }