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

Side by Side 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 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" width="800" height="600">
2 <style>
3 text { font: 32px sans-serif; }
4 tspan { outline: 1px solid black; }
5 </style>
6 <text x="10" y="10" writing-mode="tb">
7 <tspan dx="1.5em">tspan1</tspan>
8 <tspan dx="1.5em">tspan2</tspan>
9 </text>
10 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698