We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The source dot file is both times:
digraph { node [colorscheme=rdylgn10] 0 [ label="GoblinTower"] 1 [ label="Goldmine"] 2 [ label="💀",fillcolor=black,shape=doublecircle,style=filled,fontname="NotoColorEmoji"] 3 [ label="✨",fillcolor=black,shape=doublecircle,style=filled,fontname="NotoColorEmoji"] 1 -> 0 [ label="Plinko"] }
Can be checked out in paritytech/orchestra#43 when run with cargo test --all-features
cargo test --all-features
The expectation would be to obtain the identical rendering as retrieved.
Is there anything else you'd need or how I can help?
The text was updated successfully, but these errors were encountered:
Funnily the renderings are more similar when rendered with firefox rather than inkscape 🦢 Both renderings are broken with eye-of-gnome
eye-of-gnome
Sorry, something went wrong.
No branches or pull requests
The source dot file is both times:
Can be checked out in paritytech/orchestra#43 when run with
cargo test --all-features
The expectation would be to obtain the identical rendering as retrieved.
Is there anything else you'd need or how I can help?
The text was updated successfully, but these errors were encountered: