aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements/TextPath.js
Commit message (Expand)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-7/+7
* remove double quote from all 'url()' refs, update testsHarry Faulkner2022-08-211-1/+1
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-131-4/+4
* make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-091-1/+1
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-041-1/+6
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-101-1/+1
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-3/+3
* Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-271-1/+1
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-141-27/+20
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-5/+27
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-1/+1
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-8/+8
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-1/+1
* added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...Ulrich-Matthias Schäfer2018-11-081-7/+10
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+83