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.
- package/package.json +1 -1
- package/src/build.js +1 -1
package/package.json
CHANGED
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 *
|
|
3954
|
+
drawText2((length * 100).toFixed(2) + "cm", line.center);
|
|
3955
3955
|
}
|
|
3956
3956
|
function drawArc(pos, radius, startAngle, endAngle) {
|
|
3957
3957
|
data.arcs.push([
|