source: josm/trunk/test/data/renderer/way-dashes-clamp/style.mapcss@ 12454

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

Move MapCSS dash clamping test to new test case.

File size: 254 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: false;
4}
5
6way[pattern] {
7 width: 10;
8 color: red;
9 dashes: 20, 20;
10 dashes-background-color: green;
11 dashes-offset: 0;
12}
13
14way[pattern=B] {
15 dashes-offset: 4;
16}
17
18way[pattern=C] {
19 dashes-offset: 8;
20}
Note: See TracBrowser for help on using the repository browser.