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