Hi,
PlantUML gives us the possibility to generate the svek file with this command :
java -jar plantuml.jar -debugsvek filename.puml
Then, the internal drawing system does the final rendering ( at least this is my understanding ) with that svek file that contains the positioning information.
I would love to be able to modify the Svek file and make that new file as the reference file for the positioning.
How can I tell the server to take the provided svek file as the reference for the positioning?
Is it possible?
I experimented a little bit with the different diagrams and the svek file is generated for the following diagrams :
- usecase
- class
- component
- deployment
- object
- state
- archimate
What is going on for the others? everything from A to Z is done by PlantUML ( positioning, drawing,rendering) ?
Thanks.