summaryrefslogtreecommitdiffstats
path: root/src/nested.js
Commit message (Collapse)AuthorAgeFilesLines
* merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to ↵Ulrich-Matthias Schäfer2018-03-011-16/+0
| | | | decide between doc and nested
* The first half of the library complies with Standard lintingSaivan2018-02-271-6/+7
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-6/+2
| | | | | | | | | | - 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
* changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-1/+1
| | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Bumped to 1.0.0-rc.6wout2014-03-041-1/+1
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-13/+15
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Added deep traversing, reorganizd moduleswout2013-06-091-1/+10
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-1/+1
| | | | animation functionality
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-1/+2
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-5/+5
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Made code more readable and included docswout2013-01-041-3/+2
|
* Added SVG.Nested to create nested svg documentswout2013-01-021-0/+11
|
* Removed redundant codewout2012-12-171-12/+0
|
* Implemented core librarywout2012-12-161-0/+12
|
* Initial commitwout2012-12-151-0/+0