aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix: recreating defs after clear()0.12wout2013-03-282-5/+9
|
* Updated READMEwout2013-03-252-16/+9
|
* Added unbiased option to plotable elementswout2013-03-242-15/+27
|
* Added plot() method to SVG.Linewout2013-03-242-4/+13
|
* Bumped to v0.11wout2013-03-242-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.11wout2013-03-132-16/+15
|
* Added x(), y(), cx(), cy() and matrixwout2013-03-122-143/+280
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-092-255/+384
| | | | animation functionality
* Animatable fill() and stroke()wout2013-03-062-38/+47
|
* Reworked color managementwout2013-03-062-44/+194
|
* Added during() method and unit morphing to fx modulewout2013-03-062-18/+61
|
* Fix in animate().center()0.8wout2013-03-052-58/+57
|
* Improved rotate() method in sugar modulewout2013-03-022-26/+26
|
* Code refactoring on elementwout2013-03-022-50/+51
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-272-66/+82
| | | | fixes
* Added viewbox toString() methodwout2013-02-202-3/+11
|
* Defaulting zoom in viewbox to 1wout2013-02-202-12/+13
|
* Fix in viewbox fallbackwout2013-02-202-21/+20
|
* ViewBox zoom descriptionwout2013-02-202-5/+5
|
* v0.6wout2013-02-202-2/+2
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-202-505/+552
|
* Added support testwout2013-02-152-10/+19
|
* Added clippath references in READMEwout2013-02-132-2/+2
|
* Added ability to store data() as raw valueswout2013-02-112-7/+7
|
* Unbinding an event from an elementwout2013-02-052-10/+12
|
* Added SVG.Line as a native element0.5wout2013-02-022-3/+50
|
* Updated opacity() method in sugar modulewout2013-02-022-16/+4
|
* Reworked SVG.Container inheritancewout2013-02-022-184/+170
|
* Added visible() and opacity() methods0.4wout2013-01-302-3/+21
|
* Fix in arrange modulewout2013-01-292-9/+11
|
* Modified extension method to include all SVG.Container elementswout2013-01-292-7/+17
|
* Fix in scale() in sugar module0.3wout2013-01-282-5/+5
|
* Simplifying data() method0.2wout2013-01-272-5/+8
|
* Fic in data() methodwout2013-01-272-4/+4
|
* Added data() methodwout2013-01-272-3/+17
|
* Fix in offset for SVG.Wrapwout2013-01-222-55/+51
|
* Removed obsolete codewout2013-01-152-32/+35
|
* Renamed the parentDoc() method to doc()wout2013-01-122-6/+6
|
* Fix in poly elementwout2013-01-122-20/+3
|
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-122-4/+14
|
* Bug fix in clone() methodwout2013-01-102-4/+7
|
* Bug fix in clonewout2013-01-092-4/+4
|
* Added event listeners to event modulewout2013-01-092-4/+36
|
* Note in fx.jswout2013-01-092-3/+3
|
* Storing element typewout2013-01-082-4/+6
|
* Fix in fx module for very short durationswout2013-01-082-5/+5
|
* Fix in fx module for durations under 10 mswout2013-01-082-6/+7
|
* Updated READMEwout2013-01-061-3/+2
|
* Updated READMEwout2013-01-062-9/+9
|
* Added patternswout2013-01-062-5/+53
|