diff options
author | wout <wout@impinc.co.uk> | 2013-02-02 17:34:25 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-02-02 17:34:25 +0100 |
commit | ec56136a1a3cd83f856723d1076536e550296e31 (patch) | |
tree | 6031877fba4ada024a917947532245a0e979615c /Rakefile | |
parent | 1c9b6af19cd1367a74b91cb88e98ec1bef2d8234 (diff) | |
download | svg.js-ec56136a1a3cd83f856723d1076536e550296e31.tar.gz svg.js-ec56136a1a3cd83f856723d1076536e550296e31.zip |
Added SVG.Line as a native element0.5
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SVGJS_VERSION = '0.4' # all available modules in the correct loading order -MODULES = %w[ svg element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ] +MODULES = %w[ svg element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ] # how many bytes in a "kilobyte" KILO = 1024 |