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

Side by Side Diff: LayoutTests/svg/stroke/stroke-array-ch-type.svg

Issue 1073803002: SVG doesn't recognize ch units. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 8 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
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" height="300" width="300" >
2 <style type="text/css" >
3 <![CDATA[
4 @font-face {
5 font-family: Ahem;
6 src: url(../../resources/Ahem.ttf);
7 }
8 ]]>
9 </style>
10 <g fill="none" stroke="black" stroke-width="4" style="font-size:10px;font-fami ly:Ahem">
11 <path stroke-dasharray="5ch,5ch" d="M5 20 l215 0" />
12 </g>
13 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698