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

Unified Diff: LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html

Issue 1107983003: SVG Text decoration should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html
diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-text.html b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html
similarity index 58%
copy from LayoutTests/svg/stroke/non-scaling-stroke-text.html
copy to LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html
index 1df090aab16d1b2d803d31deee371c2283a52210..505acbef89465a78e4e92359421a79012b8a5515 100644
--- a/LayoutTests/svg/stroke/non-scaling-stroke-text.html
+++ b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<svg>
<g transform="scale(2 2)">
- <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effect="non-scaling-stroke" font-size="36">Hello</text>
+ <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effect="non-scaling-stroke" font-size="36" text-decoration="underline">Hello</text>
</g>
</svg>

Powered by Google App Engine
This is Rietveld 408576698