You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workspace {
!identifiers hierarchical
model {
properties {
"structurizr.groupSeparator""/"
}
a = softwareSystem "A" {
// url https://yahoo.com
}
b = softwareSystem "B"
softwareSystem "C" {
-> a
-> b
}
}
views {
properties {
"generatr.site.nestGroups""true""generatr.site.exporter""c4""c4plantuml.relationshipProperties""true""c4plantuml.elementProperties""true""c4plantuml.tags""true""c4plantuml.legend""true""c4plantuml.stereotypes""true"
}
}
}
but uncommenting url https://yahoo.com under system A leads to a plantuml error shown on the system C context page (apologies for the quality, no other way to share ... ). The error disappears if I set c4plantuml.elementProperties to false
I have verified that the plantuml files generated by the site generatr tool from the above example are syntactically correct ( parsing, exporting to e.g png all worked fine).
The text was updated successfully, but these errors were encountered:
zhelyan
changed the title
setting element.url causes plantuam syntax errors in context views when using the c4 exporter
setting element.url causes plantuml syntax errors in context views when using the c4 exporter
Sep 24, 2024
Turns out that the same happens if I add properties to an element.
The generated standalone png, svg and puml files render just fine but the svg embedded in the html is corrupted
zhelyan
changed the title
setting element.url causes plantuml syntax errors in context views when using the c4 exporter
setting element.url causes plantuml syntax errors in context views when using the c4 exporter on Windows
Sep 25, 2024
an odd one
This example works:
but uncommenting
url https://yahoo.com
under system A leads to a plantuml error shown on the system C context page (apologies for the quality, no other way to share ... ). The error disappears if I setc4plantuml.elementProperties
tofalse
I have verified that the plantuml files generated by the site generatr tool from the above example are syntactically correct ( parsing, exporting to e.g png all worked fine).
The text was updated successfully, but these errors were encountered: