This commit is contained in:
陶林 2024-03-12 22:17:09 +08:00
parent acbc157694
commit bc169183ba

View File

@ -464,6 +464,14 @@ export class LabelCommand {
this.addStrToCommand(str);
}
/**
*
* @param x X dot
* @param y Y dot
* @param xend X dot
* @param yend X dot
* @param thickness 线dot
*/
addBox(
x: number,
y: number,