https://bugs.kde.org/show_bug.cgi?id=473380
--- Comment #4 from wolthera <griffinval...@gmail.com> --- Even something like &heart; leads to the xml-text-node being split O_O It happens in KoShape *SvgParser::parseTextElement(const QDomElement &e, KoSvgTextShape *mergeIntoShape): QDomText onlyTextChild = getTheOnlyTextChild(e); if (!onlyTextChild.isNull()) { textChunk->loadSvgTextNode(onlyTextChild, m_context); } else { QList<KoShape*> childShapes = parseContainer(e, true); addToGroup(childShapes, textChunk); } but getTheOnlyTextChild() seems to just check the textnodes... -- You are receiving this mail because: You are watching all bug changes.