1
0
Fork 0

wip(lab): Tweaks to events display

This commit is contained in:
Joost De Cock 2022-03-24 11:35:55 +01:00
parent 9495e9207c
commit a912008117
4 changed files with 28 additions and 6 deletions

View file

@ -11,6 +11,8 @@ const Svg = ({
height,
children
}) => {
if (width < 1) width = 1000
if (height < 1) height = 1000
let attributes = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:svg': 'http://www.w3.org/2000/svg',