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
Currently fitSelection always fits the selection to the top left of the viewport. It should behave similar to fitToViewer where you are able to pass the preferences as parameters. Right now there is no way to enforce that other than calculating it myself.
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion. Probably some lines of code can be copied from fitToViewer function.
I'll include this feature in a future version (anyway any PR is appreciated).
Bug reports:
Currently
fitSelection
always fits the selection to the top left of the viewport. It should behave similar tofitToViewer
where you are able to pass the preferences as parameters. Right now there is no way to enforce that other than calculating it myself.The text was updated successfully, but these errors were encountered: