aboutsummaryrefslogtreecommitdiffstats
path: root/src/svg.js
Commit message (Collapse)AuthorAgeFilesLines
* Round up everything for the last 2.x release2.7.0Ulrich-Matthias Schäfer2018-11-131-1/+1
| | | | | | | | | | | | ### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0)
* Remove extra spacePerry Mitchell2018-07-221-1/+1
|
* Add global reference to support 'window' in bundlers - fixes #767Perry Mitchell2018-07-221-1/+5
|
* added `options` to `on()`, back to sloppy mode2.6.0Ulrich-Matthias Schäfer2017-04-211-3/+1
| | | | | - added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660)
* changing to strict mode - some failures occurdotnetCarpenter2017-04-111-1/+3
|
* clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-291-2/+2
| | | | make test work in svg documents
* onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵Ulrich-Matthias Schäfer2017-03-211-1/+1
| | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available
* prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-181-1/+1
|
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-081-1/+1
|
* doublecheck SVG.parser, use svg element which is not in the dom (#471)Ulrich-Matthias Schäfer2016-04-021-2/+12
|
* fix parser error (#471) and small bug in SVG.Color with new fxUlrich-Matthias Schäfer2016-04-011-14/+10
|
* added check for existence of node (fix #431)Ulrich-Matthias Schäfer2015-12-231-0/+3
|
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-0/+4
|
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-6/+6
|
* fix typo (finally)dhardtke2015-09-061-3/+3
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-1/+1
|
* Typo'swout2014-08-191-2/+2
|
* Added svg import / export functionaltywout2014-08-011-4/+4
|
* Various small fixeswout2014-07-251-22/+54
|
* Moved SVG.invent to main svg.js filewout2014-07-231-0/+24
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-1/+1
|
* Removed all structural referenceswout2014-06-211-1/+1
|
* Added marker, symbol and dynamic referencingwout2014-06-171-6/+0
|
* Bumped to version 1.0.0-rc.7wout2014-06-111-3/+3
| | | | Look at change log for full overview of changes.
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-2/+6
| | | | to 1.0.0-rc.5
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-17/+13
|
* Leaner parserwout2014-02-021-18/+4
|
* Shortened arc objects in PathArraywout2014-01-291-1/+1
|
* Preparing SVG namespace when dom is loadedwout2014-01-291-13/+16
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-2/+32
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-0/+4
|
* Reworked arrange module, <defs> always on topwout2013-06-271-6/+0
|
* Bug fix: recreating defs after clear()0.12wout2013-03-281-1/+1
|
* Bumped to v0.11wout2013-03-241-2/+8
| | | | | | | | | - 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
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-41/+45
| | | | animation functionality
* Animatable fill() and stroke()wout2013-03-061-3/+13
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-5/+15
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-9/+9
|
* Added support testwout2013-02-151-8/+17
|
* Reworked SVG.Container inheritancewout2013-02-021-10/+2
|
* Fix in arrange modulewout2013-01-291-1/+1
|
* Modified extension method to include all SVG.Container elementswout2013-01-291-4/+14
|
* Removed temp wrapper in safari bug fixwout2013-01-051-2/+2
|
* Made code more readable and included docswout2013-01-041-13/+23
|
* Added mask.jswout2012-12-311-2/+5
|
* Code refactoringwout2012-12-291-0/+3
|
* Fix in pathwout2012-12-261-2/+3
|
* Lowered presence of the svg functionwout2012-12-211-4/+0
|