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 set
parent
- renderer of the parent tag
boolean isTagIgnored(IElementNode tag)
tag
- the IElementNode
Copyright © 1998–2023 iText Group NV. All rights reserved.