aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.js
Commit message (Collapse)AuthorAgeFilesLines
* fixed #514 and #5162.3.3Ulrich-Matthias Schäfer2016-08-021-10/+1
| | | | | - removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()` - make element visible when call bbox on a clone
* 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
| | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number
* 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 ↵Ulrich-Matthias Schäfer2015-11-301-2/+4
| | | | now, too
* 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
| | | | Look at change log for full overview of changes.
* Bumped to 1.0.0-rc.6wout2014-03-041-13/+7
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-104/+116
| | | | to 1.0.0-rc.5
* 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
| | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-44/+84
| | | | animation functionality
* 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
| | | | Some browsers had issues with clipping, masking was a better option.
* 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
|
* Added anchor option for text elementwout2012-12-201-7/+5
|
* Added font elementwout2012-12-201-0/+85