feat(components): Added pan and zoom to Workbench. Closes #368
This commit is contained in:
parent
b53615aea0
commit
054b7565e6
9 changed files with 397 additions and 91 deletions
|
@ -13,6 +13,8 @@ const Draft = (props) => (
|
|||
id={props.settings.idPrefix + 'svg'}
|
||||
design={props.design}
|
||||
style={props.style}
|
||||
viewBox={props.viewBox}
|
||||
className={props.className || 'freesewing draft'}
|
||||
>
|
||||
<Defs
|
||||
units={props.settings.units}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue