Q75
Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
A.
tref
B.
use
AnswerC.
stroke
D.
bin
Answer: Option B
Solution
Answer: Option B
Solution:
The use element takes nodes from within the SVG document, and duplicates them somewhere else.