Different layouts for PNG and SVG exports with plantuml/graphviz diagram

0 votes
asked Oct 31, 2022 in Bug by kasra (960 points)

Hi,

We have different layout between PNG and SVG for this following diagram

@startuml
class a
rectangle l [
{{
digraph foo {
 PlantUML -> Dot [label=use];
}
}}
]
a->l
@enduml

Server

PNG vs SVG

Best Regards,

Kasra

commented Oct 31, 2022 by The-Lu (63,920 points)

For traceability (and for PlantUML team), [As you mentioned] see similar issue here:

commented Nov 3, 2022 by kasra (960 points)
Hi,

We use internally a lot of SVG export ( web presentation ) and this is an annoying "bug" because it has a direct impact on the presentation.

Actually, I don't even know if it's a bug or if there is a solution, but if it's a bug, do you think that the dev team considers this important?

Best regards,

Kasra

1 Answer

0 votes
answered Apr 12, 2023 by kasra (960 points)
It seems that it's resolved .no ?.. i can't see any differences anymore

Thanks !
...