fix: "skin param"

This commit is contained in:
Sean Killeen 2022-10-07 21:30:10 -04:00
parent 034fe80411
commit f31db315b8
2 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,7 @@
"Asciidoctor",
"Astah",
"Bisheng",
"classdiagram",
"codedoc",
"customizability",
"Docsy",
@ -90,5 +91,7 @@
"Multi-line code blocks",
"HTML Tags"
],
"ignorePaths": []
"ignorePaths": [
"packages/mermaid/src/docs/CHANGELOG.md"
]
}

View File

@ -131,7 +131,7 @@ The following unfinished features are not supported in the short term.
- - [x] Rel_Back
- - [x] RelIndex \* Compatible with C4-Plantuml syntax, but ignores the index parameter. The sequence number is determined by the order in which the rel statements are written.
- [ ] Custom tags/stereotypes support and skinparam updates
- [ ] Custom tags/stereotypes support and skin param updates
- - [ ] AddElementTag(tagStereo, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new element tag. The styles of the tagged elements are updated and the tag is displayed in the calculated legend.
- - [ ] AddRelTag(tagStereo, ?textColor, ?lineColor, ?lineStyle, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new Relationship tag. The styles of the tagged relationships are updated and the tag is displayed in the calculated legend.
- - [x] UpdateElementStyle(elementName, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): This call updates the default style of the elements (component, ...) and creates no additional legend entry.