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

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

Fix [11726]: Add missing mapcss test files.

File size: 196 bytes
RevLine 
[11727]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 color: red;
11 width: 1;
12}
13
14area[text=G] {
15 name: eval("");
16}
Note: See TracBrowser for help on using the repository browser.