-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve zoom scaling based on device pixels.
- Adjusts the output scaling logic to account for device pixel ratios other than one, which can occur on high-density/retina displays or when the browser window is zoomed. - Modifies slider to accept non-integer-pixel zoom levels. - Changes figure interpolation to use smooth interpolation for zoom levels that are not integer multiples of the default size, to avoid visual artifacts. - Allows configuring the default number of pixels per cell used by the ArrayAutovisualizer. PiperOrigin-RevId: 668073705
- Loading branch information
1 parent
0f9923b
commit 5e429cb
Showing
4 changed files
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters