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

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps-expected.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
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 <path d="M20,10L20,10M220,110L220,110" stroke-linecap="round"/>
11 <path d="M220,10L220,10M20,110L20,110" stroke-linecap="square"/>
12 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html ('k') | Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698