Skip to content

Commit 84ef4ff

Browse files
authored
Wrap size (#31)
1 parent 934c55d commit 84ef4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Wrap.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ const Wrap = (props: WrapProps): React.Element<*> => {
1515
return (
1616
<svg
1717
viewBox={`0 0 ${props.width} ${props.height}`}
18+
width={props.width}
19+
height={props.height}
1820
version="1.1"
1921
style={props.style}
2022
preserveAspectRatio="xMidYMid meet"

0 commit comments

Comments
 (0)