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

Last change on this file since 12978 was 11762, checked in by michael2402, 7 years ago

See #13999: Add reference test for area icons.

File size: 211 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: false;
4}
5
6area[test] {
7 icon-image: "info.png";
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.