-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
I use your SvgViewer for testing.
I made a .svg with inkscape v0.92.3 - it breaks the load by
Element "text" enthält keinen einzelnen Textknoten
Trace:
:768dc54f KERNELBASE.RaiseException + 0x58
Xml.XMLDoc.XMLDocError('Element "%s" enthält keinen einzelnen Textknoten',(...))
Xml.XMLDoc.TXMLNode.CheckTextNode
Xml.XMLDoc.TXMLNode.GetText
SVG.TSVGCustomText.ReadTextNodes(TXMLNode($328C500) as IXMLNode)
SVG.TSVGText.ReadIn(TXMLNode($328C500) as IXMLNode)
SVG.TSVGBasic.ReadChildren(TXMLNode($334D740) as IXMLNode)
SVG.TSVGContainer.ReadIn(TXMLNode($334D740) as IXMLNode)
SVG.TSVGBasic.ReadChildren(TXMLNode($334FA50) as IXMLNode)
SVG.TSVG.ReadIn(TXMLNode($334FA50) as IXMLNode)
SVG.TSVG.LoadFromText(''#$D#$A'<svg'#$D#$A' xmlns:osb="http: ................
Attached a simple sample (remove the extension .txt)
inkscape.svg.txt
How to Solve?