move cf one line away from circle
This commit is contained in:
parent
a56db93723
commit
967dd21c27
2 changed files with 3 additions and 3 deletions
|
|
@ -580,8 +580,8 @@ func ArrowheadJS(r *Runner, arrowhead d2target.Arrowhead, stroke string, strokeW
|
|||
)
|
||||
case d2target.CfOne:
|
||||
arrowJS = fmt.Sprintf(
|
||||
`node = rc.path(%s, { strokeWidth: %d, stroke: "%s", fill: "%s", fillStyle: "solid", fillWeight: 4, seed: 1 })`,
|
||||
`"M-15,-10 -15,10"`,
|
||||
`node = rc.path(%s, { strokeWidth: %d, stroke: "%s", fill: "%s", fillStyle: "solid", fillWeight: 4, seed: 3 })`,
|
||||
`"M-10,-10 -10,10"`,
|
||||
strokeWidth,
|
||||
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 |
Loading…
Reference in a new issue