icon调整
This commit is contained in:
parent
c640f3f85a
commit
53f1be79e9
@ -75,13 +75,10 @@
|
|||||||
<path d="M20 27H39" stroke="#FFFFFF"/>
|
<path d="M20 27H39" stroke="#FFFFFF"/>
|
||||||
<path d="M29 27V43" stroke="#FFFFFF"/>
|
<path d="M29 27V43" stroke="#FFFFFF"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
|
<symbol id="icon-car-washing" viewBox="0 0 150 150" fill="none">
|
||||||
|
<rect x="45" y="3" width="60" height="144" fill="#FFFFFF" stroke="#FFFFFF"/>
|
||||||
|
</symbol>
|
||||||
<symbol id="icon-flood-gate" viewBox="0 0 129 139" fill="none">
|
<symbol id="icon-flood-gate" viewBox="0 0 129 139" fill="none">
|
||||||
<path fill-rule="evenodd" stroke="rgba(255, 255, 255, 1)" stroke-width="5" d="M0 1.5L61.5 1.5M61.5 1.5L123 1.5M61.5 1.5L61.5 137.5L0 137.5L123 137.5">
|
<path fill-rule="evenodd" stroke="rgba(255, 255, 255, 1)" stroke-width="5" d="M0 1.5L61.5 1.5M61.5 1.5L123 1.5M61.5 1.5L61.5 137.5L0 137.5L123 137.5"/>
|
||||||
</symbol>
|
|
||||||
<symbol id="icon-car-gate" viewBox="0 0 150 150" fill="none">
|
|
||||||
<rect x="45" y="3" width="60" height="144" fill="#FFFFFF" stroke="#FFFFFF" >
|
|
||||||
</symbol>
|
|
||||||
<symbol id="icon-flood-gat1e" viewBox="0 0 129 139" fill="none">
|
|
||||||
<path fill-rule="evenodd" stroke="rgba(255, 255, 255, 1)" stroke-width="5" d="M0 1.5L61.5 1.5M61.5 1.5L123 1.5M61.5 1.5L61.5 137.5L0 137.5L123 137.5">
|
|
||||||
</symbol>
|
</symbol>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -22,7 +22,7 @@ export class CarWashingDraw extends GraphicDrawAssistant<
|
|||||||
super(
|
super(
|
||||||
app,
|
app,
|
||||||
template,
|
template,
|
||||||
'svguse:../../drawIcon.svg#icon-car-gate',
|
'svguse:../../drawIcon.svg#icon-car-washing',
|
||||||
'洗车机CarWashing'
|
'洗车机CarWashing'
|
||||||
);
|
);
|
||||||
CarWashingInteraction.init(app);
|
CarWashingInteraction.init(app);
|
||||||
|
Loading…
Reference in New Issue
Block a user