mirror of
https://github.com/konvajs/konva.git
synced 2025-12-17 18:01:15 +08:00
removed Polar Tests and make a few tweaks to Node
This commit is contained in:
@@ -1861,7 +1861,7 @@
|
||||
* node.listening('inherit');
|
||||
*/
|
||||
|
||||
Kinetic.Factory.addGetterSetter(Kinetic.Node, 'filters');
|
||||
Kinetic.Factory.addGetterSetter(Kinetic.Node, 'filters', undefined, function(val) {this._filterUpToDate = false;return val;});
|
||||
/**
|
||||
* get/set filters. Filters are applied to cached canvases
|
||||
* @name filters
|
||||
|
||||
Reference in New Issue
Block a user