mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-07 16:00:59 +00:00
bugfix: add toObject so Blend can be serialized (extend not needed)
This commit is contained in:
parent
af2b6c70b4
commit
879bfbbb62
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
(function(global){
|
||||
'use strict';
|
||||
|
||||
var fabric = global.fabric,
|
||||
extend = fabric.util.object.extend;
|
||||
var fabric = global.fabric;
|
||||
|
||||
/**
|
||||
* Color Blend filter class
|
||||
|
|
|
|||
Loading…
Reference in a new issue