blob: f4a406f6e67925817573a42f9da2a12046a25141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# v0.33
- 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)
|