public interface ISvgNodeRendererFactory
DefaultSvgProcessor.
Pass along using ISvgConverterProperties.| Modifier and Type | Method and Description |
|---|---|
ISvgNodeRenderer |
createSvgNodeRendererForTag(IElementNode tag,
ISvgNodeRenderer parent)
Create a configured renderer based on the passed Svg tag and set its parent.
|
boolean |
isTagIgnored(IElementNode tag)
Checks whether the provided tag is an ignored tag of this factory or not.
|
ISvgNodeRenderer createSvgNodeRendererForTag(IElementNode tag, ISvgNodeRenderer parent)
tag - Representation of the Svg tag, with all style attributes setparent - renderer of the parent tagboolean isTagIgnored(IElementNode tag)
tag - the IElementNodeCopyright © 1998–2020 iText Group NV. All rights reserved.