diff options
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 utils container element document defs shape rect circle ellipse path image group clip_path ] +DEFAULT_MODULES = %w[ svg utils container element doc defs shape rect circle ellipse path image g clip ] KILO = 1024 # how many bytes in a "kilobyte" |