plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

scale not work #1716

Open Chrischow-freshman opened 1 month ago

Chrischow-freshman commented 1 month ago
        FileFormatOption formatOption = new FileFormatOption(format);
        formatOption = formatOption.withScale(2);
        // 创建PlantUML图像
        DiagramDescription description = reader.outputImage(output, formatOption);

this code not work,withScale(2) seems to have no effect.