You develop an interactive scalable vector graphic (SVG) application.
You write the following code (Line numbers are included for reference only.):
You need to increase the size of the circle by 50 percent.
Which code segment should you insert at line 02?
Option A
Option A
Option B
Option B
Option C
Option C
Option D
Option D
Correct Answer
D
Explanation Explanation: Increase the radius (the r property) of the circle (not the graphic) by a factor 1.5. Incorrect: CurrentScale is used for zooming. Reference: The HTML