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

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-attribute-text.svg

Issue 1072403010: SVG Text should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
fs 2015/04/22 12:15:54 You don't need to open the xlink NS. Also, I think
Shanmuga Pandi 2015/04/22 13:08:35 Done.
2 <g transform="scale(2 2)">
3 <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effe ct="non-scaling-stroke" font-size="36">Hello</text>
4 </g>
5 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698