Searched refs:stateProperties (Results 1 – 2 of 2) sorted by relevance
760 for (var i = proto.stateProperties.length; i--; ) {762 var propName = proto.stateProperties[i],11171 stateProperties: ( property11315 stateProperties = prototype.stateProperties;11317 stateProperties.forEach(function(prop) {12853 return this.stateProperties.some(function(prop) {12864 this.stateProperties.forEach(function(prop) {12868 if (options && options.stateProperties) {12869 options.stateProperties.forEach(function(prop) {14407 var stateProperties = fabric.Object.prototype.stateProperties.concat();[all …]
1 …s){var proto=klass.prototype;for(var i=proto.stateProperties.length;i--;){var propName=proto.state…6 …stateProperties:("top left width height scaleX scaleY flipX flipY originX originY transformMatrix … property8 …stateProperties.some(function(prop){return this.get(prop)!==this.originalState[prop]},this)},saveS… property11 …stateProperties=fabric.Object.prototype.stateProperties.concat();stateProperties.push("fontFamily"… property