Let's say I have text with non-uniform scaling:
Does Inkscape have an easy and quick way to fix non-uniform scaling? Of course, I can scale it manually, but I'm looking for a quick and precise method.
Answer
If you want to revert a transformation (scale, rotation, skew) of any object back to its origina state, you have remove the transform
matrix associated with the object.
This can be done in 2 ways:
- Select the object
- Open the XML editor ("<>" toolbar icon).
- The
svg:text
element (or whatever object you selected) should have atransform
attribute. - Delete this attribute.
2nd method:
- Select the object.
- Object -> Transform
- Go to the Matrix tab.
- Check the Edit current matrix option.
- Press the Clear button to reset the matrix.
- Press Apply.
No comments:
Post a Comment