if @vertex_options && @vertex_options[v]
          RGL::DOT::NODE_OPTS.each do |opt|
            if @vertex_options[v].key?(:"#{opt}")
              each_vertex_options["#{opt}"] = @vertex_options[v].fetch(:"#{opt}")
            end