Raphaël 0.7

Thu, 12 Mar 2009

New Raphaël release:

  • Plugins functionality (Raphael.fn.myshape = function () {};)
  • New method “set” as a replacement for depricated “group”
  • getBBox for text is fixed in IE
  • Added point of origin in rotation
  • Added support for “src” attribute in attr method
  • Added setWindow method for iframes support
  • Added setSize method, so you can resize canvas
  • Provide alternate simple syntax for gradients: “90-#000-#fff”, “‹angle›-‹colour›[-‹colour›[:‹offset›]]*-‹colour›”
  • Added multiline text support
  • Added event handlers: Element.click(function), Element.unclick(function)