You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" ] ":(";
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: