Skip to content

Commit 72c8e56

Browse files
committed
Increase SVG viewer max zoom level to 100x
1 parent fe13f5d commit 72c8e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources

QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources/svg2html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SvgViewer {
2323
// Initial scale and scale limits
2424
this.scale = 1;
2525
this.minScale = 0.1;
26-
this.maxScale = 10;
26+
this.maxScale = 100; // Increased zoom upper limit by 10x
2727
this.scaleStep = 1.2;
2828
this.baseScale = 1;
2929

0 commit comments

Comments
 (0)