Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 24 | -160/+383 |
| | |||||
* | Typo in docs0.18 | wout | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Updated README | wout | 2013-05-29 | 1 | -2/+18 |
| | |||||
* | Added translate() method | wout | 2013-05-29 | 13 | -13/+83 |
| | |||||
* | Updated README0.17 | wout | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Updated README | wout | 2013-05-28 | 1 | -1/+8 |
| | |||||
* | Added merge() to SVG.BBox | wout | 2013-05-28 | 11 | -116/+231 |
| | |||||
* | Updated README0.16 | wout | 2013-05-28 | 1 | -0/+2 |
| | |||||
* | Removing defs and references on clear() | wout | 2013-05-08 | 4 | -13/+18 |
| | |||||
* | Updated README | wout | 2013-04-27 | 1 | -2/+0 |
| | |||||
* | Bumped to v0.15, removed hsb color support | wout | 2013-04-26 | 10 | -189/+68 |
| | |||||
* | Added the rbox() method, bumped to v0.140.15 | wout | 2013-04-22 | 8 | -101/+275 |
| | |||||
* | Parsing numeric values as a global getter0.14 | wout | 2013-04-15 | 4 | -5/+21 |
| | |||||
* | Removing style attributes when empty | wout | 2013-04-15 | 4 | -5/+15 |
| | |||||
* | Fix in defaults | wout | 2013-04-14 | 4 | -36/+42 |
| | |||||
* | Merge pull request #24 from robwalch/master | Wout Fierens | 2013-04-14 | 2 | -5/+5 |
|\ | | | | | Keyword 'default' throws errors in some browsers | ||||
| * | remove the use of keyword 'default' | Rob Walch | 2013-04-14 | 2 | -5/+5 |
| | | |||||
* | | Ensure center point for rotations | wout | 2013-04-13 | 3 | -17/+25 |
| | | |||||
* | | Bumped to v0.13 | wout | 2013-04-12 | 4 | -12/+18 |
| | | |||||
* | | Fix for Firefox in bbox()0.13 | wout | 2013-04-11 | 5 | -18/+30 |
| | | |||||
* | | Merge pull request #22 from robwalch/master | Wout Fierens | 2013-04-10 | 1 | -1/+11 |
|\| | | | | | node.getBBox() fallback | ||||
| * | node.getBBox() fallback. Fixes #21 | Rob Walch | 2013-04-10 | 1 | -1/+11 |
|/ | |||||
* | Updated README | wout | 2013-04-09 | 1 | -2/+2 |
| | |||||
* | Updated documentup | wout | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Addeddocumentup config file | wout | 2013-04-09 | 1 | -0/+8 |
| | |||||
* | 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 |
| |