Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow invocation of SVG() with an <svg> tag | wout | 2013-03-29 | 1 | -3/+5 | |
| | ||||||
* | Bug fix: recreating defs after clear()0.12 | wout | 2013-03-28 | 2 | -2/+6 | |
| | ||||||
* | Updated README | wout | 2013-03-25 | 3 | -14/+7 | |
| | ||||||
* | Added unbiased option to plotable elements | wout | 2013-03-24 | 4 | -12/+24 | |
| | ||||||
* | Added plot() method to SVG.Line | wout | 2013-03-24 | 2 | -1/+10 | |
| | ||||||
* | Bumped to v0.11 | wout | 2013-03-24 | 22 | -411/+453 | |
| | | | | | | | | | - 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 | 3 | -13/+12 | |
| | ||||||
* | Added x(), y(), cx(), cy() and matrix | wout | 2013-03-12 | 11 | -140/+277 | |
| | ||||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 21 | -255/+384 | |
| | | | | animation functionality | |||||
* | Animatable fill() and stroke() | wout | 2013-03-06 | 2 | -35/+44 | |
| | ||||||
* | Reworked color management | wout | 2013-03-06 | 5 | -41/+191 | |
| | ||||||
* | Added during() method and unit morphing to fx module | wout | 2013-03-06 | 3 | -15/+58 | |
| | ||||||
* | Fix in animate().center()0.8 | wout | 2013-03-05 | 3 | -55/+54 | |
| | ||||||
* | Improved rotate() method in sugar module | wout | 2013-03-02 | 2 | -23/+23 | |
| | ||||||
* | Code refactoring on element | wout | 2013-03-02 | 1 | -47/+48 | |
| | ||||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 8 | -63/+79 | |
| | | | | fixes | |||||
* | Added viewbox toString() method | wout | 2013-02-20 | 1 | -1/+9 | |
| | ||||||
* | Defaulting zoom in viewbox to 1 | wout | 2013-02-20 | 1 | -9/+10 | |
| | ||||||
* | Fix in viewbox fallback | wout | 2013-02-20 | 1 | -18/+17 | |
| | ||||||
* | ViewBox zoom description | wout | 2013-02-20 | 1 | -2/+2 | |
| | ||||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 25 | -506/+553 | |
| | ||||||
* | Added support test | wout | 2013-02-15 | 1 | -8/+17 | |
| | ||||||
* | Added ability to store data() as raw values | wout | 2013-02-11 | 2 | -4/+4 | |
| | ||||||
* | Unbinding an event from an element | wout | 2013-02-05 | 3 | -6/+8 | |
| | ||||||
* | Updated README | wout | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added SVG.Line as a native element0.5 | wout | 2013-02-02 | 1 | -0/+46 | |
| | ||||||
* | Updated opacity() method in sugar module | wout | 2013-02-02 | 1 | -13/+1 | |
| | ||||||
* | Reworked SVG.Container inheritance | wout | 2013-02-02 | 10 | -52/+35 | |
| | ||||||
* | Added visible() and opacity() methods0.4 | wout | 2013-01-30 | 3 | -0/+18 | |
| | ||||||
* | Fix in arrange module | wout | 2013-01-29 | 2 | -6/+8 | |
| | ||||||
* | Modified extension method to include all SVG.Container elements | wout | 2013-01-29 | 1 | -4/+14 | |
| | ||||||
* | Fix in scale() in sugar module0.3 | wout | 2013-01-28 | 1 | -2/+2 | |
| | ||||||
* | Simplifying data() method0.2 | wout | 2013-01-27 | 1 | -2/+5 | |
| | ||||||
* | Fic in data() method | wout | 2013-01-27 | 1 | -1/+1 | |
| | ||||||
* | Added data() method | wout | 2013-01-27 | 1 | -0/+14 | |
| | ||||||
* | Fix in offset for SVG.Wrap | wout | 2013-01-22 | 7 | -52/+48 | |
| | ||||||
* | Removed obsolete code | wout | 2013-01-15 | 1 | -29/+32 | |
| | ||||||
* | Renamed the parentDoc() method to doc() | wout | 2013-01-12 | 3 | -3/+3 | |
| | ||||||
* | Fix in poly element | wout | 2013-01-12 | 1 | -17/+0 | |
| | ||||||
* | Ensuring polygons and polylines are at position 0,0 within their wrapper | wout | 2013-01-12 | 1 | -1/+11 | |
| | ||||||
* | Bug fix in clone() method | wout | 2013-01-10 | 1 | -1/+4 | |
| | ||||||
* | Bug fix in clone | wout | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | Added event listeners to event module | wout | 2013-01-09 | 1 | -0/+33 | |
| | ||||||
* | Updated README | wout | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | Storing element type | wout | 2013-01-08 | 2 | -1/+3 | |
| | ||||||
* | Fix in fx module for very short durations | wout | 2013-01-08 | 1 | -2/+2 | |
| | ||||||
* | Fix in fx module for durations under 10 ms | wout | 2013-01-08 | 1 | -1/+1 | |
| | ||||||
* | Updated README | wout | 2013-01-06 | 2 | -6/+6 | |
| | ||||||
* | Added patterns | wout | 2013-01-06 | 3 | -2/+49 | |
| | ||||||
* | fill() and stroke() accept a hex string | wout | 2013-01-06 | 2 | -53/+28 | |
| |