close Warning: Can't use blame annotator:
svn blame failed on trunk/resources/images/apply.svg: 195004 - Cannot calculate blame information for binary file 'file:///home/josm/svn/trunk/resources/images/apply.svg'

source: josm/trunk/resources/images/apply.svg@ 16827

Last change on this file since 16827 was 16206, checked in by simon04, 4 years ago

Fix images/apply.svg

Fix MapCSSRendererTest.testRender[area-fill-image]

  • Property svn:mime-type set to image/svg+xml
File size: 496 bytes
RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
3 <defs>
4 <linearGradient x1="8" y1="4" x2="8" y2="13" id="blue" gradientUnits="userSpaceOnUse">
5 <stop offset="0" stop-color="#abcade"/>
6 <stop offset=".5" stop-color="#567094"/>
7 <stop offset="1" stop-color="#7494bd"/>
8 </linearGradient>
9 </defs>
10 <path d="m1.5,8.5l5,5l8,-8l-2.5,-2.5l-5.5,5.5l-2.5,-2.5z" stroke="#001133" fill="url(#blue)"/>
11</svg>
Note: See TracBrowser for help on using the repository browser.