Appearance
KBE3D / KBCore / utils / createSvg
createSvg(width: number, height: number, path: string, container?: HTMLElement | null): SVGSVGElement
width
number
height
path
string
container?
HTMLElement
null
SVGSVGElement
创建svg元素
宽度
高度
url路径
添加到指定的父节点(可选)
HTMLElement | null
创建的svg元素