You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NWJS Version : v0.49.2
Operating System : tested on both Debian Bullseye, Windows 10
Expected behavior
In the attached test, the left edge of the svg rect should align with the CSS background-image vertical gridlines for all values of Window zoomLevel
Actual behavior
At zoomLevel = 3, you can see that the rect is misaligned-- substantial whitespace can be seen between the left edge of the rect and the nearest gridline. You can see similar errors at other zoomLevels
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
NWJS Version : v0.49.2
Operating System : tested on both Debian Bullseye, Windows 10
Expected behavior
In the attached test, the left edge of the svg rect should align with the CSS background-image vertical gridlines for all values of Window zoomLevel
Actual behavior
At
zoomLevel = 3
, you can see that the rect is misaligned-- substantial whitespace can be seen between the left edge of the rect and the nearest gridline. You can see similar errors at other zoomLevelsHow to reproduce
Use the attached test.zip as the main file of an nw.js project
When it opens, open devTools
nw.Window.get().zoomLevel = 3;
Scroll over to the rect at
x=3500
and notice that it isn't aligned with the grid lines.Notes:
The text was updated successfully, but these errors were encountered: