mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-20 06:00:59 +00:00
fix grammar typo
This commit is contained in:
parent
842af5d993
commit
6aa09fc567
1 changed files with 2 additions and 2 deletions
|
|
@ -1184,8 +1184,8 @@
|
|||
* @param {Number} [options.viewBox.width] Width of viewbox
|
||||
* @param {Number} [options.viewBox.height] Height of viewbox
|
||||
* @param {String} [options.encoding=UTF-8] Encoding of SVG output
|
||||
* @param {String} [options.width] desidered width of svg with or without units
|
||||
* @param {String} [options.height] desidered width of svg with or without units
|
||||
* @param {String} [options.width] desired width of svg with or without units
|
||||
* @param {String} [options.height] desired height of svg with or without units
|
||||
* @param {Function} [reviver] Method for further parsing of svg elements, called after each fabric object converted into svg representation.
|
||||
* @return {String} SVG string
|
||||
* @tutorial {@link http://fabricjs.com/fabric-intro-part-3/#serialization}
|
||||
|
|
|
|||
Loading…
Reference in a new issue