Skip to content

Commit 72e8cb7

Browse files
authored
fix README: arrow default strokeWidth=1 (#922)
reported by @yurivish
1 parent 9e08b41 commit 72e8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ The following channels are required:
837837
838838
For vertical or horizontal arrows, the **x** option can be specified as shorthand for **x1** and **x2**, and the **y** option can be specified as shorthand for **y1** and **y2**, respectively.
839839
840-
The arrow mark supports the [standard mark options](#marks). The **stroke** defaults to currentColor. The **fill** defaults to none. The **strokeWidth** and **strokeMiterlimit** default to one. The following additional options are supported:
840+
The arrow mark supports the [standard mark options](#marks). The **stroke** defaults to currentColor. The **fill** defaults to none. The **strokeWidth** defaults to 1.5, and the **strokeMiterlimit** defaults to one. The following additional options are supported:
841841
842842
* **bend** - the bend angle, in degrees; defaults to zero
843843
* **headAngle** - the arrowhead angle, in degrees; defaults to 22.5°

0 commit comments

Comments
 (0)