From 4c8af80499abb35820f6dcc7f0375c80accb4a18 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 29 Mar 2025 20:15:08 +0100 Subject: [PATCH] [TASK] Add to UML diagram that `Selector` implements `Renderable` Followup to #1017 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3901bc37..4a9c66b0 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ classDiagram Commentable <|.. RuleSet: realization RuleSet <|-- AtRuleSet: inheritance AtRule <|.. AtRuleSet: realization + Renderable <|.. Selector: realization Selector <|-- KeyframeSelector: inheritance Renderable <|-- AtRule: inheritance Commentable <|-- AtRule: inheritance