Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-fill-opacity.svg
blob925b27b0adbb0f7f4ab87143e23ddbece9b9df7c
1 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="100">
2 <circle fill="rgb(180, 180, 250)" cx="100" cy="20" r="85" />
3 <text x="10" y="45" font-size="40" fill="rgba(0, 0, 0, 0.3)">30% opacity</text>
4 <text x="10" y="95" font-size="40" fill="black" fill-opacity="0.3">30% opacity</text>
5 </svg>