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

Unified Diff: third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html

Issue 2513343005: Apply the font scale factor when generating stroke geometry for <text> (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html b/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0896f42b39cc20b0942a7519db72ab71728d7d34
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<svg>
+ <text y="100" stroke="blue" stroke-width="2"
+ stroke-dasharray="10 2" stroke-dashoffset="10"
+ fill="none" font-size="72" text-decoration="underline">Hello</text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698