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

Architecure icons not working #805

Open
rgoubet opened this issue Dec 5, 2024 · 0 comments
Open

Architecure icons not working #805

rgoubet opened this issue Dec 5, 2024 · 0 comments

Comments

@rgoubet
Copy link

rgoubet commented Dec 5, 2024

The bug reported here also affects the CLI program.

See the following code:

architecture-beta
    group api(logos:aws-lambda)[API]

    service db(logos:aws-aurora)[Database] in api
    service disk1(logos:aws-glacier)[Storage] in api
    service disk2(logos:aws-s3)[Storage] in api
    service server(logos:aws-ec2)[Server] in api

    db:L -- R:server
    disk1:T -- B:server
    disk2:T -- B:db

Looking at the SVG code, you can see that, where an iconify logo is expected, only an svg element is inserted, which contains only a rect and a text elements. So it didn't pick anything from iconify as described in the documentation.

@ynaka81 ynaka81 mentioned this issue Jan 11, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant