aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/imageMaskFix.js
Commit message (Collapse)AuthorAgeFilesLines
* Use onAfterUiUpdate where possibleAarni Koskela2023-05-251-1/+1
|
* eslint related file editsAUTOMATIC2023-05-181-1/+0
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-10/+10
|
* Fix unused variablesAarni Koskela2023-04-301-1/+0
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-1/+1
|
* imageMaskFix.js: fix event listeners to not use anonymous trampolineAarni Koskela2023-04-301-5/+5
|
* Fix #2750fortypercnt2022-10-171-3/+3
| | | left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome.
* resize mask canvases to fit underlying image (fixes #668)Connum2022-09-221-0/+45