dcasati / kubernetes-PlantUML

Kubernetes diagrams using VS Code
MIT License
248 stars 47 forks source link

OSS/*.puml uses AZURE_SYMBOL_COLOR instead of KUBERNETES_SYMBOL_COLOR #5

Closed Cerebus closed 3 years ago

Cerebus commented 3 years ago

If AZURE_SYMBOL_COLOR is undefined (e.g., another part of the stdlib is not imported) then the sprites are not visible.

If KUBERNETES_SYMBOL_COLOR is redefined, it has no effect.

paddy-hack commented 3 years ago

Is this still an issue now that #3 has been merged?