Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix in poly plot() with point arrays | wout | 2013-04-08 | 2 | -4/+5 | |
| | ||||||
* | Merge pull request #20 from robwalch/patch-1 | Wout Fierens | 2013-04-08 | 1 | -2/+2 | |
|\ | | | | | Fixed plot poly with array of points | |||||
| * | Fixed plot poly with array of points | Rob Walch | 2013-04-08 | 1 | -2/+2 | |
|/ | ||||||
* | Updated README | wout | 2013-04-07 | 1 | -1/+1 | |
| | ||||||
* | Added math plugin to README | wout | 2013-04-07 | 1 | -0/+1 | |
| | ||||||
* | Rebuilding after leading() with arguments | wout | 2013-04-07 | 3 | -5/+5 | |
| | ||||||
* | Fix for leading method on non text elements | wout | 2013-04-07 | 3 | -7/+7 | |
| | ||||||
* | Stored base offset as a private variable | wout | 2013-04-05 | 3 | -5/+7 | |
| | ||||||
* | Updated README | wout | 2013-04-04 | 1 | -0/+1 | |
| | ||||||
* | Extendibility fix in SVG.Element | wout | 2013-04-02 | 3 | -5/+5 | |
| | ||||||
* | Passing attribute name and value in rebuild() method | wout | 2013-03-30 | 4 | -8/+9 | |
| | ||||||
* | Fix in viewbox() method | wout | 2013-03-29 | 4 | -9/+13 | |
| | ||||||
* | Updated README | wout | 2013-03-29 | 1 | -1/+1 | |
| | ||||||
* | Bumped to v0.12 | wout | 2013-03-29 | 1 | -0/+17 | |
| | ||||||
* | Allow invocation of SVG() with an <svg> tag | wout | 2013-03-29 | 4 | -10/+14 | |
| | ||||||
* | Bug fix: recreating defs after clear()0.12 | wout | 2013-03-28 | 5 | -7/+21 | |
| | ||||||
* | Updated README | wout | 2013-03-25 | 6 | -30/+25 | |
| | ||||||
* | Added unbiased option to plotable elements | wout | 2013-03-24 | 6 | -27/+51 | |
| | ||||||
* | Added plot() method to SVG.Line | wout | 2013-03-24 | 5 | -5/+33 | |
| | ||||||
* | Updated README | wout | 2013-03-24 | 1 | -0/+7 | |
| | ||||||
* | Updated README | wout | 2013-03-24 | 1 | -0/+1 | |
| | ||||||
* | Updated README on clipping | wout | 2013-03-24 | 1 | -3/+11 | |
| | ||||||
* | Bumped to v0.11 | wout | 2013-03-24 | 45 | -832/+5905 | |
| | | | | | | | | | - 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 | |||||
* | Animation value clearance0.11 | wout | 2013-03-13 | 6 | -30/+28 | |
| | ||||||
* | Added x(), y(), cx(), cy() and matrix | wout | 2013-03-12 | 15 | -299/+598 | |
| | ||||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 26 | -537/+864 | |
| | | | | animation functionality | |||||
* | Updated README0.9 | wout | 2013-03-07 | 1 | -1/+11 | |
| | ||||||
* | Animatable fill() and stroke() | wout | 2013-03-06 | 4 | -73/+91 | |
| | ||||||
* | Reworked color management | wout | 2013-03-06 | 9 | -87/+399 | |
| | ||||||
* | Updated README | wout | 2013-03-06 | 1 | -3/+3 | |
| | ||||||
* | Updated README | wout | 2013-03-06 | 1 | -1/+1 | |
| | ||||||
* | Updated README | wout | 2013-03-06 | 1 | -2/+2 | |
| | ||||||
* | Added during() method and unit morphing to fx module | wout | 2013-03-06 | 7 | -36/+166 | |
| | ||||||
* | Fix in animate().center()0.8 | wout | 2013-03-05 | 6 | -113/+113 | |
| | ||||||
* | Improved rotate() method in sugar module | wout | 2013-03-02 | 5 | -49/+56 | |
| | ||||||
* | Code refactoring on element | wout | 2013-03-02 | 4 | -102/+116 | |
| | ||||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 11 | -130/+162 | |
| | | | | fixes | |||||
* | Added svg.export.js plugin to README0.7 | wout | 2013-02-21 | 1 | -0/+1 | |
| | ||||||
* | Added viewbox toString() method | wout | 2013-02-20 | 3 | -4/+20 | |
| | ||||||
* | Defaulting zoom in viewbox to 1 | wout | 2013-02-20 | 3 | -21/+23 | |
| | ||||||
* | Fix in viewbox fallback | wout | 2013-02-20 | 3 | -39/+37 | |
| | ||||||
* | Updated README | wout | 2013-02-20 | 1 | -1/+1 | |
| | ||||||
* | Updated README | wout | 2013-02-20 | 1 | -2/+3 | |
| | ||||||
* | ViewBox zoom description | wout | 2013-02-20 | 4 | -9/+10 | |
| | ||||||
* | Updated README | wout | 2013-02-20 | 1 | -146/+152 | |
| | ||||||
* | v0.6 | wout | 2013-02-20 | 2 | -2/+2 | |
| | ||||||
* | Bumped to v0.6 | wout | 2013-02-20 | 1 | -1/+1 | |
| | ||||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 29 | -1013/+1123 | |
| | ||||||
* | Added SVG.supported to README | wout | 2013-02-15 | 1 | -0/+13 | |
| | ||||||
* | Added support test | wout | 2013-02-15 | 3 | -18/+36 | |
| |