Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Ulrich-Matthias Schäfer | 2018-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | over the `from` space - _d is initialized to 0 so toArray does not give you undefined - fix tests | ||||
| * | | Finished off the color spaces, we are all green! | Saivan | 2018-11-26 | 1 | -15/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | We now have tested and working color spaces, isn't that nice! Changes ======= - All color spaces are working | ||||
| * | | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 2 | -31/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the color modules, so that the old tests pass, we just need to modify the tests to test some of the new functionality (Since there was a lot of copy and paste work done haha) Changes ======= - Updated the color module to support a number of color spaces - Made sure all of the old tests are working again | ||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -6/+6 |
| |/ |/| | | | | | | | | | bower to its own repo rename makeNode back to create | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11. | ||||
* | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray ↵ | Ulrich-Matthias Schäfer | 2018-11-24 | 10 | -350/+69 |
| | | | | | | | | and SVGNumber on export to Array and Number | ||||
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 4 | -49/+41 |
| | | | | | | | | | | - 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) | ||||
* | | 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 |
|/ | | | | | | | | - refactor code into functions - handle timeSource correctly - allow for immediate updates - Runners dont know about their delay anymore. Thats far more simple. - Timeline is paused on creation | ||||
* | 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 ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+6 |
| | | | | that this works, fix runner | ||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
| | | | | getter (#789) | ||||
* | 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, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+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 | -9/+0 |
| | | | | steps() to generate easing functions | ||||
* | 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 |
| | | |||||
| * | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -255/+145 |
| | | |||||
| * | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -295/+123 |
| | | | | | | | | some tests | ||||
* | | Fix specs | nobuti | 2018-10-27 | 1 | -17/+30 |
| | | |||||
* | | Added some tests | nobuti | 2018-10-26 | 1 | -0/+38 |
|/ | |||||
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 6 | -2997/+2912 |
| | |||||
* | fixing tests | Ulrich-Matthias Schäfer | 2018-10-10 | 4 | -14/+18 |
| | |||||
* | Optimized the matrix functions so that the transform function is a multitude ↵ | Ulrich-Matthias Schäfer | 2018-10-08 | 2 | -139/+49 |
| | | | | faster for parameterized input | ||||
* | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 1 | -3/+13 |
| | |||||
* | renamed method names as suggested, added failing test | Ulrich-Matthias Schäfer | 2018-06-01 | 1 | -25/+62 |
| | |||||
* | fix for the endvalue of the animation | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -9/+240 |
| | |||||
* | add failing test | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -0/+12 |
| | |||||
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -2/+228 |
| |