Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Round up everything for the last 2.x release2.7.0 | Ulrich-Matthias Schäfer | 2018-11-13 | 1 | -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 space | Perry Mitchell | 2018-07-22 | 1 | -1/+1 |
| | |||||
* | Add global reference to support 'window' in bundlers - fixes #767 | Perry Mitchell | 2018-07-22 | 1 | -1/+5 |
| | |||||
* | added `options` to `on()`, back to sloppy mode2.6.0 | Ulrich-Matthias Schäfer | 2017-04-21 | 1 | -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 occur | dotnetCarpenter | 2017-04-11 | 1 | -1/+3 |
| | |||||
* | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 1 | -2/+2 |
| | | | | make test work in svg documents | ||||
* | onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵ | Ulrich-Matthias Schäfer | 2017-03-21 | 1 | -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 properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | Fix offset produced by svg parser (#553) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | doublecheck SVG.parser, use svg element which is not in the dom (#471) | Ulrich-Matthias Schäfer | 2016-04-02 | 1 | -2/+12 |
| | |||||
* | fix parser error (#471) and small bug in SVG.Color with new fx | Ulrich-Matthias Schäfer | 2016-04-01 | 1 | -14/+10 |
| | |||||
* | added check for existence of node (fix #431) | Ulrich-Matthias Schäfer | 2015-12-23 | 1 | -0/+3 |
| | |||||
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -0/+4 |
| | |||||
* | fixed return value of `text()` after import/clone (#393) | Ulrich-Matthias Schäfer | 2015-11-04 | 1 | -6/+6 |
| | |||||
* | fix typo (finally) | dhardtke | 2015-09-06 | 1 | -3/+3 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -1/+1 |
| | |||||
* | Typo's | wout | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -4/+4 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 1 | -22/+54 |
| | |||||
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 1 | -0/+24 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -6/+0 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -3/+3 |
| | | | | Look at change log for full overview of changes. | ||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 1 | -2/+6 |
| | | | | to 1.0.0-rc.5 | ||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -17/+13 |
| | |||||
* | Leaner parser | wout | 2014-02-02 | 1 | -18/+4 |
| | |||||
* | Shortened arc objects in PathArray | wout | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Preparing SVG namespace when dom is loaded | wout | 2014-01-29 | 1 | -13/+16 |
| | |||||
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -2/+32 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Added SVG.Set adn bumped to v0.24 | wout | 2013-07-01 | 1 | -0/+4 |
| | |||||
* | Reworked arrange module, <defs> always on top | wout | 2013-06-27 | 1 | -6/+0 |
| | |||||
* | Bug fix: recreating defs after clear()0.12 | wout | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -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.10 | wout | 2013-03-09 | 1 | -41/+45 |
| | | | | animation functionality | ||||
* | Animatable fill() and stroke() | wout | 2013-03-06 | 1 | -3/+13 |
| | |||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 1 | -5/+15 |
| | | | | fixes | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -9/+9 |
| | |||||
* | Added support test | wout | 2013-02-15 | 1 | -8/+17 |
| | |||||
* | Reworked SVG.Container inheritance | wout | 2013-02-02 | 1 | -10/+2 |
| | |||||
* | Fix in arrange module | wout | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Modified extension method to include all SVG.Container elements | wout | 2013-01-29 | 1 | -4/+14 |
| | |||||
* | Removed temp wrapper in safari bug fix | wout | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -13/+23 |
| | |||||
* | Added mask.js | wout | 2012-12-31 | 1 | -2/+5 |
| | |||||
* | Code refactoring | wout | 2012-12-29 | 1 | -0/+3 |
| | |||||
* | Fix in path | wout | 2012-12-26 | 1 | -2/+3 |
| | |||||
* | Lowered presence of the svg function | wout | 2012-12-21 | 1 | -4/+0 |
| |