mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add support for more UML arrowheads (#7391)
This commit is contained in:
parent
a04cc707c3
commit
b9cfbc2077
15 changed files with 449 additions and 216 deletions
|
@ -1556,6 +1556,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||
imageCache: this.imageCache,
|
||||
isExporting: false,
|
||||
renderGrid: true,
|
||||
canvasBackgroundColor:
|
||||
this.state.viewBackgroundColor,
|
||||
}}
|
||||
/>
|
||||
<InteractiveCanvas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue