Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Investigating a possible rbox issue when transforming | Saivan | 2018-03-02 | 1 | -5/+13 |
| | |||||
* | Fixed a few more specifications regarding the new transforms | Saivan | 2018-03-02 | 2 | -4/+19 |
| | |||||
* | Implemented new transformations | Saivan | 2018-03-02 | 2 | -9/+30 |
| | | | | | | This commit implements the new transformation model, but it also needs to modify a few tests to fit the new format. This is still a work in progress. | ||||
* | Made developing a little more enjoyable | Saivan | 2018-02-27 | 3 | -0/+76 |
This commit adds playgrounds and a build:dev mode. Now you can call npm run build:dev to make the linter warn you about errors without breaking. Also, we now have playgrounds, where you can use a built version of svg.js to run your own tests. |