Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-gradient-text-expected.html

Issue 1072403010: SVG Text should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg>
3 <linearGradient id="g" x2="0" y2="1">
4 <stop offset="0" stop-color="green"/>
5 <stop offset="0.5" stop-color="green"/>
6 <stop offset="0.5" stop-color="blue"/>
7 <stop offset="1" stop-color="blue"/>
8 </linearGradient>
9 <g>
10 <text x="0" y="100" fill="url(#g)" stroke="url(#g)" stroke-width="2" font-s ize="72">Hello</text>
11 </g>
12 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/stroke/non-scaling-stroke-gradient-text.html ('k') | LayoutTests/svg/stroke/non-scaling-stroke-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698