Ruby-Graphviz
Ruby-Graphviz copied to clipboard
Issue #115 control binmode based on output format
The Open3.capture3 command should use binmode: false when the Graphviz command output is text based, e.g. SVG, DOT. This will prevent cross encoding errors and finally close #115.