Open filipvanlaenen opened 5 years ago
Rotation can be done by adding transform=rotate(angle cx,cy) to an element. Angle is in degrees, and cx,cy is the center around which to rotate.
Looks a bit strange; rotation should maybe only be done in steps of 15°?
Should be an option between:
Rotation can be done by adding transform=rotate(angle cx,cy) to an element. Angle is in degrees, and cx,cy is the center around which to rotate.