blockly >BlockSvg >getSvgRoot

BlockSvg.getSvgRoot() 方法

返回 SVG 的根节点;如果根节点不存在,则返回 null。

Signature:

getSvgRoot(): SVGGElement;

返回

SVGGElement

根 SVG 节点(可能是一个组)。