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

Unified Diff: third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text.html
diff --git a/third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text.html b/third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text.html
new file mode 100644
index 0000000000000000000000000000000000000000..e449313942686c7fc84cbe079bb8b592aba215b5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text.html
@@ -0,0 +1,10 @@
+<!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="25 25 25 25 50 50"
+ stroke-dashoffset="-100">T</text>
+ </g>
+</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/stroke/dasharray-dashoffset-text-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698