Home
last modified time | relevance | path

Searched refs:stateProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js760 for (var i = proto.stateProperties.length; i--; ) {
762 var propName = proto.stateProperties[i],
11171 stateProperties: ( property
11315 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 …]
Dfabric.min.js1 …s){var proto=klass.prototype;for(var i=proto.stateProperties.length;i--;){var propName=proto.state…
6stateProperties:("top left width height scaleX scaleY flipX flipY originX originY transformMatrix … property
8stateProperties.some(function(prop){return this.get(prop)!==this.originalState[prop]},this)},saveS… property
11stateProperties=fabric.Object.prototype.stateProperties.concat();stateProperties.push("fontFamily"… property