add borderOffset variable

This commit is contained in:
OneRain2333 2023-01-22 16:50:14 +08:00
parent e858d355a3
commit e588b86c04

View file

@ -26,6 +26,8 @@ const (
MULTIPLE_OFFSET = 10 MULTIPLE_OFFSET = 10
) )
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"`