Home
last modified time | relevance | path

Searched refs:IText (Results 1 – 4 of 4) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11 …ined"?exports:this);(function(){var clone=fabric.util.object.clone;fabric.IText=fabric.util.create…
13IText.fromObject=function(object){return new fabric.IText(object.text,clone(object))}})();(functio… class in fabric
15 …s.text.slice(this.selectionStart+1)}}}});fabric.util.object.extend(fabric.IText.prototype,{_setSVG…
H A Dfabric.js20439 …fabric.IText = fabric.util.createClass(fabric.Text, fabric.Observable, /** @lends fabric.IText.pro…
21495 fabric.IText.fromObject = function(object) {
21496 return new fabric.IText(object.text, clone(object));
21505 fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.prototype */ {
21571 fabric.IText.prototype.exitEditingOnOthers(_this.canvas); class in fabric
21583 fabric.IText.prototype.exitEditingOnOthers(_this.canvas);
22249 fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.prototype */ {
22505 fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.prototype */ {
23144 fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.prototype */ {
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …rdana",fill:c.drawing.color},a||{});b.click=function(){};var d=new fabric.IText(b.text,b);return c…
H A Dexport.js340 var text = new fabric.IText( cfg.text, cfg );