Answer & Solution
Answer: Option A
Solution:
To create a diagonal pattern effect, you use the rotate attribute within the
<pattern>
element. This attribute specifies the rotation angle for the pattern, allowing you to achieve diagonal orientations or other rotated effects within patterns. Applying CSS rotations directly to the pattern or using the transform attribute in the shape would not produce the desired diagonal pattern effect.