Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
A
tref
B
use
C
stroke
D
bin
Correct Answer: use
A colour of line, text or outline is defined by stroke element in SVG. The use element takes nodes from within the SVG document, and duplicates them somewhere else.