Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebuilding after leading() with arguments | wout | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | Stored base offset as a private variable | wout | 2013-04-05 | 1 | -1/+2 |
| | |||||
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -17/+34 |
| | | | | | | | | | - 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 | ||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 1 | -44/+84 |
| | | | | animation functionality | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -29/+29 |
| | |||||
* | Renamed the parentDoc() method to doc() | wout | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -39/+37 |
| | |||||
* | Replaced clip() in favor of mask() | wout | 2013-01-01 | 1 | -1/+1 |
| | | | | Some browsers had issues with clipping, masking was a better option. | ||||
* | Code refactoring | wout | 2012-12-29 | 1 | -6/+17 |
| | |||||
* | Added polyline and polygon, removed cicle | wout | 2012-12-29 | 1 | -2/+3 |
| | |||||
* | Making the svg function global | wout | 2012-12-21 | 1 | -6/+7 |
| | |||||
* | Streamlined code | wout | 2012-12-21 | 1 | -37/+16 |
| | |||||
* | text font() method can be used as a getter | wout | 2012-12-21 | 1 | -19/+31 |
| | |||||
* | Added anchor option for text element | wout | 2012-12-20 | 1 | -7/+5 |
| | |||||
* | Added font element | wout | 2012-12-20 | 1 | -0/+85 |