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

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

see #15240 - drop png suffix in renderer unit tests

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