mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 09:14:42 +00:00
added prototype from basefilter
This commit is contained in:
parent
c4911406ac
commit
d7ea78b812
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
* object.filters.push(filter);
|
||||
* object.applyFilters(canvas.renderAll.bind(canvas));
|
||||
*/
|
||||
fabric.Image.filters.Blend = fabric.util.createClass({
|
||||
fabric.Image.filters.Blend = fabric.util.createClass(fabric.Image.filters.BaseFilter, /** @lends fabric.Image.filters.Blend.prototype */{
|
||||
type: 'Blend',
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue