Reset object rotation back to 0 degrees
When I rotate a text or other object in InkScape manually (by clicking on it twice, slowly) I can't seem to be able to rotate it back to 0 degrees exactly.
When I access Transformation menu (Ctrl + Shift + M), there is just relative rotation option. But the absolute rotation must be known, when the text is rotated!
So where do I edit absolute object rotation?
Solution 1:
I'm not aware of any elegant solution, but it can be done with the XML Editor.
Select the rotated object.
-
Click the XML Editor button on the toolbar.
-
Selected element will also be selected in the XML Editor. Find the transform property on the right and click it.
Change the value to
matrix(1,0,0,1,0,0)
and click Set.
This will reset all transformations applied to the selected object.
Solution 2:
Instead of setting it to the identity matrix, simply delete the "transform" attribute by clicking to the red "x" icon above the attribute view.