📅  最后修改于: 2022-03-11 15:02:03.335000             🧑  作者: Mango
//In SVG, to get a higher larger Z index you should move the element down in the DOM tree
$('g.element').remove().appendTo('svg'); // with jquery