Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -92/+0 |
| | |||||
* | make morphing work, fix inheritance, animations now work | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | fixed all that errors which come along when removing an object. Fixed tests, ↵ | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -4/+2 |
| | | | | too and added isRoot test | ||||
* | So the standard linter is operational and our code is compliant | Saivan | 2018-02-27 | 1 | -1/+1 |
| | | | | | | This commit completes the compliance of our code with the standard linter. It is now building correctly and error messages are displayed when somebody tries to build bad code! | ||||
* | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -0/+2 |
| | | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit | ||||
* | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -32/+36 |
| | | | | | | This commit completes the rest of the files, making sure they are in the standard linting format. Next we will add the linter to the build process of our application. | ||||
* | add new default constructor (#714) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -10/+8 |
| | | | | | | | | | | - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore | ||||
* | use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()` | Ulrich-Matthias Schäfer | 2017-07-10 | 1 | -7/+7 |
| | |||||
* | Speed improvements on parent element | wout | 2016-08-04 | 1 | -12/+9 |
| | |||||
* | fixed bug in `add()` and `SVG.Doc().create()` | Ulrich-Matthias Schäfer | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed few bugs with doc() and problems with textNodes (#357) | Ulrich-Matthias Schäfer | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -3/+3 |
| | |||||
* | Added reverse functionality for animation loops | wout | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Back on track with the specs | wout | 2014-06-21 | 1 | -3/+2 |
| | |||||
* | Various reference fixes | wout | 2014-06-21 | 1 | -5/+6 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -22/+9 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -92/+96 |
| | |||||
* | Added index() method to SVG.Parent and SVG.Set | wout | 2014-02-01 | 1 | -8/+8 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Distinguished SVG.Container from SVG.parent, bumped to v0.32 | wout | 2013-08-05 | 1 | -0/+102 |
SVG.Use inherits from SVG.Shape |