bzixilu / dotplugin

Dot language plugin for Intellij IDEA
55 stars 10 forks source link

getting "Error during rasterization" on version 1.4.1 #31

Closed ozyavin closed 1 year ago

ozyavin commented 1 year ago
image

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]

}`

ironScripter commented 1 year ago

I am having the same exact issue. I am using GoLand Version 2022.2.4 Plugin Version 1.4.1

alexbepple commented 1 year ago

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.

ozyavin commented 1 year ago

thanks @alexbepple yea, it is probably it since i am running on Apple silicon

ozyavin commented 1 year ago

closing as duplicate of #26