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