forked from Ghostkeeper/SettingsGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically scale SVGs to correct size
So the actual intrinsic size of the SVG now doesn't matter any more. Small SVGs will properly be upscaled without any interpolation necessary. This can also improve performance, depending on the size you're displaying the zoomed image at. The original zoomed image was meant to be downscaled for all but the largest screens, so for all but the largest screens the performance should be a little better when there's SVGs involved.
- Loading branch information
1 parent
98ee851
commit 193aadc
Showing
3 changed files
with
18 additions
and
5 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