cf one required seed

This commit is contained in:
Gavin Nishizawa 2023-01-13 19:20:05 -08:00
parent 413acead61
commit 7e2d722f50
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
2 changed files with 2 additions and 2 deletions

View file

@ -572,7 +572,7 @@ func ArrowheadJS(r *Runner, arrowhead d2target.Arrowhead, stroke string, strokeW
)
case d2target.CfOneRequired:
arrowJS = fmt.Sprintf(
`node = rc.path(%s, { strokeWidth: %d, stroke: "%s", fill: "%s", fillStyle: "solid", fillWeight: 4, seed: 3 })`,
`node = rc.path(%s, { strokeWidth: %d, stroke: "%s", fill: "%s", fillStyle: "solid", fillWeight: 4, seed: 2 })`,
`"M-15,-10 -15,10 M-10,-10 -10,10"`,
strokeWidth,
stroke,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB