1.
What is translation in SVG transformations?
2.
How is rotation applied to SVG elements?
3.
What does scaling do in SVG transformations?
4.
How is skewing applied to SVG elements?
5.
What is the purpose of combining transformations in SVG?
6.
How do you rotate an SVG element by 90 degrees clockwise around its center point?
7.
How can you resize an SVG element to be twice its original size uniformly?
8.
What effect does skewing have on an SVG element?
9.
How do you translate an SVG element 50 units to the right and 20 units down?
10.
How can you combine rotation and scaling transformations on an SVG element?