[Webkit-unassigned] [Bug 140589] [SVG -> OTF Converter] svg/W3C-SVG-1.1/text-text-06-t.svg fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 8 15:01:56 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=140589

--- Comment #2 from Myles C. Maxfield <mmaxfield at apple.com> ---
BreakingContext::handleText():
        if (isSVGText && m_current.offset()) {
            // Force creation of new InlineBoxes for each absolute positioned character (those that start new text chunks).
            if (downcast<RenderSVGInlineText>(renderText).characterStartsNewTextChunk(m_current.offset()))
                ensureCharacterGetsLineBox(m_lineMidpointState, m_current);
        }

If the y="" attribute is a list, then each character gets its own line box, which means that ligatures don't work across them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150308/36ce0927/attachment-0002.html>


More information about the webkit-unassigned mailing list