move cf one line away from circle

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

View file

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

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB