11.
What happens when you apply multiple transformations to an SVG element in sequence?
12.
How do you rotate an SVG element around a specific point other than its center?
13.
How can you undo or reverse a transformation on an SVG element?
14.
What is the purpose of the transform-origin property in CSS for SVG elements?
15.
How can you create a mirrored or flipped version of an SVG element horizontally?
16.
How do you scale an SVG element non-uniformly, stretching it along the X and Y axes differently?
17.
What effect does combining rotation and translation transformations have on an SVG element?
18.
How can you adjust the rotation angle of an SVG element incrementally using CSS animations?
19.
What effect does skewing an SVG element along the X axis have?
20.
How can you combine multiple transformations on an SVG element using CSS?