mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-27 16:54:43 +00:00
Update distribution
This commit is contained in:
parent
c81394ccad
commit
404c1af7ef
3 changed files with 4 additions and 4 deletions
4
dist/fabric.js
vendored
4
dist/fabric.js
vendored
|
|
@ -20260,8 +20260,8 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
},
|
||||
|
||||
/**
|
||||
* @private
|
||||
* This method is overwritten to account for different top offset
|
||||
* @private
|
||||
*/
|
||||
_renderTextBoxBackground: function(ctx) {
|
||||
if (!this.backgroundColor) return;
|
||||
|
|
@ -20281,7 +20281,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
|
||||
/**
|
||||
* Returns object representation of an instance
|
||||
* @methd toObject
|
||||
* @method toObject
|
||||
* @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output
|
||||
* @return {Object} object representation of an instance
|
||||
*/
|
||||
|
|
|
|||
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
4
dist/fabric.require.js
vendored
4
dist/fabric.require.js
vendored
|
|
@ -20260,8 +20260,8 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
},
|
||||
|
||||
/**
|
||||
* @private
|
||||
* This method is overwritten to account for different top offset
|
||||
* @private
|
||||
*/
|
||||
_renderTextBoxBackground: function(ctx) {
|
||||
if (!this.backgroundColor) return;
|
||||
|
|
@ -20281,7 +20281,7 @@ fabric.Image.filters.BaseFilter = fabric.util.createClass(/** @lends fabric.Imag
|
|||
|
||||
/**
|
||||
* Returns object representation of an instance
|
||||
* @methd toObject
|
||||
* @method toObject
|
||||
* @param {Array} [propertiesToInclude] Any properties that you might want to additionally include in the output
|
||||
* @return {Object} object representation of an instance
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue