Created by: kkirsche
- Outlines with diagonals can now be drawn using the outline option.
- Text color is now automatically set if no foreground color is specified.
- Text margin can now be controlled using the run-time lineWrapRatio option.
- addImage now supports a DOM node (or nodes) as argument
- SVG and DOM functions have been factored out into modules.
- Scene graph code has been rewritten to use plain JS, augment.js has been removed.
- Flag processing code has been removed.
- README has been updated with more documentation of internal options.
- Query-string support has been added, e.g. holder.js/300x200?text=Holder 2.7
- Flag syntax has been deprecated
- Text can now be aligned
- Text can now be displayed without wrapping
- Image SVG placeholders no longer use Base64 encoding in data URIs
- Added official Meteor package: imsky:holder
- Fixed malformed SVG bug in Opera 12