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/text/tspan-multiple-outline-vertical.svg

Issue 2533633002: Don't flip SVG text coordinates (Closed)
Patch Set: Rebaseline-cl 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/text/tspan-multiple-outline-vertical.svg
diff --git a/third_party/WebKit/LayoutTests/svg/text/tspan-multiple-outline-vertical.svg b/third_party/WebKit/LayoutTests/svg/text/tspan-multiple-outline-vertical.svg
new file mode 100644
index 0000000000000000000000000000000000000000..16d76522e23cabfbea4c5c96e87d3254450eb2e5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/tspan-multiple-outline-vertical.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600">
+ <style>
+ text { font: 32px sans-serif; }
+ tspan { outline: 1px solid black; }
+ </style>
+ <text x="10" y="10" writing-mode="tb">
+ <tspan dx="1.5em">tspan1</tspan>
+ <tspan dx="1.5em">tspan2</tspan>
+ </text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698