feat(markers): set default marker orientation to auto-start-reverse

This commit is contained in:
Christopher Möller
2022-07-26 17:06:50 +02:00
parent f4873a1ffb
commit 09abf2823d

View File

@@ -20,7 +20,7 @@ const Marker = ({
height = 12.5,
markerUnits = 'strokeWidth',
strokeWidth,
orient = 'auto',
orient = 'auto-start-reverse',
}: MarkerProps) => {
const Symbol = useMarkerSymbol(type);