-
Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
-
- bin
- tref
- use
- stroke
- None of these
Correct Option: C
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.