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

PlantUML exporter cannot decode images from AWS 2020 theme #17

Open
ad737079 opened this issue Nov 26, 2024 · 0 comments
Open

PlantUML exporter cannot decode images from AWS 2020 theme #17

ad737079 opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ad737079
Copy link

Expected

Tags used from the Structurizr AWS 2020 theme should correctly render images when exporting using the 'plantuml' export format

Actual

Theme images are rendered as error message text:

(Cannot decode: https://static.structurizr.com/themes/amazon-web-services-2020.04.30/[email protected])

image

Steps to reproduce

  1. Navigate to https://structurizr.com/dsl
  2. Configure with example DSL (see below)
  3. Click 'Export (PlantUML)'
  4. Click 'Render'
workspace "Test" "A test" {
    model {
        u = person "User"
        ss = softwareSystem "Software System" {
            wa = container "Web Application"
            db = container "Database Schema" {
                tags "Amazon Web Services - Cloud"
            }
        }
    }

    views {
        properties {
            "generatr.site.exporter" "structurizr"
        }

        container ss "Diagram2" {
            include *
            autolayout lr
        }

        themes default https://static.structurizr.com/themes/amazon-web-services-2020.04.30/theme.json
    }
}

Version/build information

Latest

Severity

Minor

Priority

I have no budget and there's no rush, please fix this for free

More information

No response

@ad737079 ad737079 added the bug Something isn't working label Nov 26, 2024
@simonbrowndotje simonbrowndotje transferred this issue from structurizr/java Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant