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

generated svg different to expected spec #16

Open
drahnr opened this issue Apr 13, 2023 · 1 comment
Open

generated svg different to expected spec #16

drahnr opened this issue Apr 13, 2023 · 1 comment

Comments

@drahnr
Copy link

drahnr commented Apr 13, 2023

generated with layout-rs
generated with cli tool dot -Tsvg foo > x.svg

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

The expectation would be to obtain the identical rendering as retrieved.

Is there anything else you'd need or how I can help?

@drahnr
Copy link
Author

drahnr commented Apr 13, 2023

Funnily the renderings are more similar when rendered with firefox rather than inkscape 🦢
Both renderings are broken with eye-of-gnome

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