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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html
diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html b/LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html
new file mode 100644
index 0000000000000000000000000000000000000000..6180113a707de43b976a4b1751cb36cac0fb7b54
--- /dev/null
+++ b/LayoutTests/svg/stroke/non-scaling-stroke-zero-length-subpath-linecaps.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+path {
+ vector-effect: non-scaling-stroke;
+ stroke-width: 10px;
+ stroke: green;
+}
+</style>
+<svg>
+ <g transform="scale(2,1)">
+ <path d="M10,10L10,10M110,110L110,110" stroke-linecap="round"/>
+ <path d="M110,10L110,10M10,110L10,110" stroke-linecap="square"/>
+ </g>
+</svg>
« 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