summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* 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