1256 Commits (1edcc976b8db981ba2398036b3a39c4de4791a86)
 

Author SHA1 Message Date
  Ulrich-Matthias Schäfer bfd79957d3 tests for Morphable and related stuff 6 years ago
  Saivan 2bbfb1c24c Another collaboration session with @Fuzzyma 6 years ago
  Saivan 64b3144c89 Added some timeline and Morphing functions 6 years ago
  Saivan 7a4979d0cf Initial planning for the Timeline Module 6 years ago
  Ulrich-Matthias Schäfer 55874e6dd1
Merge pull request #828 from svgdotjs/797-throw-error-in-at 6 years ago
  Saivan c37d94a4dc Removed gbox and fixed a few typos 6 years ago
  Saivan 4a03212d2d Fixed recommendations by @Fuzzyma regarding transforms 6 years ago
  Saivan c64401369e Added the dots test and restored the old tests 6 years ago
  Saivan 026e991251 Integrated the transformations into the changes in 3.0.0 6 years ago
  Saivan 59efb1e9e9 Build the final transformation code and fixed linting errors 6 years ago
  Saivan fe402538f2 Fixed all transformation tests, the new transforms are ready 6 years ago
  Ulrich-Matthias Schäfer 14585d5e4f make `at()` method of morphable objects throw when no destination is set (#797) 6 years ago
  Saivan 86dee4db2f Fixed most of the tests relating to transformations 6 years ago
  Saivan e065a4415b Added matrix composition and decompositions 6 years ago
  Ulrich-Matthias Schäfer 31e94c28d8 removed `size()` from `SVG.Text` to avoid name clash 6 years ago
  Saivan 8991bd1958 All transformations except fx and Transformations are passing now 6 years ago
  Saivan 25a95447f7 Investigating a possible rbox issue when transforming 6 years ago
  Saivan e0964238b0 Fixed a few more specifications regarding the new transforms 6 years ago
  Saivan 1cba40f6a0 Merge branch '3.0.0' of github.com:svgdotjs/svg.js into 786-new-transformations 6 years ago
  Saivan a208ed5c5d Fixed some tests involving transforms and elements 6 years ago
  saivan 0b2cb05231
Merge pull request #827 from svgdotjs/826-ungroup-flatten 6 years ago
  Saivan 1582edb423 Implemented new transformations 6 years ago
  Ulrich-Matthias Schäfer f2b27b88f6 make ungroup working on groups and nested for one depths 6 years ago
  Ulrich-Matthias Schäfer c4373581ab update changelog 6 years ago
  Ulrich-Matthias Schäfer fe15a16781
Merge pull request #811 from svgdotjs/merge-doc-and-nested 6 years ago
  Ulrich-Matthias Schäfer 75c3893a7c fixed all that errors which come along when removing an object. Fixed tests, too and added isRoot test 6 years ago
  Ulrich-Matthias Schäfer 981c1fb154 return explicit null if there is no root 6 years ago
  Ulrich-Matthias Schäfer 64a5c17b95 merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to decide between doc and nested 6 years ago
  Ulrich-Matthias Schäfer 3d1b02f878
Merge pull request #808 from svgdotjs/events-memory-leak 6 years ago
  Ulrich-Matthias Schäfer df253288a8 updated changelog 6 years ago
  Ulrich-Matthias Schäfer ec628ee93d search and replace replaced to much 6 years ago
  Ulrich-Matthias Schäfer c835f41c7f found the error whereelse. go back to version before with applied fix 6 years ago
  Ulrich-Matthias Schäfer 826bb9845f fixed error that listener was strangely defined even if function was called without 6 years ago
  Ulrich-Matthias Schäfer 9569005ce4 fix errors found by linter (jeah it works!) 6 years ago
  Ulrich-Matthias Schäfer c60946188a proposal for #807, includes #550, allow multiple events for `SVG.off()` and add option argument 6 years ago
  Saivan 13cf84b716 Updated the README to welcome new users better! 6 years ago
  Saivan 1cb509f863 Made developing a little more enjoyable 6 years ago
  Saivan 4b078f8732 Merged the 3.0.0 branch to add the linter 6 years ago
  saivan 2afc67f929
Merge pull request #823 from svgdotjs/800-add-linter 6 years ago
  Saivan e74c37c3c4 Built the final linted file 6 years ago
  Saivan 97abec91d6 Fixed a few hanging issues with the linter 6 years ago
  Saivan a9211366e5 Forgot to add standard to the package-json doh 6 years ago
  Saivan bac8fc4226 So the standard linter is operational and our code is compliant 6 years ago
  Saivan dc6a25c008 Actually added the linter to gulp and fixed most errors 6 years ago
  Saivan 15637375c5 All files now loosely abide by standard linting 6 years ago
  Saivan bec7881979 The first half of the library complies with Standard linting 6 years ago
  Saivan 632e0cc50b Matrix operations now apply to the current matrix 6 years ago
  Saivan 9f5d88672a We can form a compound matrix in the matrix module 6 years ago
  Saivan 7b484ae802 Identified transformation code to retire 6 years ago
  Ulrich-Matthias Schäfer ec0a8aee0e make sure to remove event handlers from temporary image (#805) 6 years ago