fix border sizing

This commit is contained in:
zsviczian 2023-11-17 18:47:01 +00:00
parent 4027a5b245
commit 0d60253de7
2 changed files with 4 additions and 2 deletions

View file

@ -927,7 +927,7 @@ class App extends React.Component<AppProps, AppState> {
<div
className="excalidraw__embeddable__outer"
style={{
padding: `${el.strokeWidth}px`,
padding: `${el.strokeWidth/el.scale[0]}px`,
}}
>
{this.props.renderEmbeddable?.(el, this.state) ?? (