21.
How do you draw a straight line from point (100,50) to point (200,50) using SVG?
22.
Which SVG path command draws an elliptical arc from point (100,50) to (150,50)?
23.
How do you draw a quadratic Bzier curve from point (100,50) to (200,50) using SVG?
24.
Which SVG path command draws a cubic Bzier curve from point (100,50) to (200,50)?
25.
How do you draw a quadratic Bzier curve from point (100,50) to (150,50) using SVG?
26.
Which SVG path command draws a cubic Bzier curve from point (100,50) to (150,50)?