blob: be13c3c4da0725ae2cf6d854e57d69f3cdfc2b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# v0.34 (23/01/2014)
- added `pause()` and `play()` to `SVG.FX` module
- storing animation values in `situation` object
# v0.33 (22/01/2014)
- added `has()` method to `SVG.Set`
- added `width()` and `height()` as setter and getter methods on all shapes
- moved sub-pixel offset fix to be an optional method (e.g. `SVG('drawing').fixSubPixelOffset()`)
- added `replace()` method to elements
- added `radius()` method to `SVG.Rect` and `SVG.Ellipse`
- added reference to parent node in defs
- merged plotable.js and path.js
# v0.32
- added library to [cdnjs](http://cdnjs.com)
|