-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zooming using the mouse wheel on a SVG file with Webview2 doesn't work #1766
Comments
Hi @Tomoko1
|
I have the exact same issue. IG 9.0.9.1230 on Win 11. Checking to use Webview2 or not does not make a difference. |
Same issue for long time🫥 |
I conducted a small investigation. When I export a file with the 'Set Viewbox' option from Affinity Designer, I can't zoom in using ImageGlass, but the size always remains at 100%. When I export the file without this option, the zoom increases to 10000%. I also checked on two other computers where I have ImageGlass, and the effect is the same. |
I believe this issue should be treated as a priority because the inability to zoom SVGs eliminates the possibility of using ImageGlass in daily work. In the old version (version 8), there were no such problems. I'm surprised that nothing has been done about this since December 2023. |
@triget Can you send your sample SVG file? You can uncheck this setting to switch to the native SVG renderer (same as v8). |
The native renderer is same as v8, it does not support scaling. I tried opening your SVG file with v9.1.7.627, it works fine: Recording.2024-06-29.203828.mp4 |
@triget Can you help me download & test this build? It contains logging function to create a log file Scenario 1: Mouse Scroll Down (Slow)
Scenario 2: Mouse Scroll Up (Slow)
Scenario 3: Mouse Scroll Down (Fast)
Scenario 4: Mouse Scroll Up (Fast)
Scenario 5: Mouse Scroll Down + Up
Scenario 6: Use Trackpad
After finishing all the scenarios, you should attach here 6 log files. |
I have executed scenarios 1-5. I do not have a trackpad (I think this is not a problem). I have attached a video recorded on your test build @d2phap bug.mp4If it helps, I am open to scheduling a session on TeamViewer or a similar tool, and you can test things out yourself to see how everything works :) |
@triget Thanks a lot! |
@d2phap Can you manage to fix this? Not everywhere can the decimal symbol be used as a dot. |
@triget It should be fixed in this build: |
I can confirm that the issue has been fixed for me in that build 😇💖 |
Fixed in ImageGlass 9.1.8.723 |
System information:
To Reproduce
Steps to reproduce the behavior:
Actual behavior:
I can zoom in or out once on an image but trying to zoom in or out more than that makes the image disappear. Afterwards, making the image reappear is impossible.
When zooming in and out, the title bar also shows weird zoom values.
Zooming in or out by clicking on the buttons in the toolbar works as expected, but the title bar also shows weird zoom values. (e.g. after zooming out on an image, the title bar shows a zoom value of "731.139.086.026.276.864%")
Expected behavior:
Zooming in and out should work as expected.
Screenshots:
After zooming in with the mouse wheel once
After zooming in with the mouse wheel twice
Additional context:
I have "Use smooth zooming" enabled, but a similar bug happens with this setting disabled too.
The text was updated successfully, but these errors were encountered: