Giter VIP home page Giter VIP logo

Comments (6)

qtzar avatar qtzar commented on June 4, 2024 1

Just got a chance to test this, grabbed one of my puml files, changed the imports to point to your extended branch and added the borderStyle and borderThickness declarations to a few of the AddElementTags in the puml and generated an diagram.

It looked great and exactly what I was looking for. Plan for using this is to be able to set border colors and styles for containers that are being change in future state diagrams.

from c4-plantuml.

kirchsth avatar kirchsth commented on June 4, 2024

Hi @qtzar,

I couldn't test all shapes, but I could try to support it like the Rel() implementation via tags. (details see #254)

@startuml
!include <C4/C4_Component.puml>

' SHOW_PERSON_PORTRAIT() ' not working??
' skinparam actorBorderThickness 15.0  ' not working??
' skinparam actorBorderStyle 15.0  ' not working??

SHOW_PERSON_OUTLINE()
skinparam personBorderThickness 15.0
skinparam personBorderStyle dashed

skinparam rectangleBorderThickness 5.0
skinparam rectangleBorderStyle dashed

Person(P,"Person")
Component(C,"Component","techn")


AddRelTag(special, $textColor="$ARROW_FONT_COLOR", $lineColor="$ARROW_COLOR", $lineStyle=DashedLine(), $lineThickness=5)
Rel(P,C,"uses",$tags=special)

SHOW_LEGEND()
@enduml

BR Helmut

from c4-plantuml.

kirchsth avatar kirchsth commented on June 4, 2024

If possible AddBoundaryTag() and UpdateBoundaryStyle() should be extended too

from c4-plantuml.

kirchsth avatar kirchsth commented on June 4, 2024

Atm border thickness cannot be changed per component. Opened a question in forum

from c4-plantuml.

kirchsth avatar kirchsth commented on June 4, 2024

Hi @qtzar,

I have a first version: the border style and thickness of all elements and boundaries can be defined via tags.
Can you please check it via in my extended branch.
Does it match your expectations?

Thank you and best regards
Helmut

PS.: I extended all Add...Tag() with (..., $borderStyle="", $borderThickness="") too, but I forgot the update in the readme

from c4-plantuml.

kirchsth avatar kirchsth commented on June 4, 2024

@qtzar: v.2.8.0 with border styles released

from c4-plantuml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.