- Put all Eve events into “raphael.” namespace
- Refactored path caching
- Added x2 and y2 to returning bounding box values
- Fixed bug with matrix.f in animation
- Method Paper.print now returns all letters as one path without any transformations applied and supports multiline text
- New methods
- Removing of linked element now removes
<a>
as well - Fixed white space recognition in passed strings
- Added special case for path that has only one Catmull-Rom curve
- Fixed toTransformString method
- Fixed animateWith method
- Fixed “target” attribute clearing
- Fixed bug with changing fill from image to solid colour
- fixed renderfix method
- Global variables leakage fix
toFront
fix for elements with links- Gradient clean up
- Added
letter-spacing
attribute - Fixed hsb methods
- Fixed image flickering
- Improved
toTransformString
method onmatrix
- Fixed drag'n'drop
- New method Paper.add
- Fix for
clip-path
- Doc update
- Completely changed transformation handling:
translate()
,rotate()
andscale()
are deprecatedtranslation
,rotation
andscale
attributes are removed (!)- new method
transform()
and new attributetransform
were introduced - chaining of transformations now allowed
- matrix transformation introduced
- see docs
- Animation API was updated (see docs)
- New methods:
- VML completely rewritten
getBBox
was fixed to take transformations into account- eve was added to the project
- Whole new documentation
- Various bug fixes