Rotate and Flip Canvas
Bug #170498 reported by
Mreaston
This bug affects 28 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Wishlist
|
Jabiertxof |
Bug Description
Expressions3 and several other tools allow the user to
rotate the workspace.
This is an extremely useful feature as it is often
easiest to make strokes vertically, rather than
horizontally, especially when using a tablet + the
calligraphic tool.
presumably with SVG this should be very doable
Thanks
Related branches
lp:~inkscape.dev/inkscape/doc_rotate
- Martin Owens: Approve
- Inkscape Developers: Pending requested
-
Diff: 2821 lines (+1359/-546)31 files modifiedshare/extensions/hpgl_output.py (+15/-0)
share/extensions/synfig_output.py (+9/-0)
src/attributes.cpp (+1/-0)
src/attributes.h (+1/-0)
src/desktop-events.cpp (+4/-0)
src/display/canvas-temporary-item-list.h (+1/-0)
src/display/sp-canvas.cpp (+292/-3)
src/display/sp-canvas.h (+4/-1)
src/document-undo.cpp (+37/-34)
src/document.cpp (+6/-0)
src/extension/internal/cairo-png-out.cpp (+2/-2)
src/extension/internal/cairo-ps-out.cpp (+5/-2)
src/extension/internal/cairo-renderer-pdf-out.cpp (+3/-1)
src/extension/internal/emf-inout.cpp (+3/-2)
src/extension/internal/javafx-out.cpp (+7/-2)
src/extension/internal/latex-pstricks-out.cpp (+2/-0)
src/extension/internal/odf.cpp (+8/-1)
src/extension/internal/pov-out.cpp (+10/-3)
src/extension/internal/wmf-inout.cpp (+5/-2)
src/file.cpp (+4/-2)
src/print.cpp (+2/-0)
src/sp-namedview.cpp (+97/-1)
src/sp-namedview.h (+8/-3)
src/ui/dialog/export.cpp (+8/-1)
src/ui/tools/tool-base.cpp (+562/-466)
src/ui/tools/tool-base.h (+1/-0)
src/viewbox.cpp (+49/-13)
src/viewbox.h (+7/-0)
src/widgets/desktop-widget.cpp (+202/-6)
src/widgets/desktop-widget.h (+3/-1)
src/widgets/widget-sizes.h (+1/-0)
Changed in inkscape: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
tags: | added: tablet |
Changed in inkscape: | |
assignee: | Jon A. Cruz (jon-joncruz) → nobody |
Changed in inkscape: | |
assignee: | nobody → Jabiertxof (jabiertxof) |
Changed in inkscape: | |
status: | Confirmed → Fix Committed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Changed in inkscape: | |
status: | Fix Released → Fix Committed |
milestone: | none → 0.93 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I was just going to see if there was an rfe for moving the
canvas... what about a canvas modification tool, o more
advanced options for it in the document properties dialog.
It would let you move, rotate, and resize the canvas, and
can be modified by mouse or numerically in a dialog (or that
"variable" bar up top). Just my .02...