cmapx file generated when convertig call diagram with links to png

0 votes
asked Jan 23, 2023 in Bug by jens.fudickar (380 points)

Hi,

when generating a class diagram with url links in it to png a cmapx file is generated. This happens only with png, and not with svg.

How can this be prevented? I do not need/want this file :-)

Commandline:

java  -jar "plantuml-1.2023.0.jar" "cmapx_sample.puml" -png

Sample:

@startuml

hide stereotype

skinparam class {
BackgroundColor<<hardware>> orange
}
class "<u>core</u>" as 633d9da635a71d1d9c66797b << (C,orange) hardware >> {
<b>core - 633d9da635a71d1d9c66797b</b>
|= attribute |= value |
| id | 633d9da635a71d1d9c66797b |
| status | active |
| small | [[https://images2.imgbox.com/eb/d8/D1Yywp0w_o.png]] |
}

@enduml

Content of the cmapx file:

<map id="cmapx_sample_map" name="cmapx_sample_map">
<area shape="rect" id="id1" href="https://images2.imgbox.com/eb/d8/D1Yywp0w_o.png" title="https://images2.imgbox.com/eb/d8/D1Yywp0w_o.png" alt="" coords="89,117,419,135"/>
</map>

Regards

Jens

1 Answer

0 votes
answered Mar 12, 2023 by jens.fudickar (380 points)
any news/ideas?
...