Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to ↵ | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -16/+0 |
| | | | | decide between doc and nested | ||||
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -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äfer | 2017-07-25 | 1 | -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äfer | 2017-04-22 | 1 | -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 permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -13/+15 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 1 | -1/+10 |
| | |||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 1 | -1/+1 |
| | | | | animation functionality | ||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 1 | -1/+2 |
| | | | | fixes | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -5/+5 |
| | |||||
* | Reworked SVG.Container inheritance | wout | 2013-02-02 | 1 | -5/+2 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -3/+2 |
| | |||||
* | Added SVG.Nested to create nested svg documents | wout | 2013-01-02 | 1 | -0/+11 |
| | |||||
* | Removed redundant code | wout | 2012-12-17 | 1 | -12/+0 |
| | |||||
* | Implemented core library | wout | 2012-12-16 | 1 | -0/+12 |
| | |||||
* | Initial commit | wout | 2012-12-15 | 1 | -0/+0 |