Skip to content

Tags: alerizzo/raphael

Tags

v2.0.1

Toggle v2.0.1's commit message
2.0.1

v2.0.0

Toggle v2.0.0's commit message
Raphaël 2.0

v1.4.7

Toggle v1.4.7's commit message
1.4.7 Addition fix for HSL colour notation. And bug fix for rgb(1%,1%…

…,1%)

v1.4.6

Toggle v1.4.6's commit message
1.4.6 Hot fix for broken getLength method. Also fixed safari method (…

…removed black frame bug)

v1.4.5

Toggle v1.4.5's commit message
1.4.5 • Refeactored drag and drop • undrag method added • getPointAtL…

…ength performance improved

v1.4.4

Toggle v1.4.4's commit message
Fixed bug with path parsing and blur in IE

v1.4.3

Toggle v1.4.3's commit message
1.4.3

Fixed important bug with touch events

v1.4.2

Toggle v1.4.2's commit message
1.4.2

• fix animation callback for sets
• fix format method
• added touch event handlers circle.touchmove(function…)

v1.4.1

Toggle v1.4.1's commit message
1.4.1

• Small bug fix in multi-touch implementation

v1.4.0

Toggle v1.4.0's commit message
1.4.0

• Touch events support
• rgba support
• new method drag
• document.onmousemove = f → Raphael.mousemove(f)
• resetScale method
• scaling text will change it position, but not size
• sets now have type “set”
• rect in VML doesn’t recreate itself on change of the R
• pathes are not rounded to the nearby pixels anymore
• Various small bug fixes and improvements
• added preventDefault and stopPropagation to event object