diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SVGJS_VERSION = '0.1a' # all available modules in the correct loading order -ALL = %w[ svg container element group arrange clip doc defs shape rect circle ellipse path image text sugar ] +ALL = %w[ svg container element group arrange defs clip doc shape rect circle ellipse path image text sugar ] # required modules to make the library operational CORE = %w[ circle container defs doc element ellipse image path rect shape svg text ] |