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

Side by Side Diff: LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!-- georg held --> 1 <!-- georg held -->
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" xml:space="preserve" width="225" height="425"> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" xml:space="preserve" width="225" height="425">
3 <title>pattern</title> 3 <title>pattern</title>
4 <defs> 4 <defs>
5 <symbol id="coniferous" overflow="visible" style="fill:none;stro ke:green;stroke-width:2"> 5 <symbol id="coniferous" overflow="visible" style="fill:none;stro ke:green;stroke-width:2">
6 <path d="M0 -15 l0 30"/> 6 <path d="M0 -15 l0 30"/>
7 <path d="M0 -15 q0 3.5 5 3.5"/> 7 <path d="M0 -15 q0 3.5 5 3.5"/>
8 <path d="M0 -15 q0 3.5 -5 3.5"/> 8 <path d="M0 -15 q0 3.5 -5 3.5"/>
9 <path d="M0 -9 q0 6 8 6"/> 9 <path d="M0 -9 q0 6 8 6"/>
10 <path d="M0 -9 q0 6 -8 6"/> 10 <path d="M0 -9 q0 6 -8 6"/>
(...skipping 16 matching lines...) Expand all
27 </defs> 27 </defs>
28 <g transform="translate(10,10)"> 28 <g transform="translate(10,10)">
29 <text x="0" y="10">coniferous</text> 29 <text x="0" y="10">coniferous</text>
30 <use xlink:href="#geometry" style="fill:url(#pat00)"/> 30 <use xlink:href="#geometry" style="fill:url(#pat00)"/>
31 </g> 31 </g>
32 <g transform="translate(10,110)"> 32 <g transform="translate(10,110)">
33 <text x="0" y="10">broadLeave</text> 33 <text x="0" y="10">broadLeave</text>
34 <use xlink:href="#geometry" style="fill:url(#pat01)"/> 34 <use xlink:href="#geometry" style="fill:url(#pat01)"/>
35 </g> 35 </g>
36 </svg> 36 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-invalid-style.svg ('k') | LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698