假設我有像這樣SVG清除組<g>
<svg id="svgCanvas" class="pan" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none">
<g id="viewport">
//Filled with an arbitrary amount of lines and cirles - examples below.
<line x1="632" y1="357.5" x2="682" y2="270.89745962155615" class="line" style="stroke: rgb(128, 128, 128); stroke-width: 1.3px;"></line>
<circle cx="82.08376766398476" cy="367.0988235405059" r="16.5" stroke="blue" fill="white" class="circle"></circle>
</g>
</svg>
如何將我去有關從該組清除一切SVG元素,同時也保持組元素本身?
哦輝煌這部作品一種享受 - 排序的一側節點上,說我有這一個按鈕被點擊在畫布上繪製所有內容。按鈕被點擊,一切都被繪製,按鈕被重新點擊,然後一切都被清除並再次繪製。我知道這是脫離主題,我可以提出一個新問題。 – 2015-04-01 18:49:05
是的,請發佈一個提供一些代碼示例的新問題。 – altocumulus 2015-04-01 18:51:13