Searched refs:toLive (Results 1 – 2 of 2) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 5100 toLive: function(ctx, object) { 5433 toLive: function(ctx) { method 6556 ctx.fillStyle = this.backgroundColor.toLive 6557 ? this.backgroundColor.toLive(ctx) 6577 ctx.fillStyle = this.overlayColor.toLive 6578 ? this.overlayColor.toLive(ctx) 6928 (this.backgroundColor && !this.backgroundColor.toLive 11494 ctx.strokeStyle = this.stroke.toLive 11495 ? this.stroke.toLive(ctx, this) 11502 ctx.fillStyle = this.fill.toLive [all …]
|
| D | fabric.min.js | 4 …toLive:function(ctx,object){var gradient,prop,coords=fabric.util.object.clone(this.coords);if(!thi… 6 …toLive?this.stroke.toLive(ctx,this):this.stroke}},_setFillStyles:function(ctx){if(this.fill){ctx.f… 8 …toLive?"url(#SVGID_"+this.fill.id+")":this.fill:"none",fillRule=this.fillRule,stroke=this.stroke?t… 13 …toLive?fill.toLive(ctx,this):fill;if(styleDeclaration.stroke){ctx.strokeStyle=styleDeclaration.str…
|