bigger cf one circle

This commit is contained in:
Gavin Nishizawa 2023-01-13 18:20:22 -08:00
parent b49fbc75e3
commit a56db93723
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
2 changed files with 2 additions and 2 deletions

View file

@ -587,7 +587,7 @@ func ArrowheadJS(r *Runner, arrowhead d2target.Arrowhead, stroke string, strokeW
stroke,
)
extraJS = fmt.Sprintf(
`node = rc.circle(-22, 0, 8, { strokeWidth: %d, stroke: "%s", fill: "white", fillStyle: "solid", fillWeight: 1, seed: 2 })`,
`node = rc.circle(-22, 0, 8, { strokeWidth: %d, stroke: "%s", fill: "white", fillStyle: "solid", fillWeight: 1, seed: 5 })`,
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