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?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
Increase the radius (the r property) of the circle (not the graphic) by a factor 1.5.
Incorrect:
CurrentScale is used for zooming.
The HTML <svg> Element
Correct answer is B : it works only with IE , tested with IE 9, 10
https://jsfiddle.net/6z4j0Lxt/
1
0
I agree with Mas Correct anser is B and only works with IE.
1
0
But in reality other normal browsers need different approach
https://stackoverflow.com/questions/30988785/svg-scaling-in-javascript
0
0
B
0
0