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

Side by Side Diff: LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html

Issue 1107983003: SVG Text decoration should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 7 months 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <svg> 2 <svg>
3 <g> 3 <g>
4 <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size= "72">Hello</text> 4 <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size= "72" text-decoration="underline">Hello</text>
5 </g> 5 </g>
6 </svg> 6 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html ('k') | Source/core/paint/SVGInlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698