Currently the viewport can be rotated by holding Ctrl whilst dragging with the middle mouse button. This is however difficult to find. A similar option should be added to the menu bar at the top of the app, in the view menu to rotate the canvas.
The code for the menu bar can be found in editor/src/messages/portfolio/menu_bar/menu_bar_message_handler.rs:250.
The code for the canvas rotation can be found in editor/src/messages/portfolio/document/navigation/navigation_message_handler.rs:197.
Inspiration can be taken from similar views in inkscape and illustrator


Currently the viewport can be rotated by holding Ctrl whilst dragging with the middle mouse button. This is however difficult to find. A similar option should be added to the menu bar at the top of the app, in the view menu to rotate the canvas.
The code for the menu bar can be found in
editor/src/messages/portfolio/menu_bar/menu_bar_message_handler.rs:250.The code for the canvas rotation can be found in
editor/src/messages/portfolio/document/navigation/navigation_message_handler.rs:197.Inspiration can be taken from similar views in inkscape and illustrator

