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

Local .jar file #46

Open
SHU-red opened this issue Jan 5, 2023 · 3 comments
Open

Local .jar file #46

SHU-red opened this issue Jan 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@SHU-red
Copy link

SHU-red commented Jan 5, 2023

Is your feature request related to a problem? Please describe.

  • Using the local .jar file causes random syntax not to render properly
  • Using plantuml-1.2022.14.jar
  • Below the syntax which is working with the server but gives attaced screenshot-result

Describe the solution you'd like

  • Should work same as using server

Describe alternatives you've considered

  • None

Additional context

Code

Dependency

[SpaceShip] .> [Input]

Dependency relationship implies that two elements are dependent on each other. It is used to reflect that one class interacts with another one, receives an instance this class as a method parameter. Compared to Association, Dependency relationship is weaker.

Implementation

[IGameElement] <<Interface>>
[SpaceShip] .up.|> [IGameElement]

Interface implementation.

Result

image

@SHU-red SHU-red added the enhancement New feature or request label Jan 5, 2023
@joethei joethei added bug Something isn't working and removed enhancement New feature or request labels Jan 5, 2023
@joethei
Copy link
Owner

joethei commented Jan 5, 2023

I can't reproduce this with an older version of the plantuml jar, but can with the most recent one.
Guessing the server used is not using the latest plantuml version.
I am suspecting that this is a regression in PlantUML itself, but will investigate further.

It starts to work for me when I insert a empty line in the diagram code.

@SHU-red
Copy link
Author

SHU-red commented Jan 5, 2023

It starts to work for me when I insert a empty line in the diagram code.

Thanks for the effort
Works for me as workaround 😉

@SHU-red
Copy link
Author

SHU-red commented Jan 5, 2023

EDIT:
I see a different behavior comparing

  • Edit Mode
  • Read Mode

In Read Mode (which i am using often) more generated images seem to be broken

I have no idea if there is a place where the images are getting cached or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants