summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-242-20/+22
|
* Added `get()` method to SVG.Containerwout2013-06-232-6/+6
|
* Fix in fill() methodwout2013-06-232-4/+4
|
* Added SVG.Number, reworked gradient systemwout2013-06-232-60/+145
|
* Added to() method in the SVG.FXwout2013-06-092-105/+116
|
* Added deep traversing, reorganizd moduleswout2013-06-092-77/+155
|
* Added translate() methodwout2013-05-292-4/+11
|
* Added merge() to SVG.BBoxwout2013-05-282-44/+88
|
* Removing defs and references on clear()wout2013-05-082-7/+9
|
* Bumped to v0.15, removed hsb color supportwout2013-04-262-92/+19
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-222-50/+114
|
* Parsing numeric values as a global getter0.14wout2013-04-152-4/+4
|
* Removing style attributes when emptywout2013-04-152-4/+7
|
* Fix in defaultswout2013-04-142-22/+25
|
* Ensure center point for rotationswout2013-04-132-10/+14
|
* Bumped to v0.13wout2013-04-122-7/+10
|
* Fix for Firefox in bbox()0.13wout2013-04-112-5/+16
|
* Fix in poly plot() with point arrayswout2013-04-082-4/+5
|
* Rebuilding after leading() with argumentswout2013-04-072-4/+4
|
* Fix for leading method on non text elementswout2013-04-072-5/+5
|
* Stored base offset as a private variablewout2013-04-052-4/+5
|
* Extendibility fix in SVG.Elementwout2013-04-022-4/+4
|
* Passing attribute name and value in rebuild() methodwout2013-03-302-4/+4
|
* Fix in viewbox() methodwout2013-03-292-6/+6
|
* Allow invocation of SVG() with an <svg> tagwout2013-03-292-6/+8
|
* 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
|