aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* update dependenciesUlrich-Matthias Schäfer2024-06-181-6/+6
* fix css, dont throw when screenCtm fails (fixes #968)Ulrich-Matthias Schäfer2023-09-031-7/+0
* allow + as delemiter in paths (fixes #1165)Ulrich-Matthias Schäfer2023-09-031-2/+3
* doscontinue use of svgjs:data in favor of data-svgUlrich-Matthias Schäfer2023-09-031-1/+2
* fix import of leading, dont write data to dom if not neccessaryUlrich-Matthias Schäfer2023-09-031-0/+16
* allow nodes that are not imported yet (fixes #1252)Ulrich-Matthias Schäfer2023-09-031-2/+3
* skip descriptive elements on rebuild and toParentUlrich-Matthias Schäfer2023-09-021-0/+4
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-135-83/+91
* Spelling correctionsalbert-github2023-04-151-1/+1
* this time for real revert package lockDaniel2021-09-221-5/+1
* Revert "remove old code"Daniel2021-09-221-1/+2
* Revert "remove old code"Daniel2021-09-221-0/+3
* reverted package lock and edit nodeOrNewDaniel2021-09-221-1/+1
* remove old codeDaniel2021-09-221-4/+0
* check 'ownerDocument' in node in nodeOrNewDaniel Kern2021-09-201-1/+2
* newDaniel Kern2021-09-201-4/+4
* nodeornewDaniel Kern2021-09-201-0/+3
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-133-27/+37
* typos (#1179)ordago2020-12-171-1/+1
* fix for arc flags parsingMike Wilkerson2020-12-121-1/+4
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-271-2/+3
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-051-0/+234
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-041-36/+4
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-231-2/+2
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-081-0/+4
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-291-3/+5
* This is a big one...Ulrich-Matthias Schäfer2020-03-282-25/+41
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-013-7/+7
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-121-0/+24
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-2/+2
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-032-2/+2
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-1/+1
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-013-5/+7
|\
| * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-303-34/+48
| |\
| * | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-264-209/+95
| * | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-254-96/+212
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-011-3/+3
| |/ |/|
* | run buildUlrich-Matthias Schäfer2018-11-281-1/+1
* | add tests for all exports of adopterUlrich-Matthias Schäfer2018-11-281-6/+12
* | plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-281-0/+23
* | Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-282-12/+3
* | Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-7/+4
* | rewrite few lines of adopterUlrich-Matthias Schäfer2018-11-211-12/+9
|/
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-122-0/+14
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-122-14/+11
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-112-0/+13
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-1/+1
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-3/+23
* add styletagsUlrich-Matthias Schäfer2018-11-081-0/+7
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-063-0/+243