summaryrefslogtreecommitdiffstats
path: root/src/text.js
Commit message (Expand)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-234/+0
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-011-1/+1
* removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-031-5/+1
* So the standard linter is operational and our code is compliantSaivan2018-02-271-1/+1
* All files now loosely abide by standard lintingSaivan2018-02-271-72/+77
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-2/+2
* use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`Ulrich-Matthias Schäfer2017-07-101-5/+6
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-071-8/+13
* `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-1/+1
* removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-161-25/+3
* fix bug in rebuild, remove x adjusting in x method (#616)Ulrich-Matthias Schäfer2017-03-061-6/+1
* fixed #514 and #5162.3.3Ulrich-Matthias Schäfer2016-08-021-10/+1
* fix lines function for textpath and make textpath a parent elementUlrich-Matthias Schäfer2016-03-231-1/+3
* fixed `svgjs:data` attribute which was not set properly in all browsers (#428)Ulrich-Matthias Schäfer2016-01-211-1/+1
* transform() returnw a-f now, too, double newlines create blank linesUlrich-Matthias Schäfer2015-12-041-2/+9
* fixed bug related to the new path parser, text-method of tspan is a getter no...Ulrich-Matthias Schäfer2015-11-301-2/+4
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-18/+17
* fixes #396Ulrich-Matthias Schäfer2015-11-041-2/+2
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-25/+38
* clone method for text to mark all firstlevel tspans as newlines (fixes #369)Ulrich-Matthias Schäfer2015-09-151-1/+15
* Fixed few bugs with doc() and problems with textNodes (#357)Ulrich-Matthias Schäfer2015-06-281-12/+5
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-4/+4
* Removed internal references from SVG.Textwout2014-08-251-9/+17
* Added SVG.Bare for creation of non-described elementswout2014-08-011-27/+27
* Various small fixeswout2014-07-251-1/+0
* Added more versatility to adopterwout2014-06-251-3/+3
* Removed all structural referenceswout2014-06-211-1/+0
* Added marker, symbol and dynamic referencingwout2014-06-171-0/+4
* Bumped to version 1.0.0-rc.7wout2014-06-111-7/+12
* Bumped to 1.0.0-rc.6wout2014-03-041-13/+7
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to...wout2014-02-141-104/+116
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-180/+182
* Applying block to text node on text() method1.0.0-rc.3wout2014-02-021-1/+1
* Bumped to v0.33wout2014-01-221-0/+0
* Reworked SVG.Text to give more granular controlwout2013-07-231-36/+93
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+10
* Rebuilding after leading() with argumentswout2013-04-071-1/+1
* Stored base offset as a private variablewout2013-04-051-1/+2
* Bumped to v0.11wout2013-03-241-17/+34
* Bumped to v0.9, added better style management, text support and extended anim...0.10wout2013-03-091-44/+84
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-29/+29
* Renamed the parentDoc() method to doc()wout2013-01-121-1/+1
* Made code more readable and included docswout2013-01-041-39/+37
* Replaced clip() in favor of mask()wout2013-01-011-1/+1
* Code refactoringwout2012-12-291-6/+17
* Added polyline and polygon, removed ciclewout2012-12-291-2/+3
* Making the svg function globalwout2012-12-211-6/+7
* Streamlined codewout2012-12-211-37/+16
* text font() method can be used as a getterwout2012-12-211-19/+31