aboutsummaryrefslogtreecommitdiffstats
path: root/playgrounds/playground.css
Commit message (Collapse)AuthorAgeFilesLines
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-051-3/+2
| | | | | | | | | | | | This commit fixes a number of issues with transformations: - Removed move/dmove/etc... on groups - Sugar was being passed origin instead of ox, oy - Updated the changelog - Removed parseMatrix in favor of new SVG.Matrix() - .matrix is the getter for a matrix, not .transform - added a [02:24:41] Using gulpfile ~/Desktop/svg/svg.js/gulpfile.js [02:24:41] Starting 'lint'... [02:24:43] Finished 'lint' after 2.32 s directive
* Added matrix composition and decompositionsSaivan2018-03-031-7/+36
| | | | | | | | This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors.
* Made developing a little more enjoyableSaivan2018-02-271-0/+42
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.