fix minor glitch with drawing demo

This commit is contained in:
Hans Pagel
2021-01-11 15:47:25 +01:00
parent 9491537804
commit 7809aa13f5

View File

@@ -60,7 +60,7 @@ export default {
'#80CBC4', '#80CBC4',
'#9DEF8F', '#9DEF8F',
]), ]),
size: Math.floor(Math.random() * Math.floor(20)), size: Math.ceil(Math.random() * Math.floor(10)),
svg: null, svg: null,
path: null, path: null,
points: [], points: [],