dotplugin
dotplugin copied to clipboard
getting "Error during rasterization" on version 1.4.1
IntelliJ version: 2022.2
graphiz failing code: `digraph D {
A [shape=diamond]
B [shape=box]
C [shape=circle]
A -> B [style=dashed, color=grey]
A -> C [color="black:invis:black"]
A -> D [penwidth=5, arrowhead=none]
}`
I am having the same exact issue. I am using GoLand Version 2022.2.4 Plugin Version 1.4.1
Is this on Apple silicon? Then the issue is probably a duplicate of #26. If this is not on Apple silicon, it might be helpful to provide additional info.
thanks @alexbepple yea, it is probably it since i am running on Apple silicon
closing as duplicate of #26