| Refresh | Home EGTry.com

use external image as node shape


external image cubic_bezier.png

cubic bezier

use custom image node shape

image shape

custom_image_node.gv

digraph G  {
label="custom shape";
Image[image="cubic_bezier.png"];

}