SvgSpriteBuilderRemoveSymbol Method
Removes a symbol by id from current SVG document.
Namespace: DotMake.SvgSpriteAssembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
public XElement RemoveSymbol(
string symbolId
)
- symbolId String
- The symbol id.
XElementA
XElement for the removed
<symbol> tag,
if not found.