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