Make gradient, pattern, shadow optional modules

This commit is contained in:
kangax 2013-07-04 14:17:41 +02:00
parent a33a599417
commit 65d54581b4

View file

@ -128,12 +128,13 @@ var filesToInclude = [
ifSpecifiedInclude('parser', 'src/parser.js'),
'src/point.class.js',
ifSpecifiedInclude('gradient', 'src/gradient.class.js'),
'src/pattern.class.js',
'src/shadow.class.js',
'src/intersection.class.js',
'src/color.class.js',
ifSpecifiedInclude('gradient', 'src/gradient.class.js'),
ifSpecifiedInclude('pattern', 'src/pattern.class.js'),
ifSpecifiedInclude('shadow', 'src/shadow.class.js'),
'src/static_canvas.class.js',
ifSpecifiedInclude('freedrawing', 'src/brushes/base_brush.class.js'),