Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 30 | -40/+68 |
| | | | | SVG.Rect({width:100})` | ||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+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/+12 |
| | |||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 |
| | |||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+19 |
| | |||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -13/+17 |
| | |||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -0/+59 |
| | |||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 10 | -36/+20 |
| | |||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 7 | -59/+88 |
| | | | | 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 | 5 | -14/+62 |
| | | | | steps() to generate easing functions | ||||
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -22/+70 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 75 | -695/+619 |
| | |||||
* | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 19 | -583/+29 |
| | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 67 | -525/+465 |
| | |||||
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 24 | -437/+440 |
| | |||||
* | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 6 | -26/+14 |
| | |||||
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 42 | -480/+520 |
| | |||||
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 14 | -37/+59 |
| | |||||
* | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 37 | -174/+637 |
| | | | | some tests | ||||
* | fix a few mistakes. Make sugar work. Roll back to childNodes because ↵ | Ulrich-Matthias Schäfer | 2018-11-01 | 6 | -29/+81 |
| | | | | children is 10x slower | ||||
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 45 | -332/+394 |
| | |||||
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 22 | -221/+309 |
| | |||||
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 64 | -2675/+1477 |
| | |||||
* | rename files | Ulrich-Matthias Schäfer | 2018-10-26 | 2 | -0/+0 |
| | |||||
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 66 | -3796/+3863 |
| | |||||
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 38 | -0/+0 |
| | |||||
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 4 | -69/+28 |
| | |||||
* | activate sugar before merge | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -151/+151 |
| | |||||
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 8 | -402/+237 |
| | |||||
* | fix timeline timing with runners | Ulrich-Matthias Schäfer | 2018-10-13 | 1 | -11/+13 |
| | |||||
* | fixing tests | Ulrich-Matthias Schäfer | 2018-10-10 | 2 | -56/+65 |
| | |||||
* | fix schedule so it uses runnertime correctly | Ulrich-Matthias Schäfer | 2018-10-10 | 1 | -12/+27 |
| | |||||
* | Cant see the forest with all these trees... | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -4/+2 |
| | |||||
* | Optimized the matrix functions so that the transform function is a multitude ↵ | Ulrich-Matthias Schäfer | 2018-10-08 | 3 | -52/+105 |
| | | | | faster for parameterized input | ||||
* | make sure, that we use the correct startTransform | Ulrich-Matthias Schäfer | 2018-09-21 | 1 | -8/+7 |
| | |||||
* | make sure runner[0] always exists (rework that requirement!) | Ulrich-Matthias Schäfer | 2018-09-21 | 1 | -2/+4 |
| | |||||
* | adding optimized transformation function to speed up things a tiny bit | Ulrich-Matthias Schäfer | 2018-09-20 | 2 | -46/+109 |
| | |||||
* | get rid of that unnecessary bbox call on every frame | Ulrich-Matthias Schäfer | 2018-09-20 | 3 | -6/+16 |
| | |||||
* | finally solve transformations one and for all time! | Ulrich-Matthias Schäfer | 2018-09-20 | 2 | -80/+89 |
| | | | | This is great - we should party hard. I mean - it took like 4 month to get this done. That's way to much! I don't want anymore. Pease send help :D | ||||
* | fix transformations introducing target transforms with which the origin can ↵ | Ulrich-Matthias Schäfer | 2018-09-17 | 1 | -7/+32 |
| | | | | be transformed | ||||
* | Refactored the getOrigin helper to help fix the relative affine animations | Saivan | 2018-09-17 | 2 | -6/+15 |
| | | | | | | | | | | This commit refactors the getOrigin helper, in order to send the origin to the correct space. The origin should be expressed in the space of the last animation. Changes ======= - Refactored the getOrigin helper - Added a simple example to the dirty file to test multiple transformations | ||||
* | Fixed the relative non-affine transform animations | Saivan | 2018-09-17 | 3 | -25/+46 |
| | | | | | | | | | This commit uncovered an issue with the relative non-affine transformations. It is now correctly fixed and working. Next we should fix the affine transforms as well. Changes ======= - Fixed the relative non-affine transformation animations | ||||
* | Found and started fixing an error with the Timeline.schedule function | Saivan | 2018-09-10 | 1 | -1/+0 |
| | | | | This commit finds an error in the scheduling duration that we need to fix. | ||||
* | Added a simple example for relative declarative animations | Saivan | 2018-07-11 | 1 | -1/+1 |
| | | | | | | | | | This commit adds an example that demonstrates how I'd imagine declarative animations should work and how they should mirror what imperative animations would do Changes ======= - Added a simple declarative example | ||||
* | condens transform function to an overall more stable one | Ulrich-Matthias Schäfer | 2018-07-08 | 2 | -191/+109 |
| | |||||
* | Fixed the transformation code to use the bbox properly | Saivan | 2018-07-05 | 4 | -187/+41 |
| | | | | | This commit fixes the transformations and allows single animated transformations to properly work. | ||||
* | make TransformBag clone the object before altering | Ulrich-Matthias Schäfer | 2018-07-04 | 2 | -6/+16 |
| | |||||
* | fix origin transformation | Ulrich-Matthias Schäfer | 2018-07-04 | 3 | -26/+26 |
| | |||||
* | Worked towards setting the origin on each frame with linear algebra | Saivan | 2018-07-04 | 2 | -25/+55 |
| | | | | | This commit attempts to modify the origin on each frame, but it seems that we have some kind of bug that we need to fix first | ||||
* | Fixed an issue that occurred when we applied more than one transform | Saivan | 2018-07-03 | 2 | -5/+33 |
| | | | | | This commit allows us to apply more than one transform to an element, and have them correctly applied to the element. |