This commit is contained in:
2026-06-12 17:47:26 +02:00
parent 9aa7e42960
commit 25ff97d953
24 changed files with 5660 additions and 29 deletions

View File

@@ -0,0 +1,29 @@
<style>
state {
.choice {
BackgroundColor LightYellow
}
}
arrow {
LineThickness 1
.external { LineColor #1E90FF }
.internal { LineColor #32CD32 }
.local { LineColor #FFA500 }
.junction { LineColor #FF69B4 }
.join { LineColor #8A2BE2 }
.fork { LineColor #20B2AA }
.choice_type { LineColor #000000 }
/* CHOICE_COLORS_PLACEHOLDER */
}
/* Example: Highlight all transitions for a specific event */
/* .e_MY_EVENT { LineColor red } */
</style>
hide <<external>> stereotype
hide <<internal>> stereotype
hide <<local>> stereotype
hide <<junction>> stereotype
hide <<join>> stereotype
hide <<fork>> stereotype
hide <<choice_type>> stereotype
/* HIDE_CHOICE_COLORS_PLACEHOLDER */