Commit 186b9aa
Fix image scaling on image filter application (cvat-ai#10111)
UI has limited decoding capabilities, then the image is scaled. The image scaling was not applied when image filter was applied, that can lead to image reducing its size.1 parent 912ae37 commit 186b9aa
File tree
2 files changed
+5
-1
lines changed- changelog.d
- cvat-ui/src/components/annotation-page/canvas/views/canvas2d
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
0 commit comments