-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot decode images from Structurizr AWS 2020 theme #639
Comments
Do you have a minimal but complete model at hand which easily reproduces this issue? |
Yes, using the default Structurizr Example:
Results in: |
Thanks for the example! Looks like the diagram generation itself went fine, the error is baked in into the svg/png. So it doesn't look like our issue. Running your example at https://structurizr.com/dsl , I can reproduce this there with the planuml and C4-plantuml export (I've added view property Could you please open an issue at https://github.com/structurizr/java/tree/master/structurizr-export and report it there as well? |
Done - structurizr/themes#17 |
Now fixed upstream, closing this issue. |
Thanks for the heads-up! |
Currently if you try to use the AWS 2020 theme from https://docs.structurizr.com/ui/diagrams/themes every diagram that uses a AWS image generates incorrectly with the following error in place of each logo:
(Cannot decode: https://static.structurizr.com/themes/amazon-web-services-2020.04.30/AWS-Cloud_light-bg@4x.png)
This does not happen with the 2022 and 2023 themes, so I assume its something to do with the @ symbol thats been added to the image paths within the theme definition as this isn't present in the other themes.
Can reproduce by using any of the theme tags in a DSL and running generate-site, e.g.:
deploymentNode "AWS" { tags "Amazon Web Services - Cloud" }
The text was updated successfully, but these errors were encountered: