summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Added SVG.Set adn bumped to v0.24wout2013-07-012-0/+132
|
* Fix in unit parser with negative values.wout2013-06-301-0/+5
|
* IMplemented <use> element, bumped to v0.23wout2013-06-295-11/+59
|
* Fixed naming conflict in mask and clip modules, bumped to v0.22wout2013-06-293-0/+116
|
* Reworked arrange module, <defs> always on topwout2013-06-277-19/+278
|
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-3/+6
|
* Added `get()` method to SVG.Containerwout2013-06-231-0/+13
|
* Added SVG.Number, reworked gradient systemwout2013-06-234-6/+244
|
* Added deep traversing, reorganizd moduleswout2013-06-093-2/+23
|
* Added translate() methodwout2013-05-298-0/+56
|
* Added merge() to SVG.BBoxwout2013-05-284-27/+55
|
* Removing defs and references on clear()wout2013-05-081-2/+2
|
* Bumped to v0.15, removed hsb color supportwout2013-04-263-7/+32
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-0/+39
|
* Parsing numeric values as a global getter0.14wout2013-04-151-0/+16
|
* Removing style attributes when emptywout2013-04-151-0/+4
|
* Fix for Firefox in bbox()0.13wout2013-04-111-5/+5
|
* Fix in viewbox() methodwout2013-03-291-0/+4
|
* Bug fix: recreating defs after clear()0.12wout2013-03-281-0/+6
|
* Added plot() method to SVG.Linewout2013-03-241-0/+10
|
* Bumped to v0.11wout2013-03-2419-0/+4934
- 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