Skip to content

Commit

Permalink
feat: 修改五角星的绘制
Browse files Browse the repository at this point in the history
  • Loading branch information
xxss0903 committed Nov 23, 2024
1 parent 4273db8 commit 12f500a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/DrawStampUtilsDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,16 @@
<input type="checkbox" v-model="shouldDrawStar" />
绘制五角星
</label>
<div v-if="shouldDrawStar">
<label>
五角星直径 (mm):
<input type="number" v-model.number="starDiameter" step="0.1" />
</label>
<label>
垂直位置 (mm):
<input type="number" v-model.number="starPositionY" min="-10" max="10" step="0.1" />
</label>
</div>
</div>
</div>
<!-- 防伪纹路设置 -->
Expand Down

0 comments on commit 12f500a

Please sign in to comment.