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

Triangle? #4

Open
BBX999 opened this issue Mar 11, 2022 · 3 comments
Open

Triangle? #4

BBX999 opened this issue Mar 11, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@BBX999
Copy link

BBX999 commented Mar 11, 2022

Might it be possible to draw a triangle with text in it, similar to the current rectangle syntax? Or a circle for that matter (I currently achieve a circle with a very high value for the rectangle round corners using a stereotype). Thanks!

@BBX999
Copy link
Author

BBX999 commented Jul 1, 2022

Would this be hard to implement? If I wanted to work on a pull request, could someone familiar with the code base point me in the direction of which files I might need to look at / modify? Is there a resource anywhere giving a high level overview of the organization of the codebase? @The-Lum @arnaudroques

Thanks!

@The-Lum
Copy link

The-Lum commented Jul 1, 2022

Hello @BBX999, and all,


Is there a resource anywhere giving a high level overview of the organization of the codebase?

No, it seems not...
But you can take inspiration from the latest shapes creations:


If I wanted to work on a pull request, could someone familiar with the code base point me in the direction of which files I might need to look at / modify?

Then here is an attempts of list of change for new shape creation:

  1. Adding your new shape name in:
  1. Create your new shape with a new file USymbol<ShapeName>.java on this directory:
  1. Adding your shape name on param & style:
  1. Adding your shape name on language:
  1. Test...

If that can help,
Regards.

@vspiliop
Copy link

vspiliop commented Feb 6, 2023

That would be very useful for me as well!

@arnaudroques arnaudroques added the enhancement New feature or request label Mar 18, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 18, 2023
The-Lum added a commit to The-Lum/plantuml that referenced this issue Apr 10, 2024
According to `Chen` diagram and new PlantUML Keywords from:
- plantuml#1718

Add `Chen` diagram on:
- Syntax _(improve Language Descriptor (to follow plantuml/backlog#4))_
- Sub-diagram
- Readme

_(Similar to plantuml#1669)_
_[FYI @Benjamin-Davies]_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants