12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
node { shape: point; }
|
|
|
|
[ A ]
|
|
-> [ B ] { point-style: square; }
|
|
-> [ C ] { point-style: dot; }
|
|
-> [ D ] { point-style: circle; }
|
|
-> [ E ] { point-style: diamond; }
|
|
-> [ F ] { point-style: cross; }
|
|
-> [ G ] { shape: invisible; }
|
|
-> [ H ] { point-style: star; }
|
|
|