Bug 133626

Summary: [SVG] Subpixel rendering: Mask with transformed text does not render.
Product: WebKit Reporter: zalan <zalan>
Component: SVGAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kondapallykalyan, pdr, schenney, sergio, simon.fraser, zimmermann
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

zalan
Reported 2014-06-08 18:37:47 PDT
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100px" height="100px"> <defs xmlns="http://www.w3.org/2000/svg"> <mask id="mask"> <text id='weather' class="text" fill="#fff" transform="rotate(40 0 0)" x="50%" y='50%'>cutout</text> </mask> </defs> <rect class='bg' width="100%" height="100%" x="0" y="0" mask="url(#mask)"/> </svg>
Attachments
Patch (5.30 KB, patch)
2014-06-08 19:47 PDT, zalan
no flags
zalan
Comment 1 2014-06-08 18:38:06 PDT
zalan
Comment 2 2014-06-08 19:47:44 PDT
WebKit Commit Bot
Comment 3 2014-06-09 09:01:49 PDT
Comment on attachment 232694 [details] Patch Clearing flags on attachment: 232694 Committed r169689: <http://trac.webkit.org/changeset/169689>
WebKit Commit Bot
Comment 4 2014-06-09 09:01:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.