if @edge_options && @edge_options[edge]
          RGL::DOT::EDGE_OPTS.each do |opt|
            if @edge_options[edge].key?(:"#{opt}")
              each_edge_options["#{opt}"] = @edge_options[edge].fetch(:"#{opt}")
            end