Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -82/+0 |
| | | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo | ||||
* | Added x(), y(), cx(), cy() and matrix | wout | 2013-03-12 | 1 | -6/+7 |
| | |||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 1 | -16/+16 |
| | | | | animation functionality | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -23/+23 |
| | |||||
* | Fix in offset for SVG.Wrap | wout | 2013-01-22 | 1 | -10/+10 |
| | |||||
* | Storing element type | wout | 2013-01-08 | 1 | -0/+1 |
| | |||||
* | Updated README | wout | 2013-01-06 | 1 | -3/+3 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -30/+26 |
| | |||||
* | Replaced clip() in favor of mask() | wout | 2013-01-01 | 1 | -0/+84 |
Some browsers had issues with clipping, masking was a better option. |