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
Mouse wheel/trackpad zoom focuses into the center – Currently, mouse wheel/trackpad zoom always zooms into the center of the composition. It should zoom into the mouse pointer's location for intuitive navigation.
Reset zoom button – Currently, double-clicking on the canvas resets zoom (undocumented/hidden). I Suggest adding a visible, consistent 'Reset Zoom' button.
Canvas border expands inward when zooming – The gray border of the canvas grows thicker and eats into the preview canvas. This was previously reported (see PR fix(studio): canvas border expands when zooming — switch from CSS zoom to transform scale #810) and is not fixed (PR was closed & not merged); the issue still happens in the current release and appears connected to CSS zoom vs. transform: scale.
Mouse wheel/trackpad zoom focuses into the center – Currently, mouse wheel/trackpad zoom always zooms into the center of the composition. It should zoom into the mouse pointer's location for intuitive navigation.
Reset zoom button – Currently, double-clicking on the canvas resets zoom (undocumented/hidden). I Suggest adding a visible, consistent 'Reset Zoom' button.
Canvas border expands inward when zooming – The gray border of the canvas grows thicker and eats into the preview canvas. This was previously reported (see PR fix(studio): canvas border expands when zooming — switch from CSS zoom to transform scale #810) and is not fixed (PR was closed & not merged); the issue still happens in the current release and appears connected to CSS zoom vs. transform: scale.
Zoom screenshots:
When zoomed out:

When zoomed in:

@func25