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
Add a setter that will fit the size of the Seven inside the specified dimensions. The setter is named box and it accepts an object with the shape { height:number, width:number }. Either the height or the width of the digit will be the corresponding value from the box property, the other will be less than its corresponding value.
Add a setter that will fit the size of the
Seven
inside the specified dimensions. The setter is namedbox
and it accepts an object with the shape{ height:number, width:number }
. Either theheight
or thewidth
of the digit will be the corresponding value from thebox
property, the other will be less than its corresponding value.Setting
height
orwidth
overrides thebox
property.The text was updated successfully, but these errors were encountered: