-tsvg
sur la ligne de commande. Vous pouvez aussi utiliser format="svg"
lors de la définition d'une tâche Ant.
<target name="main">
<plantuml dir="./src" format="svg" />
</target>
target
dans le SVG généré grâce au paramètre svgLinkTarget
.
@startuml
skinparam svgLinkTarget _parent
start
:[[http://plantuml.com]];
stop
@enduml
@startuml
skinparam pathHoverColor green
class Foo2 [[http://www.yahoo.com/Foo2]] {
+double[] x
+double y
}
Foo2 --> Foo3
@enduml
*[Ref. [QA-7334](https://forum.plantuml.net/7334)]*
!pragma svgSize <U+hhhhh> XX
tells to PlantUML: "assume that the size of <U+hhhhh> is the same as 'XX' " You can play with this directive: !pragma svgSize <U+hhhhh> XX
!pragma svgSize <U+hhhhh> I
@startuml
!pragma svgSize <U+1F610> XX
test: text <U+1F610>
test_size45: text <size:45><U+1F610>
@enduml