I am a bit curios about rotating an icon.
Situation: I have an icon e.g. a "=>". Now on different states, i want to rotate the icon depending on the state.
Displaying an icon is done by a fill background of a rectangle. Whenever i rotate the rectangle the fill background is not rotated.
So my question is: How to rotate an image/icon?
FIXED: How to rotate an image? => set \"Image rotate\" to TRUE
- flindecke
- Posts:69
- Joined: Wed Jun 24, 2015 1:54 pm
FIXED: How to rotate an image? => set \"Image rotate\" to TRUE
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: How to rotate an image?
There is a property for a shape in the attribute editor, which allows to define if the fill pattern shall rotate with the object or not
- flindecke
- Posts:69
- Joined: Wed Jun 24, 2015 1:54 pm
Re: How to rotate an image?
Thanks. Property is named "Image rotate". Everything works as expected.