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

Side by Side Diff: LayoutTests/svg/custom/marker-opacity.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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" x="0" y="0"> 2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" x="0" y="0">
3 <defs> 3 <defs>
4 <marker id="arrow" viewBox="0 0 4 4" refX="4" refY="2" markerUnits="stro keWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible ;"> 4 <marker id="arrow" viewBox="0 0 4 4" refX="4" refY="2" markerUnits="stro keWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible ;">
5 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8 5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> 5 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8 5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/>
6 </marker> 6 </marker>
7 <marker id="circle" viewBox="0 0 10 10" refX="5" refY="5" markerUnits="s trokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visi ble;"> 7 <marker id="circle" viewBox="0 0 10 10" refX="5" refY="5" markerUnits="s trokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visi ble;">
8 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> 8 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/>
9 </marker> 9 </marker>
10 <marker id="arrow2" stroke-opacity="0.25" viewBox="0 0 4 4" refX="4" ref Y="2" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" s tyle="overflow: visible;"> 10 <marker id="arrow2" stroke-opacity="0.25" viewBox="0 0 4 4" refX="4" ref Y="2" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" s tyle="overflow: visible;">
11 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8 5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> 11 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8 5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/>
12 </marker> 12 </marker>
13 <marker id="circle2" fill-opacity="0.25" viewBox="0 0 10 10" refX="5" re fY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible;"> 13 <marker id="circle2" fill-opacity="0.25" viewBox="0 0 10 10" refX="5" re fY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible;">
14 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> 14 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/>
15 </marker> 15 </marker>
16 </defs> 16 </defs>
17 <g opacity="0.25"> 17 <g opacity="0.25">
18 <path d="M 388,156 C 244,135 244,94 100,73" style="overflow: visible; fi ll: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; mark er-end: url(#arrow); marker-start: url(#circle);"/> 18 <path d="M 388,156 C 244,135 244,94 100,73" style="overflow: visible; fi ll: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; mark er-end: url(#arrow); marker-start: url(#circle);"/>
19 </g> 19 </g>
20 <g> 20 <g>
21 <path d="M 388,256 C 244,235 244,194 100,173" style="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; ma rker-end: url(#arrow); marker-start: url(#circle);"/> 21 <path d="M 388,256 C 244,235 244,194 100,173" style="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; ma rker-end: url(#arrow); marker-start: url(#circle);"/>
22 </g> 22 </g>
23 <g> 23 <g>
24 <path d="M 388,356 C 244,335 244,294 100,273" stroke-opacity="0.25" styl e="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; str oke-linecap: round; marker-end: url(#arrow2); marker-start: url(#circle2);"/> 24 <path d="M 388,356 C 244,335 244,294 100,273" stroke-opacity="0.25" styl e="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; str oke-linecap: round; marker-end: url(#arrow2); marker-start: url(#circle2);"/>
25 </g> 25 </g>
26 </svg> 26 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/invalid-gradient-with-xlink.svg ('k') | LayoutTests/svg/custom/pattern-incorrect-tiling.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698