Bug 133626 - [SVG] Subpixel rendering: Mask with transformed text does not render.
Summary: [SVG] Subpixel rendering: Mask with transformed text does not render.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-06-08 18:37 PDT by zalan
Modified: 2014-06-09 09:01 PDT (History)
12 users (show)

See Also:


Attachments
Patch (5.30 KB, patch)
2014-06-08 19:47 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 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>
Comment 1 zalan 2014-06-08 18:38:06 PDT
<rdar://problem/17123070>
Comment 2 zalan 2014-06-08 19:47:44 PDT
Created attachment 232694 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-06-09 09:01:56 PDT
All reviewed patches have been landed.  Closing bug.