<div dir="ltr">Hi All.I have been investigating into WebKit text rendering details and I found Loop-Blinn implementation in GPU directory of WebCore.I have tested it and it kind of works ok for convex shapes rendering which probably should be ok for text glyphs outline as well.<div>
But I have got a couple of question regarding this module:</div><div>1)Is it used by the browsers to render text or 2d shapes?</div><div>2)Is it actually ready for real-life usage?<br clear="all"><div>3)How anti  aliasing is handled?I mean ,I found that only curves are anti-aliased(internally by the shader) but the straight line outlines need proper MSAA which can be pretty expensive or even unavailable  on some platforms.</div>
<div><br></div><div>Also I found a bug: when drawing a path with two overlapping convex shapes ,the hole created on the overlap region which is aliased.</div>-- <br><div dir="ltr"><div> </div></div>
</div></div>