add borderOffset variable

This commit is contained in:
OneRain2333 2023-01-22 16:50:14 +08:00
parent 16d2eee4a3
commit 0ad266f1c8

View file

@ -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"`