diff options
author | wout <wout@impinc.co.uk> | 2012-12-17 10:20:54 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-17 10:20:54 +0100 |
commit | 324e9194a7624c5c0a795911fedcbc339630efed (patch) | |
tree | b443d1498b7fdb8fbf94f1e8b97f6b79d14dc7bc /Rakefile | |
parent | 80ed33ea8e22a45684d72e1ae939c1ff98d0bbf7 (diff) | |
download | svg.js-324e9194a7624c5c0a795911fedcbc339630efed.tar.gz svg.js-324e9194a7624c5c0a795911fedcbc339630efed.zip |
Updated readme
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ SVGJS_VERSION = '0.1' -DEFAULT_MODULES = %w[ svg container dispatcher draggable object element document defs group nested clip_path shape rect circle ellipse path image ] +DEFAULT_MODULES = %w[ svg container object element document defs group clip_path shape rect circle ellipse path image ] KILO = 1024 # how many bytes in a "kilobyte" |