summaryrefslogtreecommitdiffstats
path: root/src/parent.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-92/+0
|
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-011-1/+1
|
* fixed all that errors which come along when removing an object. Fixed tests, ↵Ulrich-Matthias Schäfer2018-03-011-4/+2
| | | | too and added isRoot test
* So the standard linter is operational and our code is compliantSaivan2018-02-271-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 errorsSaivan2018-02-271-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 lintingSaivan2018-02-271-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äfer2017-07-251-2/+2
|
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-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äfer2017-07-101-7/+7
|
* Speed improvements on parent elementwout2016-08-041-12/+9
|
* fixed bug in `add()` and `SVG.Doc().create()`Ulrich-Matthias Schäfer2016-04-151-1/+1
|
* Fixed few bugs with doc() and problems with textNodes (#357)Ulrich-Matthias Schäfer2015-06-281-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Added svg import / export functionaltywout2014-08-011-3/+3
|
* Added reverse functionality for animation loopswout2014-07-301-2/+2
|
* Back on track with the specswout2014-06-211-3/+2
|
* Various reference fixeswout2014-06-211-5/+6
|
* Removed all structural referenceswout2014-06-211-22/+9
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-92/+96
|
* Added index() method to SVG.Parent and SVG.Setwout2014-02-011-8/+8
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-0/+102
SVG.Use inherits from SVG.Shape