chore: refine

This commit is contained in:
Yanyan-Wang 2023-08-17 11:26:30 +08:00
parent 0242eb84a6
commit 9e28790cda

View File

@ -207,7 +207,7 @@ export default class Hull {
textAlign: 'center',
textBaseline: 'middle',
};
let point = { x: 0, y: 0 };
const point = { x: 0, y: 0 };
switch (position) {
case 'bottom':
case 'outside-bottom':