- 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
toFrontfix for elements with links- Gradient clean up
- Added
letter-spacingattribute - Fixed hsb methods
- Fixed image flickering
- Improved
toTransformStringmethod onmatrix - Fixed drag'n'drop
- New method Paper.add
- Fix for
clip-path - Doc update
- Completely changed transformation handling:
translate(),rotate()andscale()are deprecatedtranslation,rotationandscaleattributes are removed (!)- new method
transform()and new attributetransformwere introduced - chaining of transformations now allowed
- matrix transformation introduced
- see docs
- Animation API was updated (see docs)
- New methods:
- VML completely rewritten
getBBoxwas fixed to take transformations into account- eve was added to the project
- Whole new documentation
- Various bug fixes