Last change
on this file since 19194 was 12454, checked in by michael2402, 8 years ago |
Move MapCSS dash clamping test to new test case.
|
File size:
254 bytes
|
Rev | Line | |
---|
[12454] | 1 | canvas {
|
---|
| 2 | default-points: false;
|
---|
| 3 | default-lines: false;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | way[pattern] {
|
---|
| 7 | width: 10;
|
---|
| 8 | color: red;
|
---|
| 9 | dashes: 20, 20;
|
---|
| 10 | dashes-background-color: green;
|
---|
| 11 | dashes-offset: 0;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | way[pattern=B] {
|
---|
| 15 | dashes-offset: 4;
|
---|
| 16 | }
|
---|
| 17 |
|
---|
| 18 | way[pattern=C] {
|
---|
| 19 | dashes-offset: 8;
|
---|
| 20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.