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

default is ignored #2027

Closed
bo-ku-ra opened this issue Jul 28, 2024 · 1 comment · Fixed by #2090
Closed

default is ignored #2027

bo-ku-ra opened this issue Jul 28, 2024 · 1 comment · Fixed by #2090
Labels
bug Something isn't working compiler

Comments

@bo-ku-ra
Copy link
Contributor

both A and B expected red.

A
B: {shape: rectangle}
C:{shape: person}

***: {&shape: rectangle; style.fill: red}

https://play.d2lang.com/?script=cuRyslKoLs5ILEi1UihKTS5JzEvPSa3lcraCCRakFhXn59VycWlpaVkpVKuhq7VWKC6pzEnVS8vMyQEJp9RyAQIAAP__&

@alixander alixander added bug Something isn't working compiler labels Jul 29, 2024
@bo-ku-ra
Copy link
Contributor Author

bo-ku-ra commented Aug 3, 2024

avoidance in v0.6.6

***: {shape: rectangle}
A
B: {shape: rectangle}
C: {shape: person}
***: {&shape: rectangle; style.fill: red}

https://play.d2lang.com/?script=0tLSslKoLs5ILEi1UihKTS5JzEvPSa3lcuRywirujBAtSC0qzs-r5YIYoYau1lqhuKQyJ1UvLTMnByScUssFCAAA__8%3D&

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants