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

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-css-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">
2 <style type="text/css" >
fs 2015/04/22 12:15:55 I don't see that this test really test much differ
Shanmuga Pandi 2015/04/22 13:08:35 removed this test file
3 <![CDATA[
4 #g-css {
5 transform: scale(2, 2);
6 }
7 #g-css * {
8 stroke:blue;
9 stroke-width:2;
10 fill:none;
11 vector-effect:non-scaling-stroke;
12 }
13 ]]>
14 </style>
15 <g id="g-css">
16 <text x="0" y="50" font-size="36">Hello</text>
17 </g>
18 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698