source: josm/trunk/test/data/renderer/area-text/style.mapcss @ 11840

Last change on this file since 11840 was 11808, checked in by bastiK, 7 years ago

2nd try with MapCSSRendererTest

File size: 226 bytes
Line 
1canvas {
2    default-points: false;
3    default-lines: false;
4}
5
6area[test] {
7        text: "name";
8        text-color: blue;
9        text-position: center;
10        font-family: "DejaVu Sans";
11        color: red;
12        width: 1;
13}
14
15area[test=H] {
16        text: eval("");
17}
Note: See TracBrowser for help on using the repository browser.