first commit

This commit is contained in:
douboer
2025-09-17 16:08:16 +08:00
parent 9395faa6b2
commit 3ff47c11d5
1318 changed files with 117477 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
edge { arrow-style: none; }
# the arrow is not drawn
[ Mainau ] --> [ Unteruhlingen ] { border-style: dotted; }
# there is no arrow, so the style is ignored
[ Mainau ] -- { arrow-style: closed; } [ Unteruhlingen ]
# these override the class default:
[ Oberuhlingen ] <--> { arrow-style: closed; } [ Unteruhlingen ]
[ Uhlingen ] <--> { arrow-style: filled; } [ Oberuhlingen ]
# arrows are again not rendered
[ Hagnau ] { flow: down; } <--> [ Uhlingen ]
[ Hagnau ] <--> [ Oberuhlingen ]