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

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

Add new renderer test that tests area fill rendering.

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