summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix in color morphingwout2014-01-311-0/+8
|
* Added morph() and at() methods to SVG.Colorwout2014-01-311-4/+46
|
* Added `relative()`method for relative translationswout2014-01-303-3/+63
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-2911-18/+124
|
* Added get to SVG.Set, bumped to v0.37wout2014-01-261-0/+14
|
* Added addTo() and putIn() methods, added more detailed documentationwout2014-01-252-0/+42
|
* Added the hyperlink elementwout2014-01-232-0/+40
|
* Bumped to v0.33wout2014-01-2210-12/+241
|
* Fixed bug in memory systemwout2013-08-221-1/+8
|
* Added animatible poly's, bumped to v0.31wout2013-08-015-37/+57
|
* Added support for CommonJS and AMD, bunped to v0.300.31wout2013-07-262-1/+13
|
* Added SVG.Array and bumped to v0.29wout2013-07-252-0/+19
|
* Reworked SVG.Text to give more granular controlwout2013-07-232-6/+1
|
* Namespace fixes and added textPath and bumped to v0.270.28wout2013-07-223-1/+36
|
* Various IE9 and IE10 fixeswout2013-07-0413-36/+45
|
* Added memory modulewout2013-07-022-0/+53
|
* Sets accept multiple elements at oncewout2013-07-011-0/+5
|
* 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