awslabs / aws-icons-for-plantuml

PlantUML sprites, macros, and other includes for Amazon Web Services services and resources
Other
887 stars 149 forks source link

Syntax error on AWS objects #45

Closed JayMo314 closed 2 years ago

JayMo314 commented 2 years ago

When I copy and paste the following hello world example I get a syntax error on the WorkDocs and SimpleStorageService objects. When I comment them out everything works and renders fine.

@startuml Hello World

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/EndUserComputing/all.puml
!includeurl AWSPuml/Storage/SimpleStorageService.puml

actor "Person" as personAlias
WorkDocs(desktopAlias, "Label", "Technology", "Optional Description")
SimpleStorageService(storageAlias, "Label", "Technology", "Optional Description")

personAlias --> desktopAlias
desktopAlias --> storageAlias

@enduml
hakanson commented 2 years ago

It looks like PR #42 has a fix for this

f3z0 commented 2 years ago

Confirmed that #42 fixes the issue for me

hakanson commented 2 years ago

Fixed with the v13 release today.