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

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

see #15240 - drop png suffix in renderer unit tests

File size: 412 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: false;
4}
5
6area[test=A] {
7 fill-image: "info";
8 fill-opacity: 1;
9}
10
11area[test=B] {
12 fill-image: "apply";
13 fill-opacity: 1;
14}
15
16area[test=C] {
17 fill-image: "apply";
18 fill-opacity: .5;
19}
20
21area[test=D] {
22 fill-image: "apply";
23 fill-opacity: .5;
24}
25
26area[test=E] {
27 fill-image: "apply";
28 fill-opacity: 1;
29}
30
31area[test=F] {
32 fill-image: "info";
33 fill-opacity: .8;
34}
Note: See TracBrowser for help on using the repository browser.