Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#163 Boundary background color is transparent again #164

Merged
merged 18 commits into from
Jul 4, 2021

Conversation

kirchsth
Copy link
Contributor

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)

…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
Contributor 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