aboutsummaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Collapse)AuthorAgeFilesLines
* Added SVG.Number, reworked gradient systemwout2013-06-231-59/+144
|
* Added to() method in the SVG.FXwout2013-06-091-104/+115
|
* Added deep traversing, reorganizd moduleswout2013-06-091-76/+154
|
* Added translate() methodwout2013-05-291-3/+10
|
* Added merge() to SVG.BBoxwout2013-05-281-43/+87
|
* Removing defs and references on clear()wout2013-05-081-5/+8
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-90/+17
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-48/+112
|
* Parsing numeric values as a global getter0.14wout2013-04-151-2/+2
|
* Removing style attributes when emptywout2013-04-151-2/+5
|
* Fix in defaultswout2013-04-141-20/+23
|
* Ensure center point for rotationswout2013-04-131-8/+12
|
* Bumped to v0.13wout2013-04-121-5/+8
|
* Fix for Firefox in bbox()0.13wout2013-04-111-3/+14
|
* Fix in poly plot() with point arrayswout2013-04-081-2/+3
|
* Rebuilding after leading() with argumentswout2013-04-071-2/+2
|
* Fix for leading method on non text elementswout2013-04-071-3/+3
|
* Stored base offset as a private variablewout2013-04-051-2/+3
|
* Extendibility fix in SVG.Elementwout2013-04-021-2/+2
|
* Passing attribute name and value in rebuild() methodwout2013-03-301-2/+2
|
* Fix in viewbox() methodwout2013-03-291-4/+4
|
* Allow invocation of SVG() with an <svg> tagwout2013-03-291-4/+6
|
* Bug fix: recreating defs after clear()0.12wout2013-03-281-3/+7
|
* Updated READMEwout2013-03-251-14/+7
|
* Added unbiased option to plotable elementswout2013-03-241-13/+25
|
* 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
|