Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -16/+0 |
| | |||||
* | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -23/+0 |
| | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -5/+4 |
| | |||||
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -1/+1 |
| | |||||
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -1/+1 |
| | | | | some tests | ||||
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -0/+3 |
| | |||||
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -12/+4 |
| | |||||
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -6/+5 |
| | |||||
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -23/+38 |
| | |||||
* | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -0/+2 |
| | | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit | ||||
* | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -7/+7 |
| | | | | | | This commit completes the rest of the files, making sure they are in the standard linting format. Next we will add the linter to the build process of our application. | ||||
* | removing SVG.Set completely | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -5/+3 |
| | |||||
* | Making initial changes for svg.js v3.0 | Ulrich-Matthias Schäfer | 2017-03-10 | 1 | -2/+11 |
| | | | | | | | | | | | | - removed `SVG.Array.split()` function (#604) - removed workaround for browser bug with stroke-width (#560) - removed polyfills - removed `ungroup()` in favour of `flatten()` - gradients now have their corresponding nodename as type and not only radial/linear (#606) - `SVG.Path.pointAt()` correctly returns an `SVG.Point` now (#607) - replaced static reference to `masker` in `SVG.Mask` with the `masker()` method - replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method - replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (all three #563) | ||||
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Documented and added specs for new selector method | wout | 2014-06-21 | 1 | -3/+5 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -2/+17 |
| | |||||
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -0/+5 |