Last change
on this file since 9958 was 9958, checked in by bastiK, 9 years ago |
fix svn:eol property
|
-
Property svn:eol-style
set to
native
|
File size:
362 bytes
|
Rev | Line | |
---|
[3989] | 1 | /*
|
---|
| 2 | * Simple test style sheet. Includes a style for nodes where the label is derived
|
---|
| 3 | * from the value of a specific tag.
|
---|
| 4 | *
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | meta {
|
---|
| 8 | title: "Test style - Deriving labels from tags";
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | canvas {
|
---|
[9398] | 12 | fill-color: #000000;
|
---|
[3989] | 13 | }
|
---|
| 14 |
|
---|
| 15 | node {
|
---|
| 16 | text: my_label_tag; /* take the value of the tag 'my_label_tag' as text */
|
---|
| 17 | text-color: white;
|
---|
| 18 | font-size: 12;
|
---|
| 19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.