[Webkit-unassigned] [Bug 92868] [css3-text] Add platform support for "wavy" text decoration style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 10:26:15 PDT 2013


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





--- Comment #61 from Lamarque V. Souza <Lamarque.Souza at basyskom.com>  2013-03-11 10:28:39 PST ---
Created an attachment (id=192500)
 --> (https://bugs.webkit.org/attachment.cgi?id=192500&action=review)
Bezier implementation with instrumentation code.

(In reply to comment #54)
> I don't really care about Mozilla's implementation if we can make ours looks better! :)

For comparison you can see some screenshots of the Mozilla implementation in https://bugs.webkit.org/show_bug.cgi?id=94110

> I doubt a bezier path would improve performance. On a good rasterizer, that will not change performance too much.
> It is probably worth testing and comparing the two.

I have implemented the bezier version of this patch (find the attached patch). I did some benchmarks (the patch also includes the code used to get the data used in my analysis) and the bezier version is one order of magnitude slower than the non-bezier version. According to my results, the non-bezier version takes about 20 microseconds to draw while the bezier version takes about 220 microseconds. That is still fast in my oppinion.

-- 
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