summaryrefslogtreecommitdiffstats
path: root/src/text.js
Commit message (Collapse)AuthorAgeFilesLines
* 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