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

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html

Issue 1143313007: Apply vector-effect transform to path geometry - not stroke geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 path {
4 vector-effect: non-scaling-stroke;
5 stroke-width: 10px;
6 stroke: green;
7 }
8 </style>
9 <svg>
10 <g transform="scale(2,1)">
11 <path d="M10,10L10,10M110,110L110,110" stroke-linecap="round"/>
12 <path d="M110,10L110,10M10,110L10,110" stroke-linecap="square"/>
13 </g>
14 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698