build-dxf 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/build.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/build.js CHANGED
@@ -3951,7 +3951,7 @@ class CAD {
3951
3951
  drawDottedLine(p2C, p2, 0.04, 0.05, "line2");
3952
3952
  drawLine2(p1C, p2C);
3953
3953
  color = "white";
3954
- drawText2((length * 10).toFixed(2) + "cm", line.center);
3954
+ drawText2((length * 100).toFixed(2) + "cm", line.center);
3955
3955
  }
3956
3956
  function drawArc(pos, radius, startAngle, endAngle) {
3957
3957
  data.arcs.push([