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

Some features, like gradient and arrowtail not working. #145

Open
xleviator opened this issue Dec 22, 2022 · 1 comment · May be fixed by #104
Open

Some features, like gradient and arrowtail not working. #145

xleviator opened this issue Dec 22, 2022 · 1 comment · May be fixed by #104

Comments

@xleviator
Copy link

Hi. I'm running this plugin on macOS Ventura 13.0.1 w/ M1 MAX. I notice several rendering features aren't working, including gradient and arrowtail. I have "dot - graphviz version 7.0.4 (20221203.1631)". If I run "dot -Tsvg gradient_example.gv > test.svg", I can see that I get a proper svg with gradient. However, if I view it in the interface or save the svg from the pluggin's interface, the gradient doesn't work. Can you help?

The code I'm using is this:

digraph G {
	node [ shape="ellipse",fillcolor="#aa0000:#00aa00",style="filled" ] ":(";
}

Screenshot 2022-12-21 at 7 48 45 PM

bigbug added a commit that referenced this issue Jan 22, 2023
@bigbug
Copy link
Collaborator

bigbug commented Jan 22, 2023

Thanks for reporting this. I just updated Graphviz in our notebook PR (#104) which seems to resolve the issue:
Screenshot 2023-01-22 at 14 18 29

However, we still need some time till we can merge (and release) these new features.

@bigbug bigbug linked a pull request Jan 22, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants