Last change
on this file since 16228 was 12978, checked in by bastiK, 7 years ago |
promote old MapCSS reference file to MapCSSRendererTest checks
|
File size:
1.3 KB
|
Rev | Line | |
---|
[12978] | 1 | meta {
|
---|
| 2 | title: "MapCSS tests: node symbols";
|
---|
| 3 | }
|
---|
| 4 |
|
---|
| 5 | node[ test:fill ]
|
---|
| 6 | {
|
---|
| 7 | symbol-size: 50;
|
---|
| 8 | symbol-fill-color: purple;
|
---|
| 9 | }
|
---|
| 10 | node[ test:fill = circle ] { symbol-shape : circle ; } /* whitespace at all possible places */
|
---|
| 11 | node[test:fill=square]{symbol-shape:square;} /* no whitespace at all */
|
---|
| 12 | node[ test:fill = triangle ] { symbol-shape: triangle; }
|
---|
| 13 | node[ test:fill = pentagon ] { symbol-shape: pentagon }
|
---|
| 14 | node[ test:fill = hexagon ] { symbol-shape: hexagon; }
|
---|
| 15 | node[ test:fill = heptagon ] { symbol-shape: heptagon; }
|
---|
| 16 | node[ test:fill = octagon ] { symbol-shape: octagon; }
|
---|
| 17 | node[ test:fill = nonagon ] {symbol-shape: nonagon; }
|
---|
| 18 | node[ test:fill = decagon ] { symbol-shape: decagon; }
|
---|
| 19 |
|
---|
| 20 | node[ test:stroke ]
|
---|
| 21 | {
|
---|
| 22 | symbol-size: 50;
|
---|
| 23 | symbol-stroke-color: purple;
|
---|
| 24 | }
|
---|
| 25 | node[ test:stroke = circle ] { symbol-shape: circle; }
|
---|
| 26 | node[ test:stroke = square ] { symbol-shape: square; }
|
---|
| 27 | node[ test:stroke = triangle ] { symbol-shape: triangle; }
|
---|
| 28 | node[ test:stroke = triangle ] { symbol-shape: triangle; }
|
---|
| 29 | node[ test:stroke = pentagon ] { symbol-shape: pentagon; }
|
---|
| 30 | node[ test:stroke = hexagon ] { symbol-shape: hexagon; }
|
---|
| 31 | node[ test:stroke = heptagon ] { symbol-shape: heptagon; }
|
---|
| 32 | node[ test:stroke = octagon ] { symbol-shape: octagon; }
|
---|
| 33 | node[ test:stroke = nonagon ] { symbol-shape: nonagon; }
|
---|
| 34 | node[ test:stroke = decagon ] { symbol-shape: decagon; }
|
---|
| 35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.