Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scale not work #1716

Open
Chrischow-freshman opened this issue Mar 20, 2024 · 0 comments
Open

scale not work #1716

Chrischow-freshman opened this issue Mar 20, 2024 · 0 comments
Labels
java Pull requests that update Java code

Comments

@Chrischow-freshman
Copy link

        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.

@The-Lum The-Lum added java Pull requests that update Java code and removed triage labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

2 participants