mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Make gradient, pattern, shadow optional modules
This commit is contained in:
parent
a33a599417
commit
65d54581b4
1 changed files with 4 additions and 3 deletions
7
build.js
7
build.js
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue