[Webkit-unassigned] [Bug 127324] REGRESSION (r160259?): text-combine glyphs are not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 22:09:56 PST 2014


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #224467|commit-queue?               |commit-queue-, review-
               Flag|                            |




--- Comment #9 from Antti Koivisto <koivisto at iki.fi>  2014-02-17 22:07:07 PST ---
(From update of attachment 224467)
View in context: https://bugs.webkit.org/attachment.cgi?id=224467&action=review

I think at minimum this needs to have a good test case.

> Source/WebCore/ChangeLog:16
> +        No new tests.
> +        Image test of fast/text/international/text-combine-image-test.html covers this.

It shouldn't be hard to add a proper test for this that doesn't require running in pixel mode. Reftest (that is test.html/test-expected.html pair) might be easiest.

> Source/WebCore/rendering/svg/RenderSVGInlineText.h:55
> +    virtual void setTextInternal(const String&, bool replace = false) override;

It would be better to add an explicit API, RenderText::overrideOriginalTextForTextCombine or similar instead of adding a confusing new parameter. (Also I don't fully understand why RenderCombineText needs this special behavior.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list