add borderOffset variable
This commit is contained in:
parent
e858d355a3
commit
e588b86c04
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ const (
|
|||
MULTIPLE_OFFSET = 10
|
||||
)
|
||||
|
||||
var borderOffset = geo.NewVector(5, 5)
|
||||
|
||||
type Diagram struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description,omitempty"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue