source:
josm/trunk/test/data/renderer/area-fill-image/style.mapcss@
19278
Last change on this file since 19278 was 13904, checked in by , 7 years ago | |
---|---|
File size: 412 bytes |
Rev | Line | |
---|---|---|
[11701] | 1 | canvas { |
2 | default-points: false; | |
3 | default-lines: false; | |
4 | } | |
5 | ||
6 | area[test=A] { | |
[13904] | 7 | fill-image: "info"; |
[11701] | 8 | fill-opacity: 1; |
9 | } | |
10 | ||
11 | area[test=B] { | |
[13904] | 12 | fill-image: "apply"; |
[11701] | 13 | fill-opacity: 1; |
14 | } | |
15 | ||
16 | area[test=C] { | |
[13904] | 17 | fill-image: "apply"; |
[11701] | 18 | fill-opacity: .5; |
19 | } | |
20 | ||
21 | area[test=D] { | |
[13904] | 22 | fill-image: "apply"; |
[11701] | 23 | fill-opacity: .5; |
24 | } | |
25 | ||
26 | area[test=E] { | |
[13904] | 27 | fill-image: "apply"; |
[11701] | 28 | fill-opacity: 1; |
29 | } | |
30 | ||
31 | area[test=F] { | |
[13904] | 32 | fill-image: "info"; |
[11701] | 33 | fill-opacity: .8; |
34 | } |
Note:
See TracBrowser
for help on using the repository browser.