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

Unified Diff: third_party/WebKit/LayoutTests/svg/stroke/dasharray-text.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/dasharray-text.html
diff --git a/third_party/WebKit/LayoutTests/svg/stroke/dasharray-text.html b/third_party/WebKit/LayoutTests/svg/stroke/dasharray-text.html
new file mode 100644
index 0000000000000000000000000000000000000000..6e3b4b6023ecc0ab2227f3dc8a4aeee456a34f04
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/stroke/dasharray-text.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<script src="../../resources/ahem.js"></script>
+<svg height="100">
+ <g transform="scale(2)">
+ <text y="65" font-family="Ahem" font-size="50" stroke="green" stroke-width="50" stroke-dasharray="50">T</text>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698