summaryrefslogtreecommitdiffstats
path: root/src/use.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix file permissions.Ryan Jacobs2015-05-221-0/+0
| | | | | find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \;
* fix #306 - The use element now can point to an external filegschutz2015-01-051-4/+4
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-21/+20
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-1/+1
| | | | SVG.Use inherits from SVG.Shape
* Namespace fixes and added textPath and bumped to v0.270.28wout2013-07-221-1/+1
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-0/+28