Skip to content

Commit b91f002

Browse files
author
zhaokai
committed
0519
1 parent 94d19a2 commit b91f002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/service/PlotBase/SvgLoader/element/TSpanElement.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* @Author: your name
44
* @Date: 2021-09-14 18:57:30
5-
* @LastEditTime: 2022-05-18 20:16:49
5+
* @LastEditTime: 2022-05-18 20:55:23
66
* @LastEditors: zk
77
* @Description: In User Settings Edit
88
* @FilePath: \MapGISPlotBase\src\svg-loader\element\TSapnElement.js
@@ -158,7 +158,7 @@ class TSpanElement extends TextElement {
158158
matrix4_2.setThreeMatrix(t2);
159159
textGeo.vertexArrayBuffer.applyMatrix4(matrix4_2);
160160

161-
// 处理文字对象的竖立(特殊逻辑)\
161+
// 处理文字对象的竖立(特殊逻辑)
162162
this._dimModal.set3D(true)
163163
if (this._dimModal.is3DTran()) {
164164
const _p = this._dimModal.getTranslatePoint();

0 commit comments

Comments
 (0)