|
|
@ -53,8 +53,8 @@ export default { |
|
|
|
ctx.font = setFont(12 * zoom, "italic 900", "Arial Black"); |
|
|
|
|
|
|
|
ctx.fillStyle = "#ddc85a"; |
|
|
|
ctx.fillText("项目起点", 210 * zoom, h / 2 - 50 * zoom); |
|
|
|
ctx.fillText("K55+378.7", 210 * zoom, h / 2 - 33 * zoom); |
|
|
|
ctx.fillText("项目起点", 270 * zoom, h / 2 - 50 * zoom); |
|
|
|
ctx.fillText("K55+378.7", 270 * zoom, h / 2 - 33 * zoom); |
|
|
|
ctx.fillText("项目终点", w - 210 * zoom, h / 2 - 50 * zoom); |
|
|
|
ctx.fillText("K208+153.4", w - 210 * zoom, h / 2 - 33 * zoom); |
|
|
|
|
|
|
|