You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, opacity will be set to 100 in CSS which is not valid. It should be set to 1.
But an another example uses exact value
attachEvent('addCircle5Btn','click',()=>{circle5Id=board.addCircle({color: 'orange',square: 'h1',opacity: 0.5,size: 1.2})console.log('added Circle 5 with id:',circle5Id)})
The text was updated successfully, but these errors were encountered:
At the moment, opacity will be set to 100 in CSS which is not valid. It should be set to 1.
But an another example uses exact value
The text was updated successfully, but these errors were encountered: