aboutsummaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added plot() method to SVG.Linewout2013-03-241-2/+11
|
* Bumped to v0.11wout2013-03-241-408/+450
| | | | | | | | | - 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.11wout2013-03-131-14/+13
|
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-141/+278
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-253/+382
| | | | animation functionality
* Animatable fill() and stroke()wout2013-03-061-36/+45
|
* Reworked color managementwout2013-03-061-42/+192
|
* Added during() method and unit morphing to fx modulewout2013-03-061-16/+59
|
* Fix in animate().center()0.8wout2013-03-051-56/+55
|
* Improved rotate() method in sugar modulewout2013-03-021-24/+24
|
* Code refactoring on elementwout2013-03-021-48/+49
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-64/+80
| | | | fixes
* Added viewbox toString() methodwout2013-02-201-1/+9
|
* Defaulting zoom in viewbox to 1wout2013-02-201-10/+11
|
* Fix in viewbox fallbackwout2013-02-201-19/+18
|
* ViewBox zoom descriptionwout2013-02-201-3/+3
|
* v0.6wout2013-02-201-1/+1
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-503/+550
|
* Added support testwout2013-02-151-8/+17
|
* Added clippath references in READMEwout2013-02-131-1/+1
|
* Added ability to store data() as raw valueswout2013-02-111-5/+5
|
* Unbinding an event from an elementwout2013-02-051-8/+10
|
* Added SVG.Line as a native element0.5wout2013-02-021-1/+48
|
* Updated opacity() method in sugar modulewout2013-02-021-14/+2
|
* Reworked SVG.Container inheritancewout2013-02-021-182/+168
|
* Added visible() and opacity() methods0.4wout2013-01-301-1/+19
|
* Fix in arrange modulewout2013-01-291-7/+9
|
* Modified extension method to include all SVG.Container elementswout2013-01-291-5/+15
|
* Fix in scale() in sugar module0.3wout2013-01-281-3/+3
|
* Simplifying data() method0.2wout2013-01-271-3/+6
|
* Fic in data() methodwout2013-01-271-2/+2
|
* Added data() methodwout2013-01-271-1/+15
|
* Fix in offset for SVG.Wrapwout2013-01-221-53/+49
|
* Removed obsolete codewout2013-01-151-30/+33
|
* Renamed the parentDoc() method to doc()wout2013-01-121-4/+4
|
* Fix in poly elementwout2013-01-121-18/+1
|
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-121-2/+12
|
* Bug fix in clone() methodwout2013-01-101-2/+5
|
* Bug fix in clonewout2013-01-091-2/+2
|
* Added event listeners to event modulewout2013-01-091-2/+34
|
* Note in fx.jswout2013-01-091-2/+2
|
* Storing element typewout2013-01-081-2/+4
|
* Fix in fx module for very short durationswout2013-01-081-3/+3
|
* Fix in fx module for durations under 10 mswout2013-01-081-4/+5
|
* Updated READMEwout2013-01-061-3/+2
|
* Updated READMEwout2013-01-061-7/+7
|
* Added patternswout2013-01-061-3/+51
|
* fill() and stroke() accept a hex stringwout2013-01-061-54/+29
|
* Fix in animatabel attrwout2013-01-051-5/+14
|
* Removed temp wrapper in safari bug fixwout2013-01-051-33/+46
|