| Commit message (Expand) | Author | Age | Files | Lines |
* | Added tests for 0 value width/height wrong path scaling | Valentin | 2019-05-09 | 1 | -0/+9 |
* | bugfix for issue 964 | Michael Becker | 2019-02-23 | 2 | -0/+113 |
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 1 | -0/+47 |
* | fix travis test | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -2/+2 |
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -29/+23 |
* | speed up zoom function for non-FF Browser | Ulrich-Matthias Schäfer | 2019-01-18 | 1 | -18/+29 |
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -1/+14 |
* | fixed `textPath()` and `path().text()` | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -3/+32 |
* | Fix move and size of groups, removed setting of a default font so we dont act... | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -16/+126 |
* | Add tests | Erik Demaine | 2018-12-14 | 1 | -0/+28 |
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 4 | -2/+143 |
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 1 | -1/+18 |
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -5/+5 |
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -31/+255 |
|\ |
|
| * | clamp values in toHex, tests, replace for of with for in | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -32/+40 |
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 29 | -446/+839 |
| |\ |
|
| * | | fix Morphable so that it works with color spaces. It prefers the `to` space o... | Ulrich-Matthias Schäfer | 2018-11-25 | 1 | -1/+1 |
| * | | Finished off the color spaces, we are all green! | Saivan | 2018-11-26 | 1 | -15/+119 |
| * | | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 2 | -31/+77 |
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move bower... | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -6/+6 |
| |/
|/| |
|
* | | fix testing with svgdom | Ulrich-Matthias Schäfer | 2018-11-28 | 4 | -42/+56 |
* | | merge karma configurations | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -3/+3 |
* | | include adopter tests in test bundle | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+1 |
* | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 3 | -2/+165 |
* | | make es5 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -2/+4 |
* | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 8 | -112/+216 |
* | | make tests work in node and browser | Ulrich-Matthias Schäfer | 2018-11-28 | 3 | -11/+77 |
* | | started to add es6 tests using svgdom as fallback in case no dom is found | Ulrich-Matthias Schäfer | 2018-11-28 | 5 | -0/+277 |
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 7 | -34/+24 |
* | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and... | Ulrich-Matthias Schäfer | 2018-11-24 | 10 | -350/+69 |
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 4 | -49/+41 |
* | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 1 | -3/+3 |
|/ |
|
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 2 | -9/+9 |
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -18/+18 |
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -6/+1 |
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -24/+0 |
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+7 |
* | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+6 |
* | `fill()` and `stroke()` return the fill and stroke attribute when called as g... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+18 |
* | add test for array getter of attr | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+13 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -9/+0 |
* | fix mistake in test | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -6/+6 |
* | Merge branch '875-es6' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-07 | 27 | -6467/+358 |
|\ |
|
| * | make one test pass in travis | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -1/+1 |
| * | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 11 | -5838/+19 |
| * | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -3/+3 |
| * | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
| * | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 7 | -83/+74 |