|
Revision 908, 497 bytes
(checked in by sdlime, 7 years ago)
|
Added line symbol examples.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
SYMBOLSET |
|---|
| 2 |
SYMBOL # standard circular brush |
|---|
| 3 |
NAME 'circle' |
|---|
| 4 |
TYPE ELLIPSE |
|---|
| 5 |
POINTS 1 1 END |
|---|
| 6 |
FILLED TRUE |
|---|
| 7 |
END |
|---|
| 8 |
|
|---|
| 9 |
SYMBOL # long dash pattern |
|---|
| 10 |
NAME 'dash-long' |
|---|
| 11 |
TYPE ELLIPSE |
|---|
| 12 |
POINTS 1 1 END |
|---|
| 13 |
FILLED TRUE |
|---|
| 14 |
STYLE 16 16 END |
|---|
| 15 |
END |
|---|
| 16 |
|
|---|
| 17 |
SYMBOL # short dash pattern |
|---|
| 18 |
NAME 'dash-short' |
|---|
| 19 |
TYPE ELLIPSE |
|---|
| 20 |
POINTS 1 1 END |
|---|
| 21 |
FILLED TRUE |
|---|
| 22 |
STYLE 8 8 END |
|---|
| 23 |
END |
|---|
| 24 |
|
|---|
| 25 |
SYMBOL # tracks |
|---|
| 26 |
NAME 'tracks' |
|---|
| 27 |
TYPE ELLIPSE |
|---|
| 28 |
POINTS 1 1 END |
|---|
| 29 |
FILLED TRUE |
|---|
| 30 |
STYLE 1 16 END |
|---|
| 31 |
END |
|---|
| 32 |
END |
|---|