Lines Matching refs:extend

1398   function extend(destination, source) {  function
1413 return extend({ }, object);
1418 extend: extend, property in fabric.util.object
1855 fabric.util.object.extend(fabric.util, fabric.Observable);
2818 extend = fabric.util.object.extend, variable
3440 extend(fabric, {
3566 ownAttributes = extend(ownAttributes,
3567 extend(getGlobalStylesForElement(element, svgUid), fabric.parseStyleAttribute(element)));
3571 return _setStrokeFillOpacity(extend(parentAttributes, ownAttributes));
5153 fabric.util.object.extend(fabric.Gradient, {
5651 var extend = fabric.util.object.extend, variable
6721 extend(data, this.__serializeBgOverlay());
7159 extend(fabric.StaticCanvas.prototype, fabric.Observable);
7160 extend(fabric.StaticCanvas.prototype, fabric.Collection);
7161 extend(fabric.StaticCanvas.prototype, fabric.DataURLExporter);
7163 extend(fabric.StaticCanvas, /** @lends fabric.StaticCanvas */ {
9130 fabric.util.object.extend(fabric.Canvas.prototype, /** @lends fabric.Canvas.prototype */ {
9855 fabric.util.object.extend(fabric.Canvas.prototype, /** @lends fabric.Canvas.prototype */ {
10050 fabric.util.object.extend(fabric.StaticCanvas.prototype, /** @lends fabric.StaticCanvas.prototype *…
10277 fabric.util.object.extend(fabric.StaticCanvas.prototype, /** @lends fabric.StaticCanvas.prototype *…
10499 extend = fabric.util.object.extend, variable
11993 extend(fabric.Object.prototype, fabric.Observable);
12020 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
12270 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
12644 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
12727 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
12846 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
12897 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
13246 fabric.util.object.extend(fabric.StaticCanvas.prototype, /** @lends fabric.StaticCanvas.prototype *…
13364 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
13479 extend = fabric.util.object.extend,
13678 return extend(this.callSuper('toObject', propertiesToInclude), this.calcLinePoints());
13764 return new fabric.Line(points, extend(parsedAttributes, options));
13814 extend = fabric.util.object.extend;
13893 return extend(this.callSuper('toObject', propertiesToInclude), {
14027 var obj = new fabric.Circle(extend(parsedAttributes, options));
14188 extend = fabric.util.object.extend;
14285 return extend(this.callSuper('toObject', propertiesToInclude), {
14373 var ellipse = new fabric.Ellipse(extend(parsedAttributes, options));
14400 extend = fabric.util.object.extend;
14546 var object = extend(this.callSuper('toObject', propertiesToInclude), {
14618 …var rect = new fabric.Rect(extend((options ? fabric.util.object.clone(options) : { }), parsedAttri…
14805 return new fabric.Polyline(points, fabric.util.object.extend(parsedAttributes, options));
14829 extend = fabric.util.object.extend,
14930 return extend(this.callSuper('toObject', propertiesToInclude), {
15052 return new fabric.Polygon(points, extend(parsedAttributes, options));
15077 extend = fabric.util.object.extend,
15535 var o = extend(this.callSuper('toObject', propertiesToInclude), {
15991 fabric.util.object.extend(path, object);
16021 callback && callback(new fabric.Path(parsedAttributes.d, extend(parsedAttributes, options)));
16042 extend = fabric.util.object.extend,
16182 var o = extend(parentToObject.call(this, propertiesToInclude), {
16315 extend = fabric.util.object.extend,
16522 return extend(this.callSuper('toObject', propertiesToInclude), {
16881 var extend = fabric.util.object.extend;
17079 return extend(this.callSuper('toObject', propertiesToInclude), {
17477 extend((options ? fabric.util.object.clone(options) : { }), parsedAttributes));
17500 fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prototype */ {
17561 fabric.util.object.extend(fabric.StaticCanvas.prototype, /** @lends fabric.StaticCanvas.prototype *…
17656 extend = fabric.util.object.extend;
17716 return extend(this.callSuper('toObject'), {
17740 extend = fabric.util.object.extend;
17890 return extend(this.callSuper('toObject'), {
17915 extend = fabric.util.object.extend;
17974 return extend(this.callSuper('toObject'), {
18120 extend = fabric.util.object.extend;
18191 return extend(this.callSuper('toObject'), {
18227 extend = fabric.util.object.extend;
18290 return extend(this.callSuper('toObject'), {
18314 extend = fabric.util.object.extend;
18402 return extend(this.callSuper('toObject'), {
18426 extend = fabric.util.object.extend;
18503 return extend(this.callSuper('toObject'), {
18651 extend = fabric.util.object.extend;
18740 return extend(this.callSuper('toObject'), {
18765 extend = fabric.util.object.extend;
18834 return extend(this.callSuper('toObject'), {
19329 extend = fabric.util.object.extend,
20115 var object = extend(this.callSuper('toObject', propertiesToInclude), {
20332 …options = fabric.util.object.extend((options ? fabric.util.object.clone(options) : { }), parsedAtt…
20690 fabric.util.object.extend(this.styles[loc.lineIndex][loc.charIndex], styles);
21482 return fabric.util.object.extend(this.callSuper('toObject', propertiesToInclude), {
21505 fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.prototype */ {
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 */ {
23233 var fillStyles = this.getSvgStyles.call(fabric.util.object.extend({