mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
4.3 KiB
4.3 KiB
2.1.0 • 2012-03-14
- 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
2.0.2 • 2012-02-08
- 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
2.0.1 • 2011-11-18
- 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
2.0.0 • 2011-10-03
- 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