mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-28 14:58:16 +00:00
Fix typo in resize_filter.class.js (#5290)
* Fix typo in resize_filter.class.js. `sliceHack` filter referred to as `sliceHacl` in documentation. * Fix typo in resize_filter.class.js. `resizyType` typo.
This commit is contained in:
parent
f99f1a7e00
commit
2ab5c5f851
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
/**
|
||||
* Resize type
|
||||
* for webgl resizyType is just lanczos, for canvas2d can be:
|
||||
* for webgl resizeType is just lanczos, for canvas2d can be:
|
||||
* bilinear, hermite, sliceHack, lanczos.
|
||||
* @param {String} resizeType
|
||||
* @default
|
||||
|
|
|
|||
Loading…
Reference in a new issue