KevinMarquette / PSGraph

A set of utilities for working with Graphviz in Powershell
MIT License
205 stars 49 forks source link

Cylinder Shape #95

Closed mieel closed 5 years ago

mieel commented 5 years ago

I'm trying to use the shape type 'cylinder' but it I get this error:

dot.exe : Warning: using box for unknown shape cylinder At C:\Program Files\WindowsPowerShell\Modules\PSGraph\2.1.38.27\PSGraph.psm1:904 char:53

KevinMarquette commented 5 years ago

This is an issue with graphviz. From some other threads, it looks like it is fixed source but I don't see a newer Windows release that contains the fix.

https://gitlab.com/graphviz/graphviz/issues/1342 https://github.com/sverweij/atom-graphviz-preview-plus/issues/13

Closing this issue because there are no action items for this project