Skip to content

Commit

Permalink
attr: add ImagePos
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 authored and awalterschulze committed Aug 10, 2020
1 parent f8ebb8d commit 87b7ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions attr.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ const (
Image Attr = "image"
// ImagePath http://graphviz.gitlab.io/_pages/doc/info/attrs.html#d:imagepath
ImagePath Attr = "imagepath"
// ImagePos https://graphviz.org/doc/info/attrs.html#d:imagepos
ImagePos Attr = "imagepos"
// ImageScale http://graphviz.gitlab.io/_pages/doc/info/attrs.html#d:imagescale
ImageScale Attr = "imagescale"
// InputScale http://graphviz.gitlab.io/_pages/doc/info/attrs.html#d:inputscale
Expand Down Expand Up @@ -437,6 +439,7 @@ var validAttrs = map[string]Attr{
string(ID): ID,
string(Image): Image,
string(ImagePath): ImagePath,
string(ImagePos): ImagePos,
string(ImageScale): ImageScale,
string(InputScale): InputScale,
string(Label): Label,
Expand Down

0 comments on commit 87b7ba4

Please sign in to comment.