aboutsummaryrefslogtreecommitdiffstats
path: root/src/parent.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 {} \;
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-92/+96
|
* Added index() method to SVG.Parent and SVG.Setwout2014-02-011-8/+8
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-0/+102
SVG.Use inherits from SVG.Shape