feat(markers): add option to control orientation of markers
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ export interface EdgeMarker {
|
||||
color?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
units?: 'userSpaceOnUse' | 'strokeWidth';
|
||||
units?: string;
|
||||
orient?: string;
|
||||
strokeWidth?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user