summaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Expand)AuthorAgeFilesLines
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-19/+21
* Added `get()` method to SVG.Containerwout2013-06-231-5/+5
* Fix in fill() methodwout2013-06-231-3/+3
* 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
* 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 anim...0.10wout2013-03-091-253/+382
* 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 f...wout2013-02-271-64/+80
* 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