source: josm/trunk/test/data/renderer/area-fill-color/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: 430 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: false;
4}
5
6area[test=A] {
7 fill-color: green;
8 fill-opacity: 1;
9}
10
11area[test=B] {
12 fill-color: rgba(0.5, 0, 1.0, 0.5);
13 fill-opacity: 1;
14}
15
16area[test=C] {
17 fill-color: red;
18 fill-opacity: .5;
19}
20
21area[test=D] {
22 fill-color: rgba(0.5, 0, 1.0, 0.5);
23 fill-opacity: .5;
24}
25
26area[test=E] {
27 fill-color: blue;
28 fill-opacity: 1;
29}
30
31area[test=F] {
32 fill-color: red;
33 fill-opacity: 1;
34}
Note: See TracBrowser for help on using the repository browser.