NEW140589
svg/W3C-SVG-1.1/text-text-06-t.svg fails
https://bugs.webkit.org/show_bug.cgi?id=140589
Summary svg/W3C-SVG-1.1/text-text-06-t.svg fails
Myles C. Maxfield
Reported 2015-01-17 20:45:41 PST
This test uses x and y glyph positioning.
Attachments
Myles C. Maxfield
Comment 1 2015-01-17 21:09:38 PST
svg/text/text-text-06-t.svg is almost the exact same test and fails in the same way.
Myles C. Maxfield
Comment 2 2015-03-08 15:01:56 PDT
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.
Myles C. Maxfield
Comment 3 2015-03-08 15:02:33 PDT
Not a regression.
Note You need to log in before you can comment on or make changes to this bug.