aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
Commit message (Collapse)AuthorAgeFilesLines
* toggleClass returns the svg instancePatrick Klingemann2014-06-091-0/+1
|
* trim class attribute whitespacePatrick Klingemann2014-06-091-1/+1
|
* avoid unintentional global variablesPatrick Klingemann2014-06-091-1/+3
|
* add classes, hasClass, addClass, removeClass, toggleClass functions to ElementPatrick Klingemann2014-06-021-1/+41
|
* Fixed a bug where Element.style() would not save empty values in IE11Xavier Roger-Machart2014-05-021-1/+1
|
* Bumped to 1.0.0-rc.6wout2014-03-041-79/+22
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-41/+20
| | | | to 1.0.0-rc.5
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-0/+11
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-382/+382
|
* added `morph()` and `at()` methods to `SVG.Number` for unit morphingwout2014-02-011-2/+2
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-28/+20
|
* Added addTo() and putIn() methods, added more detailed documentationwout2014-01-251-0/+8
|
* Bumped to v0.33wout2014-01-221-1/+15
|
* Added support for CommonJS and AMD, bunped to v0.300.31wout2013-07-261-1/+5
|
* Added SVG.Array and bumped to v0.29wout2013-07-251-1/+5
|
* Various IE9 and IE10 fixeswout2013-07-041-13/+13
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-4/+4
|
* Fix in rotation transform0.21wout2013-06-251-1/+1
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-4/+10
|
* Added deep traversing, reorganizd moduleswout2013-06-091-1/+5
|
* Added merge() to SVG.BBoxwout2013-05-281-0/+1
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-2/+9
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-11/+6
|
* Parsing numeric values as a global getter0.14wout2013-04-151-1/+1
|
* Removing style attributes when emptywout2013-04-151-1/+4
|
* Fix in defaultswout2013-04-141-1/+4
|
* Merge pull request #24 from robwalch/masterWout Fierens2013-04-141-4/+4
|\ | | | | Keyword 'default' throws errors in some browsers
| * remove the use of keyword 'default'Rob Walch2013-04-141-4/+4
| |
* | Ensure center point for rotationswout2013-04-131-7/+11
| |
* | Bumped to v0.13wout2013-04-121-4/+7
|/
* Fix for leading method on non text elementswout2013-04-071-2/+2
|
* Extendibility fix in SVG.Elementwout2013-04-021-1/+1
|
* Passing attribute name and value in rebuild() methodwout2013-03-301-1/+1
|
* Updated READMEwout2013-03-251-1/+1
|
* Bumped to v0.11wout2013-03-241-87/+84
| | | | | | | | | - 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-131-4/+0
|
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-37/+67
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-25/+83
| | | | animation functionality
* Reworked color managementwout2013-03-061-0/+4
|
* Added during() method and unit morphing to fx modulewout2013-03-061-2/+5
|
* Fix in animate().center()0.8wout2013-03-051-0/+3
|
* Code refactoring on elementwout2013-03-021-47/+48
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-29/+39
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-76/+61
|
* Added ability to store data() as raw valueswout2013-02-111-2/+2
|
* Added visible() and opacity() methods0.4wout2013-01-301-0/+7
|
* Simplifying data() method0.2wout2013-01-271-2/+5
|
* Fic in data() methodwout2013-01-271-1/+1
|
* Added data() methodwout2013-01-271-0/+14
|
* Fix in offset for SVG.Wrapwout2013-01-221-0/+9
|