Skip to content

Commit 7323d05

Browse files
author
wout
committed
Reworked SVG.Container inheritance
1 parent 4a75886 commit 7323d05

13 files changed

Lines changed: 207 additions & 238 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SVGJS_VERSION = '0.3'
1+
SVGJS_VERSION = '0.4'
22

33
# all available modules in the correct loading order
4-
MODULES = %w[ svg container element fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]
4+
MODULES = %w[ svg element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]
55

66
# how many bytes in a "kilobyte"
77
KILO = 1024

0 commit comments

Comments
 (0)