How is rotation applied to SVG elements?
A). A) By adjusting the size of an element uniformly
B). B) By changing an element's position along the X and Y axes
C). C) By rotating an element around a specified point
D). D) By changing the color of an element
How can you undo or reverse a transformation on an SVG element?
A). A) By removing the transform attribute
B). B) By setting the transformation values to their original state
C). C) By applying the opposite transformation effect
D). D) By using the reverse function in the transform attribute
How can you create a mirrored or flipped version of an SVG element horizontally?
A). A) By using the mirror transformation in SVG
B). B) By applying the flip transformation in CSS
C). C) By using the scaleX(-1) transformation in SVG
D). D) By rotating the element 180 degrees around its center
How can you adjust the rotation angle of an SVG element incrementally using CSS animations?
A). A) By defining keyframes for gradual angle changes
B). B) By using the rotate property in CSS with an angle value
C). C) By applying a transformation function to the rotation attribute
D). D) By specifying a duration for the rotation transformation
What is translation in SVG transformations?
A). A) Moving an SVG element along the X and Y axes
B). B) Rotating an SVG element around a specified point
C). C) Resizing an SVG element uniformly along the X and Y axes
D). D) Tilting an SVG element along the X or Y axis
What effect does combining rotation and translation transformations have on an SVG element?
A). A) It rotates the element around a specific point other than its center
B). B) It moves the element along the X and Y axes simultaneously
C). C) It tilts the element along the X or Y axis
D). D) It resizes the element uniformly along the X and Y axes
What effect does skewing have on an SVG element?
A). A) It changes an element's position along the X and Y axes
B). B) It tilts an element along the X or Y axis
C). C) It rotates an element around a specified point
D). D) It resizes an element uniformly along the X and Y axes
How can you combine multiple transformations on an SVG element using CSS?
A). A) By stacking transformation functions in the transform property
B). B) By using separate CSS properties for each transformation
C). C) By defining multiple transform attributes for the element
D). D) By applying a transition effect to each transformation
How is skewing applied to SVG elements?
A). A) By tilting an element along the X or Y axis
B). B) By translating an element along the X and Y axes
C). C) By resizing an element uniformly along the X and Y axes
D). D) By rotating an element around a specified point
What does scaling do in SVG transformations?
A). A) It rotates an SVG element
B). B) It resizes an SVG element uniformly along the X and Y axes
C). C) It skews an SVG element along the X or Y axis
D). D) It translates an SVG element along the X and Y axes