VIAN
VIAN copied to clipboard
Erroneous display of the interface after visualization export
After exporting the graphics from the colorimetry (live-feedback) window, the visualization interface is always displayed incorrectly.
Steps to reproduce the behavior:
- Go to Colorimetry
- Click on Space Palette
- Export
- See error
- OS: iOS, BigSur
- Browser Chrome, Version 99.0.4844.84 (Offizieller Build) (x86_64)

As a workaround, just resize the component in which the visualization is displayed. ExportImageDialog.on_update() (self.visualization.render_to_image()) seems to mess things up. Also the palette seems to have random pixel at the right border. Something fails during painting.
Should be fixed together with implementation of #395