feat: 重绘蓄水池组件

Re-1.0
咬轮猫 3 years ago
parent cd4d6cd99d
commit 79720dfa19

@ -1,7 +1,10 @@
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
<rect x="0" y="155" width="1000" height="600" fill="#000000" stroke="#FFFFFF" stroke-width="4"></rect>
<line x1="80" y1="150" x2="920" y2="150" stroke="#000000" stroke-width="90"></line>
<rect transform="rotate(180,500,360)" x="20" y="0" width="960" height="400">
<animate attributeName="height" from="0" to="400" dur="5s" repeatCount="indefinite"/>
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200"
height="200">
<rect transform="rotate(180,427,410)" x="0" y="0" width="680" height="400" stroke="none">
<animate attributeName="height" from="0" to="400" dur="5s" repeatCount="indefinite" />
</rect>
<polygon
points="283.2,131 87.7,129.1 85.1,911.2 938.9,911.2 938.9,131 740.8,131 740.8,241.3 849,245.4 853.1,807.1
177.1,799.2 181.1,246.6 283.2,245 "
stroke-width="10" />
</svg>

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 478 B

@ -14,6 +14,11 @@ export const reservoir_svg_file: IConfigItem = {
title: '水流颜色',
type: EConfigItemPropsType.Color,
val: '#37cfe7'
},
stroke: {
title: '边框颜色',
type: EConfigItemPropsType.Color,
val: '#000'
}
}
};

Loading…
Cancel
Save