source: josm/trunk/test/data/renderer/node-shapes-default/style.mapcss@ 12978

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

promote old MapCSS reference file to MapCSSRendererTest checks

File size: 160 bytes
Line 
1/**
2 * Test default values.
3 * This should display a circle although neither size nor color are specified
4 */
5node[test=circle]
6{
7 symbol-shape: circle;
8}
9
Note: See TracBrowser for help on using the repository browser.