의미없는 QPolygon lengthText 제거
This commit is contained in:
parent
b3481b4fce
commit
f47b2684fb
@ -235,6 +235,7 @@ export default function offsetPolygon(vertices, offset) {
|
||||
const arcSegments = 0
|
||||
|
||||
const originPolygon = new QPolygon(vertices, { fontSize: 0 })
|
||||
originPolygon.setViewLengthText(false)
|
||||
|
||||
if (offset > 0) {
|
||||
let result = createMarginPolygon(polygon, offset, arcSegments).vertices
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user