cf one required seed
This commit is contained in:
parent
413acead61
commit
7e2d722f50
2 changed files with 2 additions and 2 deletions
|
|
@ -572,7 +572,7 @@ func ArrowheadJS(r *Runner, arrowhead d2target.Arrowhead, stroke string, strokeW
|
||||||
)
|
)
|
||||||
case d2target.CfOneRequired:
|
case d2target.CfOneRequired:
|
||||||
arrowJS = fmt.Sprintf(
|
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"`,
|
`"M-15,-10 -15,10 M-10,-10 -10,10"`,
|
||||||
strokeWidth,
|
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