feat(markers): set default marker orientation to auto-start-reverse
This commit is contained in:
@@ -20,7 +20,7 @@ const Marker = ({
|
|||||||
height = 12.5,
|
height = 12.5,
|
||||||
markerUnits = 'strokeWidth',
|
markerUnits = 'strokeWidth',
|
||||||
strokeWidth,
|
strokeWidth,
|
||||||
orient = 'auto',
|
orient = 'auto-start-reverse',
|
||||||
}: MarkerProps) => {
|
}: MarkerProps) => {
|
||||||
const Symbol = useMarkerSymbol(type);
|
const Symbol = useMarkerSymbol(type);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user