source: josm/trunk/test/data/renderer/area-icon/style.mapcss

Last change on this file was 13904, checked in by Don-vip, 5 years ago

see #15240 - drop png suffix in renderer unit tests

File size: 207 bytes
RevLine 
[11762]1canvas {
2    default-points: false;
3    default-lines: false;
4}
5
6area[test] {
[13904]7        icon-image: "info";
[11762]8        color: red;
9        width: 1;
10}
11
12area[test=H] {
13        icon-position: inside;
14}
15
16area[test=I] {
17        icon-position: line;
18}
Note: See TracBrowser for help on using the repository browser.