diff options
author | wout <wout@impinc.co.uk> | 2014-01-25 14:34:03 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-25 14:34:03 +0100 |
commit | b48f03348ba04fb875c193f7e630fb35601bd9fe (patch) | |
tree | 573a2a9ff6f3b839c151d89f86a095bb3c98a87a /Rakefile | |
parent | 70879728a81c7bcee9f509a96b23443d35c912aa (diff) | |
download | svg.js-b48f03348ba04fb875c193f7e630fb35601bd9fe.tar.gz svg.js-b48f03348ba04fb875c193f7e630fb35601bd9fe.zip |
Added addTo() and putIn() methods, added more detailed documentation
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.35' +SVGJS_VERSION = '0.36' # all available modules in the correct loading order MODULES = %w[ svg regex default color array number viewbox bbox rbox element parent container fx event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set memory loader ] |