diff --git a/packages/filters/filter-color-matrix/src/ColorMatrixFilter.js b/packages/filters/filter-color-matrix/src/ColorMatrixFilter.js index 73b62a2..1d30fbb 100644 --- a/packages/filters/filter-color-matrix/src/ColorMatrixFilter.js +++ b/packages/filters/filter-color-matrix/src/ColorMatrixFilter.js @@ -296,9 +296,9 @@ negative(multiply) { const matrix = [ - 0, 1, 1, 0, 0, - 1, 0, 1, 0, 0, - 1, 1, 0, 0, 0, + -1, 0, 0, 1, 0, + 0, -1, 0, 1, 0, + 0, 0, -1, 1, 0, 0, 0, 0, 1, 0, ];