Skip to content

Conversation

@kirchsth
Copy link
Member

default background boundary color is transparent again (like in older versions).

Additional the LayoutOptions.md LAYOUT_AS_SKETCH-image url is updated that it matches again.

It can be tested with my branch:

@startuml
!include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml
LAYOUT_AS_SKETCH()
Person(admin, "Administrator")
System_Boundary(c1, 'Sample') {
    Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines")
}
System(twitter, "Twitter")
Rel(admin, web_app, "Uses", "HTTPS")
Rel(web_app, twitter, "Gets tweets from", "HTTPS")
@enduml

BR Helmut

PS.: PlantUML server caches images for 5 days before the updated version is displayed (eg. if a space is added the correct version is displayed)

kirchsth added 18 commits April 8, 2021 17:42
…nIconic and tags (7 - update sample with scaled sprites)

plantuml-stdlib#49,  plantuml-stdlib#139: Persons can be displayed as portraits - SHOW_PERSON_PORTRAIT()
…() and Lay_Distance() (instead of SHOW_LEGEND_UP(), ..._DOWN(), ..._LEFT(), ..._RIGHT())
…() and Lay_Distance() (3 - legend is reserved; LEGEND() is new default alias)
…am for Internet Banking System - Live with details" url
@kirchsth
Copy link
Member Author

samples\C4CoreDiagrams.md - "Deployment Diagram for Internet Banking System - Live with details" url is fixed too

@Potherca Potherca added this to the v2.3.0 milestone Jun 29, 2021
@Potherca Potherca linked an issue Jun 29, 2021 that may be closed by this pull request
@Potherca Potherca merged commit 4f7c12d into plantuml-stdlib:master Jul 4, 2021
@kirchsth kirchsth deleted the feature/boundaryTransparent branch July 4, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Background of boundaries is white in sketch-mode

2 participants