mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Adds rounded icons, joins and caps. (#3521)
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
This commit is contained in:
parent
18cdafbcbe
commit
178ee04d82
4 changed files with 45 additions and 94 deletions
|
@ -35,6 +35,7 @@ exports[`exportToSvg with default arguments 1`] = `
|
|||
|
||||
|
||||
<g
|
||||
stroke-linecap="round"
|
||||
transform="translate(10 10) rotate(0 50 50)"
|
||||
>
|
||||
<path
|
||||
|
@ -51,6 +52,7 @@ exports[`exportToSvg with default arguments 1`] = `
|
|||
/>
|
||||
</g>
|
||||
<g
|
||||
stroke-linecap="round"
|
||||
transform="translate(10 10) rotate(0 50 50)"
|
||||
>
|
||||
<path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue