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

Side by Side Diff: LayoutTests/svg/custom/marker-zero-length-linecaps-expected.svg

Issue 10447082: Merge 117971 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « LayoutTests/svg/custom/marker-zero-length-linecaps.svg ('k') | Source/WebCore/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 2 <svg xmlns="http://www.w3.org/2000/svg">
3 <path d="m 50 50 l 0 0" stroke="red" stroke-width="25" stroke-linecap="round "/> 3 <path d="m 50 50 l 0 0" stroke="red" stroke-width="25" stroke-linecap="round "/>
4 <rect x="50" y="50" width="75" height="75" fill="green" opacity="0.5"/> 4 <rect x="50" y="50" width="75" height="75" fill="green" opacity="0.5"/>
5 5
6 <path d="m 150 50 l 0 0" stroke="red" stroke-width="25" stroke-linecap="squa re"/> 6 <path d="m 150 50 l 0 0" stroke="red" stroke-width="25" stroke-linecap="squa re"/>
7 <rect x="150" y="50" width="75" height="75" fill="green" opacity="0.5"/> 7 <rect x="150" y="50" width="75" height="75" fill="green" opacity="0.5"/>
8 </svg> 8 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/marker-zero-length-linecaps.svg ('k') | Source/WebCore/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698