Skip to content

Commit

Permalink
Remove duplicate option names from EDGE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ckarong committed Mar 24, 2023
1 parent 3c948d3 commit ada2d61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/rgl/rdot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ module DOT
'headport', # n,ne,e,se,s,sw,w,nw
'headtarget', # if headURL is set, determines browser window for URL
'headtooltip', # default: label; tooltip annotation near head of edge
'headlabel', # label placed near head of edge
'headURL', # URL attached to head label if output format is ismap
'href', # alias for URL
'id', # any string (user-defined output object tags)
Expand All @@ -101,17 +100,14 @@ module DOT
'samehead', # tag for head node; edge heads with the same tag are merged onto the same port
'sametail', # tag for tail node; edge tails with the same tag are merged onto the same port
'style', # graphics options, e.g. bold, dotted, filled; cf. Section 2.3
'taillabel', # label placed near tail of edge
'tailport', # n,ne,e,se,s,sw,w,nw
'tailURL', # URL attached to tail label if output format is ismap
'weight', # default: 1; integer cost of stretching an edge
'tailclip', # default: true; if false, edge is not clipped to tail node boundary
'tailhref', # synonym for tailURL
'taillabel', # label placed near tail of edge
'tailport', # n,ne,e,se,s,sw,w,nw
'tailtarget', # if tailURL is set, determines browser window for URL
'tailtooltip', # default: label; tooltip annotation near tail of edge
'tailURL', # URL attached to tail label
'tailURL', # URL attached to tail label if output format is ismap
'target', # if URL is set, determines browser window for URL
'tooltip' # default: label; tooltip annotation for edge
].freeze
Expand Down

0 comments on commit ada2d61

Please sign in to comment.