mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
Renamed some files. Removed lighten and darken.
Renamed Colors.js to ColorPack.js and Colvolution.js to ConvolvePack.js. Also removed convolution based 'lighten' and 'darken' (from the code and the tests).
This commit is contained in:
@@ -40,8 +40,8 @@ module.exports = function(grunt) {
|
||||
'src/filters/Invert.js',
|
||||
'src/filters/Blur.js',
|
||||
'src/filters/Mask.js',
|
||||
'src/filters/Colors.js',
|
||||
'src/filters/Convolution.js'
|
||||
'src/filters/ColorPack.js',
|
||||
'src/filters/ConvolvePack.js'
|
||||
];
|
||||
|
||||
var unitTestFiles = [
|
||||
|
||||
Reference in New Issue
Block a user