Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed build of polyfills which was broken because of core-js update3.0.16 | Ulrich-Matthias Schäfer | 2019-11-12 | 1 | -0/+6 |
| | |||||
* | bump version3.0.15 | Ulrich-Matthias Schäfer | 2019-11-08 | 1 | -0/+9 |
| | | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner | ||||
* | bump version3.0.14 | Ulrich-Matthias Schäfer | 2019-10-31 | 1 | -0/+10 |
| | |||||
* | bump version3.0.13 | Ulrich-Matthias Schäfer | 2019-06-12 | 1 | -0/+8 |
| | |||||
* | Update CHANGELOG.md | JanMisker | 2019-04-11 | 1 | -1/+1 |
| | | | Back to the future... (sorry couldn't help to correct a minor typo in the date of 3.0.5) | ||||
* | bump version number3.0.12 | Ulrich-Matthias Schäfer | 2019-02-19 | 1 | -1/+2 |
| | |||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 1 | -0/+9 |
| | |||||
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -0/+7 |
| | | | | | - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center. | ||||
* | correct wrong year in changelog | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -6/+6 |
| | |||||
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -1/+6 |
| | | | | font-family and size from the defaults list | ||||
* | fixed `textPath()` and `path().text()` | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -0/+8 |
| | |||||
* | renamed unit() to `convert()` to avoid name collision3.0.9 | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -0/+5 |
| | |||||
* | added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8 | Ulrich-Matthias Schäfer | 2019-01-13 | 1 | -1/+8 |
| | |||||
* | minor bugfix in bbox and performance changes3.0.7 | Ulrich-Matthias Schäfer | 2019-01-13 | 1 | -0/+7 |
| | |||||
* | Release 3.0.63.0.6 | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -1/+5 |
| | |||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -0/+9 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Correct words | idready | 2018-12-30 | 1 | -2/+2 |
| | |||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 1 | -0/+8 |
| | |||||
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 1 | -0/+10 |
| | |||||
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 1 | -0/+9 |
| | |||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+12 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -0/+7 |
| | |||||
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+59 |
| | |||||
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -5/+0 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+2 |
| | |||||
* | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -0/+2 |
| | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces) | ||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -0/+1 |
| | |||||
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -6/+2 |
| | |||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -0/+1 |
| | |||||
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -1/+3 |
| | |||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+2 |
| | | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})` | ||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | | | | SVG.Rect({width:100})` | ||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | | | | getter (#789) | ||||
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | add test for array getter of attr | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+3 |
| | |||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+2 |
| | | | | SVG.Text.textPath returns first textPath child now | ||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -0/+2 |
| | | | | steps() to generate easing functions | ||||
* | update changelow | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -5/+4 |
| | |||||
* | changelog update | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -0/+1 |
| | |||||
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 1 | -1/+2 |
| | | | | | | | | | | | | This commit fixes a number of issues with transformations: - Removed move/dmove/etc... on groups - Sugar was being passed origin instead of ox, oy - Updated the changelog - Removed parseMatrix in favor of new SVG.Matrix() - .matrix is the getter for a matrix, not .transform - added a [02:24:41] Using gulpfile ~/Desktop/svg/svg.js/gulpfile.js [02:24:41] Starting 'lint'... [02:24:43] Finished 'lint' after 2.32 s directive | ||||
* | Integrated the transformations into the changes in 3.0.0 | Saivan | 2018-03-04 | 1 | -0/+2 |
|\ | |||||
| * | removed `size()` from `SVG.Text` to avoid name clash | Ulrich-Matthias Schäfer | 2018-03-03 | 1 | -0/+2 |
| | | |||||
* | | Fixed some tests involving transforms and elements | Saivan | 2018-03-02 | 1 | -2/+5 |
|\| | |||||
| * | update changelog | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -0/+3 |
| | | |||||
| * | updated changelog | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -1/+2 |
| | |