diff options
author | wout <wout@impinc.co.uk> | 2012-12-21 17:31:26 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-21 17:31:26 +0100 |
commit | b56c077bf6b478e5290c1286d82ec64c6d606b8d (patch) | |
tree | 9aee2ec51260b170c4e53e95d8130c9c018ed91c | |
parent | e0422f8b0d5a10b01d599963230c094cce1fa47a (diff) | |
download | svg.js-b56c077bf6b478e5290c1286d82ec64c6d606b8d.tar.gz svg.js-b56c077bf6b478e5290c1286d82ec64c6d606b8d.zip |
Updated to-do's in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -299,6 +299,8 @@ SVG.extend(SVG.Doc, { - Animation module (element animation, path tweens and easing) - Draggable module (make elements and groups draggable) - Shapes module (add preset shapes like star, n-gon) +- Gradient module (for linear and radial gradients) +- Text on path module (write text along paths) |