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 | -70/+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 | -22/+23 |
| | | | | too and added isRoot test | ||||
* | return explicit null if there is no root | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -1/+3 |
| | |||||
* | merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to ↵ | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -11/+24 |
| | | | | decide between doc and nested | ||||
* | 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! | ||||
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -18/+19 |
| | | | | | | 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 | ||||
* | fix bug where defs returns nothing | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | add new default constructor (#714) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -4/+3 |
| | |||||
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -41/+13 |
| | | | | | | | | | | - 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 | -13/+0 |
| | | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix | ||||
* | make last test passing in svg docs | Ulrich-Matthias Schäfer | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 1 | -0/+14 |
| | | | | make test work in svg documents | ||||
* | fixed bug in `add()` and `SVG.Doc().create()` | Ulrich-Matthias Schäfer | 2016-04-15 | 1 | -6/+7 |
| | |||||
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -4/+5 |
| | |||||
* | 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 | -0/+9 |
| | |||||
* | Reworked sub-pixel offset fix | wout | 2014-07-31 | 1 | -0/+12 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -19/+24 |
| | |||||
* | Various reference fixes | wout | 2014-06-21 | 1 | -1/+2 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -56/+25 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 1 | -47/+18 |
| | | | | to 1.0.0-rc.5 | ||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -92/+92 |
| | |||||
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -7/+22 |
| | |||||
* | Added support for CommonJS and AMD, bunped to v0.300.31 | wout | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | Various IE9 and IE10 fixes | wout | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Reworked arrange module, <defs> always on top | wout | 2013-06-27 | 1 | -3/+11 |
| | |||||
* | Added the rbox() method, bumped to v0.140.15 | wout | 2013-04-22 | 1 | -36/+61 |
| | |||||
* | Allow invocation of SVG() with an <svg> tag | wout | 2013-03-29 | 1 | -3/+5 |
| | |||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 1 | -5/+5 |
| | | | | animation functionality | ||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 1 | -5/+5 |
| | | | | fixes | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -21/+21 |
| | |||||
* | Reworked SVG.Container inheritance | wout | 2013-02-02 | 1 | -5/+2 |
| | |||||
* | Removed temp wrapper in safari bug fix | wout | 2013-01-05 | 1 | -12/+44 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -17/+17 |
| | |||||
* | Code refactoring | wout | 2012-12-29 | 1 | -1/+2 |
| | |||||
* | Defaulting <svg> width and height to 100% | wout | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | Added and exta wrapping div around svg element | wout | 2012-12-23 | 1 | -2/+7 |
| | |||||
* | Fine-tuned safari bug fix | wout | 2012-12-23 | 1 | -2/+1 |
| | |||||
* | Fixed a bug in safari prevending correct dy on tspans | wout | 2012-12-23 | 1 | -2/+7 |
| | |||||
* | Cross browser fixes | wout | 2012-12-21 | 1 | -3/+5 |
| | |||||
* | Streamlined code | wout | 2012-12-21 | 1 | -4/+4 |
| | |||||
* | Separated core from optional libraries | wout | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | Added transform() | wout | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Code slimming | wout | 2012-12-17 | 1 | -0/+19 |