UI: drain pipe SCADA symbols
This commit is contained in:
parent
fe3ca01846
commit
ef45f19761
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,181 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="400" height="200" fill="none" version="1.1" viewBox="0 0 400 200">
|
||||||
|
<tb:metadata xmlns=""><![CDATA[{
|
||||||
|
"title": "Left elbow drain pipe",
|
||||||
|
"description": "Left elbow drain pipe",
|
||||||
|
"searchTags": [
|
||||||
|
"pipe",
|
||||||
|
"drain"
|
||||||
|
],
|
||||||
|
"widgetSizeX": 2,
|
||||||
|
"widgetSizeY": 1,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"tag": "clickArea",
|
||||||
|
"stateRenderFunction": null,
|
||||||
|
"actions": {
|
||||||
|
"click": {
|
||||||
|
"actionFunction": "ctx.api.callAction(event, 'click');"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "fluid-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.fluidColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "leak",
|
||||||
|
"stateRenderFunction": "var leak = ctx.values.leak;\nif (leak) {\n element.show();\n} else {\n element.hide();\n}",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "pipe-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.pipeColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"behavior": [
|
||||||
|
{
|
||||||
|
"id": "click",
|
||||||
|
"name": "{i18n:scada.symbol.on-click}",
|
||||||
|
"hint": "{i18n:scada.symbol.on-click-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "widgetAction",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": null,
|
||||||
|
"defaultGetValueSettings": null,
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": {
|
||||||
|
"type": "doNothing",
|
||||||
|
"openInSeparateDialog": false,
|
||||||
|
"openInPopover": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "leak",
|
||||||
|
"name": "{i18n:scada.symbol.leak}",
|
||||||
|
"hint": "{i18n:scada.symbol.leak-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "value",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": "{i18n:scada.symbol.leak-present}",
|
||||||
|
"defaultGetValueSettings": {
|
||||||
|
"action": "DO_NOTHING",
|
||||||
|
"defaultValue": false,
|
||||||
|
"executeRpc": {
|
||||||
|
"method": "getState",
|
||||||
|
"requestTimeout": 5000,
|
||||||
|
"requestPersistent": false,
|
||||||
|
"persistentPollingInterval": 1000
|
||||||
|
},
|
||||||
|
"getAttribute": {
|
||||||
|
"key": "state",
|
||||||
|
"scope": null
|
||||||
|
},
|
||||||
|
"getTimeSeries": {
|
||||||
|
"key": "state"
|
||||||
|
},
|
||||||
|
"dataToValue": {
|
||||||
|
"type": "NONE",
|
||||||
|
"compareToValue": true,
|
||||||
|
"dataToValueFunction": "/* Should return boolean value */\nreturn data;"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"id": "fluidColor",
|
||||||
|
"name": "{i18n:scada.symbol.fluid-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#8CAA5C",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "pipeColor",
|
||||||
|
"name": "{i18n:scada.symbol.pipe-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#FFFFFF",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]]></tb:metadata>
|
||||||
|
<g tb:tag="clickArea">
|
||||||
|
<rect x="100" y="64" width="164" height="72" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<rect x="100" y="64" width="164" height="72" fill="url(#paint0_linear_1924_305496)"/>
|
||||||
|
<rect x="101.5" y="65.5" width="161" height="69" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<path d="m264 64v-50h72v50h-72z" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<path d="m264 64v-50h72v50h-72z" fill="url(#paint1_linear_1924_305496)"/>
|
||||||
|
<path d="m265.5 62.5v-47h69v47h-69z" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<rect transform="rotate(-90 251.5 12.5)" x="251.5" y="12.5" width="11" height="97" rx="5.5" fill="#D9D9D9" stroke="#727171" stroke-width="3"/>
|
||||||
|
<path d="m336 64s-1.718 30.518-21.6 50.4c-19.882 19.882-50.4 21.6-50.4 21.6v-72h72z" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<path d="m336 64s-1.718 30.518-21.6 50.4c-19.882 19.882-50.4 21.6-50.4 21.6v-72h72z" fill="url(#paint2_linear_1924_305496)"/>
|
||||||
|
<path d="m265.5 65.5h68.865c-0.087 0.8334-0.222 1.9717-0.428 3.3584-0.464 3.1196-1.287 7.4889-2.723 12.47-2.876 9.9828-8.18 22.316-17.875 32.01-9.694 9.695-22.027 14.999-32.01 17.875-4.982 1.436-9.351 2.259-12.471 2.723-1.386 0.206-2.525 0.341-3.358 0.428v-68.865z" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<ellipse transform="rotate(-90 100 100)" cx="100" cy="100" rx="36" ry="4" fill="#5D5C5C"/>
|
||||||
|
<path d="m76.285 94.5c4-9.2 20-22.333 24.001-24.5 0 0 1.499 18.101 1.499 30.5 0 12.399-1.499 33-1.499 33 0 6.5 1.5 9 3.999 14.5 5.089 11.196 3.5 10.5 12.5 13.5s24 2.5 21.5 11.5-32-8-34-4 16 17 10.5 21.5-17.5-10.5-21.5-10.5-4.5 10.5-10 10.5-7-11.5-16-10.5-12 13-18 17-14-2-14.5-11 20.5-7 20.5-13-39 1.5-45.5-4c-6.5-5.5-0.50001-6.5 6.5-10.5 7-4 38 5.5 39 0s-16.5 0-15-5.5 16.5-2 23-10.5 8-36.5 13-48z" fill="#8CAA5C" tb:tag="fluid-background"/>
|
||||||
|
</g>
|
||||||
|
<g style="display:none" tb:tag="leak">
|
||||||
|
<path d="m246.99 88.724c-0.447 0.4587-0.927 1.092-1.445 1.447-1.445 1.447-3.278 2.5504-5.226 2.8189-0.906 0.0114-1.883-0.0808-2.756-0.244-2.374-0.3533-4.677-0.603-6.98-0.8527-2.058-0.1135-4.361-0.3632-5.704-1.8795 0.136-0.2456 0.169-0.4203 0.305-0.6659-3.324-1.0731-6.348-3.2652-8.751-5.8832-1.66-1.7562-3.047-4.0038-5.187-5.1267-0.737-0.4088-1.507-0.6431-2.173-0.9483-1.157-0.5778-2.21-1.2265-3.128-2.121-0.704-0.5835-1.272-1.4126-1.873-2.0672-1.731-1.8598-3.669-3.5777-5.951-4.9079 0.394 0.7965 0.787 1.593 1.18 2.3895 0 0-0.098 0.524-0.065 0.3493 0.278-0.0384 0.491 0.2726 0.53 0.5509-1.01 0.0824-2.019 0.1648-2.925 0.1763-4.841 0.2702-9.752 0.4367-14.669 0.1503 4.508 1.0234 9.218 1.4518 13.993 1.5309 1.081 0.0212 2.09-0.0613 3.209 0.2382 2.691 0.5933 4.602 2.9388 6.235 5.3226l0.071 0.1036c0.142 0.2073 0.355 0.5182 0.219 0.7639-0.066 0.3493-0.551 0.5296-0.933 0.639-1.981 0.4432-3.89 0.99-5.8 1.5368-2.395 0.7272-4.578 1.7653-7.044 2.3888-2.188 0.5852-4.414 0.8921-6.537 1.1279-1.009 0.0825-1.948 0.2686-2.892 0.0017-1.048-0.1959-1.96-0.6373-2.838-1.2535-1.125-0.7524-2.179-1.4012-3.2-2.2247-5.912-4.6296-21.148-3.4571-26.341-9.0368 1.846 2.6948 3.867 5.4222 5.713 8.1169-4.093-1.3073-8.487-1.4958-12.951-1.7879-1.255-0.0539-2.51-0.1077-3.803-0.4398-1.048-0.1959-2.135-0.67-3.046-1.1115-1.823-0.883-3.614-1.9407-4.646-3.67 0.502 1.1785 1.212 2.2149 1.955 3.0767-0.382 0.1094-0.867 0.2897-1.249 0.3991-3.263 1.0169-6.455 2.1374-9.614 3.0833 1.43 0.0865 2.925-0.1763 4.349-0.5427 1.91-0.5468 3.639-1.5792 5.625-1.5695 2.265-0.0285 4.269 1.34 6.474 2.1137 3.466 1.2804 7.368 1.1963 11.133 1.3578 3.766 0.1616 7.007-0.5296 13.148 0.2188 4.426 0.5394 11.568 1.5556 14.243 3.6823 0.879 0.6161 1.726 1.4069 2.468 2.2687 0.53 0.5509 0.956 1.1728 1.453 1.8983 0.568 0.8291 1.065 1.5546 1.737 2.3128 0.355 0.5182 0.813 0.9654 1.305 1.238 0.562 0.3762 1.364 0.4358 1.992 0.4627 2.232 0.1461 4.464 0.2921 6.696 0.4382-0.349-0.0653-0.873-0.1632-1.223-0.2285-2.794-0.5223-5.485-1.1156-7.734-2.6204-0.491-0.2726-0.95-0.7198-1.13-1.2054-0.071-0.1037-0.142-0.2073-0.039-0.2783-0.147-0.6602 0.469-1.5392 1.064-1.3376 0.654-0.6007 1.8-0.9287 2.564-1.1475 6.046-1.4005 12.162-2.6973 18.175-3.9232 0.661-0.1477 1.321-0.2954 2.123-0.2359 0.802 0.0596 1.397 0.2612 2.063 0.5664 4.973 1.9235 10.158 4.1579 13.969 7.9429 0.071 0.1037 0.142 0.2073 0.213 0.311 0 0-0.103 0.071-0.207 0.142 0.317 0.2399 0.666 0.3052 0.983 0.5451 2.145 1.5759 3.538 4.2764 4.615 6.7369 0.726 2.3722 0.904 3.5502 0.487 4.3342-0.474 0.891-2.078 3.92-4.351 4.252-1.01 0.082-2.483-0.847-2.927-0.711-0.157 0.048-1.591 1.801 0.027 0.649-0.784-0.417-9.773-1.923-15.178-4.922-0.491-0.272-1.053-0.649-1.512-1.096-0.317-0.24-0.53-0.551-0.639-0.933-0.071-0.103-0.038-0.278-6e-3 -0.453 0.033-0.174 0.208-0.142 0.311-0.213 4.643-2.1141 9.919-3.7488 13.142-7.9363-0.278 0.0384-0.382 0.1094-0.66 0.1477-0.104 0.0711-0.279 0.0384-0.486 0.1804-2.706 0.9402-5.297 2.7153-8.009 3.2025-1.217 0.2244-2.505 0.3452-3.612 0.9516-1.418 0.8194-2.547 2.5063-4.075 2.9441-0.764 0.218-1.67 0.23-2.368 0.099-1.921-0.3588-3.848-1.1708-5.802-1.3552-0.977-0.0923-2.09 0.0612-3.067-0.031-0.174-0.0327-0.278 0.0384-0.453 0.0057-2.232-0.146-10.307 0.6727-12.272-0.4176 1.719 0.954 9.342 0.141 10.925 1.3406-2.81 1.0115-5.516 1.9515-8.468 2.7555 2.576-0.242 5.113-0.762 7.612-1.56 1.249-0.399 2.499-0.798 3.786-0.919 2.472-0.17 5.071 1.4 5.242 3.872 0.038 0.278 0.076 0.556-0.06 0.802-0.19 1.501-1.079 2.871-1.864 4.17-2.497 3.691-5.033 7.103-7.776 10.657-2.023 2.604-4.117 5.105-6.883 6.847-0.207 0.142-0.485 0.181-0.627-0.027 0.082 1.01-0.676 1.681-1.576 2.146-0.829 0.568-1.8 0.929-2.7 1.393-0.797 0.393-1.593 0.787-2.39 1.18-3.775 1.825-7.622 3.546-11.577 4.885 2.123-0.236 4.31-0.821 6.318-1.891 1.489-0.716 2.837-1.639 4.294-2.18 1.56-0.612 3.197-0.668 4.757-1.28 0.693-0.322 1.49-0.716 2.254-0.934-0.643 1.506-1.357 2.909-2.001 4.415 0.72-0.949 1.44-1.899 2.16-2.849 0.856-1.196 1.783-2.288 2.71-3.38 2.476-2.61 5.902-4.5 7.99-7.453 0.137-0.246 0.273-0.492 0.409-0.737-0.278 0.038-0.485 0.18-0.764 0.218 0.033-0.174 0.24-0.316 0.273-0.491 1.428-2.806 3.451-5.41 5.513-7.736 1.75-2.113 3.708-4.368 6.278-5.062 0.764-0.219 1.599-0.334 2.362-0.553 0.764-0.218 1.523-0.89 1.757-1.66 3.161 1.947 6.328 4.695 10.049 4.125 2.887-0.454 5.249 1.484 6.683-0.268-1.201 0.367 0.552 1.802 2.537 1.851 1.986 0.049 6.614-6.224 6.651-8.838 4e-3 -2.439-0.898-4.8669-2.383-6.5905-0.071-0.1037-0.071-0.1037-0.142-0.2073 3.661 0.2325 7.498 0.4977 11.258 0.2063 1.113-0.1534 2.297-0.2032 3.301-0.7386 1.516-1.3433 2.71-3.3795 3.8-5.3447z" fill="#5C5A5A"/>
|
||||||
|
<path d="m223.93 110.09c-0.95-0.72-1.344-1.294-2.567-1.522-2.445-0.457-3.381 0.075-5.892-0.033-2.756-0.244-3.944-0.825-6.537-1.942-1.331-0.61-2.56-1.292-3.684-2.044-0.3 1.119-3.052 1.505-4.198 1.833-1.145 0.328-2.433 0.449-3.295 1.192-0.966 0.813-1.369 2.003-2.017 3.057-0.753 1.124-1.822 2.009-2.82 2.997-1.925 2.081-3.042 4.673-3.985 7.299 0.104-0.071 0.104-0.071 0.207-0.142 1.428-2.806 3.452-5.41 5.513-7.736 1.75-2.113 3.708-4.368 6.278-5.062 0.764-0.219 1.599-0.334 2.363-0.553s2.992-0.703 3.226-1.472c3.161 1.946 5.097 3.841 8.819 3.271 2.886-0.454 3.492 0.085 6.39 0.536 0.556-0.077 1.429 0.086 2.199 0.321z" fill="#8B8B8B"/>
|
||||||
|
<path d="m218.39 92.781c-0.279 0.0384-0.382 0.1094-0.66 0.1477-0.104 0.071-0.279 0.0384-0.486 0.1804l-0.104 0.071c-0.654 0.6007-1.309 1.2013-2.209 1.6657-0.622 0.426-1.418 0.8194-2.111 1.1418-2.979 1.4314-6.384 2.241-9.04 4.3651 0.497 0.726 0.994 1.451 1.627 1.931-0.316-0.24-0.529-0.551-0.639-0.933-0.071-0.103-0.038-0.278-5e-3 -0.453 0.032-0.174 0.207-0.142 0.31-0.213 4.889-1.9779 10.094-3.7162 13.317-7.9037z" fill="#8B8B8B"/>
|
||||||
|
<path d="m196 101.87c-0.568-0.829-1.518-1.548-2.533-1.9189-1.015-0.3705-2.27-0.4244-3.389-0.7239-0.175-0.0326-0.278 0.0384-0.453 0.0057-2.232-0.146-9.367 0.6164-11.332-0.4739 1.719 0.954 8.401 0.1973 9.985 1.397-2.81 1.011-5.788 1.87-8.74 2.674 2.576-0.242 5.385-0.68 7.884-1.478 1.249-0.4 2.498-0.799 3.786-0.919 2.472-0.171 5.071 1.399 5.241 3.871 0.039 0.278 0.077 0.557-0.059 0.802 0.201-0.595 0.299-1.119 0.223-1.675-6e-3 -0.453-0.258-1.042-0.613-1.561z" fill="#8B8B8B"/>
|
||||||
|
<path d="m190.09 120.87c-0.944-0.267-2.123 0.236-2.674 0.766-0.998 0.988-1.925 2.08-2.955 3.243-0.895 0.917-1.718 1.938-2.684 2.752-2.449 1.982-5.466 3.135-8.489 3.836 0 0-0.103 0.071-0.174-0.033-3.776 1.825-7.622 3.546-11.578 4.885 2.123-0.235 4.311-0.821 6.319-1.891 1.489-0.716 2.836-1.639 4.293-2.18 1.56-0.612 3.198-0.668 4.758-1.28 0.693-0.322 1.489-0.716 2.253-0.934-0.643 1.506-1.357 2.909-2 4.416 0.72-0.95 1.44-1.9 2.159-2.85 0.856-1.196 1.784-2.288 2.711-3.38 2.721-2.473 5.973-4.396 8.061-7.35z" fill="#8B8B8B"/>
|
||||||
|
<path d="m246.99 88.724c-0.447 0.4586-0.927 1.0919-1.445 1.4469-0.72 0.95-1.407 1.7253-2.514 2.3317-1.315 0.7484-2.843 1.1858-4.234 1.3776-2.505 0.3452-4.982 0.0629-7.46-0.2194-1.152-0.1249-2.336-0.0751-3.269 0.5639 0.175 0.0327 0.175 0.0327 0.35 0.0653-0.071-0.1037-0.071-0.1036-0.142-0.2073 3.662 0.2326 7.498 0.4977 11.258 0.2063 1.113-0.1534 2.297-0.2032 3.301-0.7386 1.871-0.8251 3.065-2.8613 4.155-4.8264z" fill="#8B8B8B"/>
|
||||||
|
<path d="m221.74 89.88c-0.775-0.6872-1.79-1.0577-2.566-1.7448-0.879-0.6162-1.55-1.3743-2.254-1.9578-1.442-0.9924-3.085-1.3898-4.455-2.2785-0.808-0.5125-1.687-1.1287-2.598-1.5702-1.681-0.6757-3.662-0.2325-5.365 0.1723-6.427 1.5098-12.751 2.9487-19.179 4.4586-1.042 0.2571-2.395 0.7271-2.52 1.8787 6e-3 0.4529 0.186 0.9385 0.399 1.2494-0.071-0.1036-0.142-0.2073-0.038-0.2783-0.148-0.6602 0.468-1.5391 1.063-1.3376 0.655-0.6006 1.801-0.9287 2.564-1.1475 6.046-1.4005 12.163-2.6973 18.176-3.9232 0.66-0.1477 1.32-0.2954 2.123-0.2358 0.802 0.0595 1.397 0.2611 2.063 0.5663 4.972 1.9235 10.158 4.1579 13.969 7.943 0.071 0.1036 0.142 0.2072 0.213 0.3109 0 0-0.104 0.071-0.207 0.142 0.316 0.2399 0.666 0.3052 0.982 0.5451-0.71-1.0364-1.42-2.0728-2.37-2.7926z" fill="#8B8B8B"/>
|
||||||
|
<path d="m202.09 73.644c-1.305-1.238-3.226-1.597-5.044-2.0271-0.174-0.0326-0.174-0.0326-0.349-0.0653-4.84 0.2702-9.752 0.4367-14.669 0.1503 4.509 1.0234 9.218 1.4518 13.993 1.5309 1.081 0.0212 2.09-0.0612 3.209 0.2382 2.691 0.5933 4.602 2.9388 6.235 5.3226-0.18-0.4856-0.606-1.1074-0.748-1.3147-0.426-0.6219-0.781-1.1401-1.207-1.762-0.29-0.8675-0.716-1.4894-1.42-2.0729z" fill="#8B8B8B"/>
|
||||||
|
<path d="m192.15 94.682c-0.349-0.0653-0.873-0.1632-1.222-0.2285-0.104 0.071-0.279 0.0383-0.279 0.0383-1.08-0.0212-2.161-0.0424-3.138-0.1346-1.921-0.359-3.262-0.8768-4.534-2.2895-0.672-0.7581-1.382-2.5157-1.95-3.3449-1.633-2.3838-4.364-3.5327-6.581-5.2122-1.971-1.5433-8.279-0.7511-11.049-1.2173-2.771-0.4661-3.371-0.2823-5.407-0.3364-3.263-0.0867-3.209-0.2383-4.814-0.3574-2.128-0.217-4.055-1.029-6.183-1.2461-1.43-0.0865-2.925 0.1763-4.251 0.0188-2.232-0.146-4.269-1.34-6.299-2.081-1.119-0.2995-2.238-0.599-3.318-0.6202-3.263 1.0169-6.455 2.1375-9.614 3.0834 1.43 0.0865 2.925-0.1763 4.349-0.5428 1.91-0.5468 3.639-1.5792 5.625-1.5694 2.265-0.0286 4.269 1.34 6.474 2.1136 3.466 1.2804 7.368 1.1963 11.133 1.3579 3.766 0.1615 6.58-0.174 9.741 1.7724 2.986 1.9137 13.062 0.1541 15.738 2.2808 0.879 0.6162 1.725 1.407 2.468 2.2688 0.529 0.5509 0.955 1.1727 1.452 1.8982 0.568 0.8292 1.065 1.5547 1.737 2.3128 0.355 0.5183 0.814 0.9655 1.305 1.238 0.562 0.3763 1.364 0.4358 1.992 0.4628 2.232 0.146 4.464 0.2921 6.625 0.3345z" fill="#8B8B8B"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1924_305496" x1="142.64" x2="142.44" y1="64" y2="136" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_1924_305496" x1="264" x2="336" y1="51" y2="51.654" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_1924_305496" x1="311" x2="263.66" y1="114" y2="64.321" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".35637"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".4903"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".56651"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".63374"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".75781"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 16 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,178 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="400" height="200" fill="none" version="1.1" viewBox="0 0 400 200">
|
||||||
|
<tb:metadata xmlns=""><![CDATA[{
|
||||||
|
"title": "Right elbow drain pipe",
|
||||||
|
"description": "Right elbow drain pipe",
|
||||||
|
"searchTags": [
|
||||||
|
"pipe",
|
||||||
|
"drain"
|
||||||
|
],
|
||||||
|
"widgetSizeX": 2,
|
||||||
|
"widgetSizeY": 1,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"tag": "clickArea",
|
||||||
|
"stateRenderFunction": null,
|
||||||
|
"actions": {
|
||||||
|
"click": {
|
||||||
|
"actionFunction": "ctx.api.callAction(event, 'click');"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "fluid-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.fluidColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "leak",
|
||||||
|
"stateRenderFunction": "var leak = ctx.values.leak;\nif (leak) {\n element.show();\n} else {\n element.hide();\n}",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "pipe-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.pipeColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"behavior": [
|
||||||
|
{
|
||||||
|
"id": "click",
|
||||||
|
"name": "{i18n:scada.symbol.on-click}",
|
||||||
|
"hint": "{i18n:scada.symbol.on-click-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "widgetAction",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": null,
|
||||||
|
"defaultGetValueSettings": null,
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": {
|
||||||
|
"type": "doNothing",
|
||||||
|
"openInSeparateDialog": false,
|
||||||
|
"openInPopover": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "leak",
|
||||||
|
"name": "{i18n:scada.symbol.leak}",
|
||||||
|
"hint": "{i18n:scada.symbol.leak-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "value",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": "{i18n:scada.symbol.leak-present}",
|
||||||
|
"defaultGetValueSettings": {
|
||||||
|
"action": "DO_NOTHING",
|
||||||
|
"defaultValue": false,
|
||||||
|
"executeRpc": {
|
||||||
|
"method": "getState",
|
||||||
|
"requestTimeout": 5000,
|
||||||
|
"requestPersistent": false,
|
||||||
|
"persistentPollingInterval": 1000
|
||||||
|
},
|
||||||
|
"getAttribute": {
|
||||||
|
"key": "state",
|
||||||
|
"scope": null
|
||||||
|
},
|
||||||
|
"getTimeSeries": {
|
||||||
|
"key": "state"
|
||||||
|
},
|
||||||
|
"dataToValue": {
|
||||||
|
"type": "NONE",
|
||||||
|
"compareToValue": true,
|
||||||
|
"dataToValueFunction": "/* Should return boolean value */\nreturn data;"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"id": "fluidColor",
|
||||||
|
"name": "{i18n:scada.symbol.fluid-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#8CAA5C",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "pipeColor",
|
||||||
|
"name": "{i18n:scada.symbol.pipe-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#FFFFFF",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]]></tb:metadata><g tb:tag="clickArea">
|
||||||
|
<rect x="136" y="64" width="164" height="72" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<rect x="136" y="64" width="164" height="72" fill="url(#paint0_linear_1924_304906)"/>
|
||||||
|
<rect x="137.5" y="65.5" width="161" height="69" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<path d="m64 64v-50h72v50h-72z" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<path d="m64 64v-50h72v50h-72z" fill="url(#paint1_linear_1924_304906)"/>
|
||||||
|
<path d="m65.5 62.5v-47h69v47h-69z" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<rect transform="rotate(-90 51.5 12.5)" x="51.5" y="12.5" width="11" height="97" rx="5.5" fill="#D9D9D9" stroke="#727171" stroke-width="3"/>
|
||||||
|
<path d="m136 136s-30.518-1.718-50.4-21.6-21.6-50.4-21.6-50.4h72v72z" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<path d="m136 136s-30.518-1.718-50.4-21.6-21.6-50.4-21.6-50.4h72v72z" fill="url(#paint2_linear_1924_304906)"/>
|
||||||
|
<path d="m134.5 65.5v68.865c-0.833-0.087-1.972-0.222-3.358-0.428-3.12-0.464-7.489-1.287-12.471-2.723-9.983-2.876-22.316-8.18-32.01-17.875-9.6942-9.694-14.998-22.027-17.875-32.01-1.4355-4.9815-2.2588-9.3508-2.7228-12.47-0.2062-1.3867-0.3412-2.525-0.4273-3.3584h68.865z" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<ellipse transform="rotate(-90 300 100)" cx="300" cy="100" rx="36" ry="4" fill="#5D5C5C"/>
|
||||||
|
<path d="m323 94.5c-4-9.2-20-22.333-24-24.5 0 0-1.5 18.101-1.5 30.5s1.5 33 1.5 33c0 6.5-1.5 9-4 14.5-5.089 11.196-3.5 10.5-12.5 13.5s-24 2.5-21.5 11.5 32-8 34-4-16 17-10.5 21.5 17.5-10.5 21.5-10.5 4.5 10.5 10 10.5 7-11.5 16-10.5 12 13 18 17 14-2 14.5-11-20.5-7-20.5-13 39 1.5 45.5-4 0.5-6.5-6.5-10.5-38 5.5-39 0 16.5 0 15-5.5-16.5-2-23-10.5-8-36.5-13-48z" fill="#8CAA5C" tb:tag="fluid-background"/>
|
||||||
|
</g><g style="display: none;" tb:tag="leak">
|
||||||
|
<path d="m153.01 88.724c0.447 0.4587 0.927 1.092 1.445 1.447 1.445 1.447 3.278 2.5504 5.226 2.8189 0.906 0.0114 1.883-0.0808 2.756-0.244 2.374-0.3533 4.677-0.603 6.98-0.8527 2.058-0.1135 4.361-0.3632 5.704-1.8795-0.136-0.2456-0.169-0.4203-0.305-0.6659 3.324-1.0731 6.348-3.2652 8.751-5.8832 1.66-1.7562 3.047-4.0038 5.187-5.1267 0.737-0.4088 1.507-0.6431 2.173-0.9483 1.157-0.5778 2.21-1.2265 3.128-2.121 0.704-0.5835 1.272-1.4126 1.873-2.0672 1.731-1.8598 3.669-3.5777 5.951-4.9079-0.394 0.7965-0.787 1.593-1.18 2.3895 0 0 0.098 0.524 0.065 0.3493-0.278-0.0384-0.491 0.2726-0.53 0.5509 1.01 0.0824 2.019 0.1648 2.925 0.1763 4.841 0.2702 9.752 0.4367 14.669 0.1503-4.508 1.0234-9.218 1.4518-13.993 1.5309-1.081 0.0212-2.09-0.0613-3.209 0.2382-2.691 0.5933-4.602 2.9388-6.235 5.3226l-0.071 0.1036c-0.142 0.2073-0.355 0.5182-0.219 0.7639 0.066 0.3493 0.551 0.5296 0.933 0.639 1.981 0.4432 3.89 0.99 5.8 1.5368 2.395 0.7272 4.578 1.7653 7.044 2.3888 2.188 0.5852 4.414 0.8921 6.537 1.1279 1.009 0.0825 1.948 0.2686 2.892 0.0017 1.048-0.1959 1.96-0.6373 2.838-1.2535 1.125-0.7524 2.179-1.4012 3.2-2.2247 5.912-4.6296 21.148-3.4571 26.341-9.0368-1.846 2.6948-3.867 5.4222-5.713 8.1169 4.093-1.3073 8.487-1.4958 12.951-1.7879 1.255-0.0539 2.51-0.1077 3.803-0.4398 1.048-0.1959 2.135-0.67 3.046-1.1115 1.823-0.883 3.614-1.9407 4.646-3.67-0.502 1.1785-1.212 2.2149-1.955 3.0767 0.382 0.1094 0.867 0.2897 1.249 0.3991 3.263 1.0169 6.455 2.1374 9.614 3.0833-1.43 0.0865-2.925-0.1763-4.349-0.5427-1.91-0.5468-3.639-1.5792-5.625-1.5695-2.265-0.0285-4.269 1.34-6.474 2.1137-3.466 1.2804-7.368 1.1963-11.133 1.3578-3.766 0.1616-7.007-0.5296-13.148 0.2188-4.426 0.5394-11.568 1.5556-14.243 3.6823-0.879 0.6161-1.726 1.4069-2.468 2.2687-0.53 0.5509-0.956 1.1728-1.453 1.8983-0.568 0.8291-1.065 1.5546-1.737 2.3128-0.355 0.5182-0.813 0.9654-1.305 1.238-0.562 0.3762-1.364 0.4358-1.992 0.4627-2.232 0.1461-4.464 0.2921-6.696 0.4382 0.349-0.0653 0.873-0.1632 1.223-0.2285 2.794-0.5223 5.485-1.1156 7.734-2.6204 0.491-0.2726 0.95-0.7198 1.13-1.2054 0.071-0.1037 0.142-0.2073 0.039-0.2783 0.147-0.6602-0.469-1.5392-1.064-1.3376-0.654-0.6007-1.8-0.9287-2.564-1.1475-6.046-1.4005-12.162-2.6973-18.175-3.9232-0.661-0.1477-1.321-0.2954-2.123-0.2359-0.802 0.0596-1.397 0.2612-2.063 0.5664-4.973 1.9235-10.158 4.1579-13.969 7.9429-0.071 0.1037-0.142 0.2073-0.213 0.311 0 0 0.103 0.071 0.207 0.142-0.317 0.2399-0.666 0.3052-0.983 0.5451-2.145 1.5759-3.538 4.2764-4.615 6.7369-0.726 2.3722-0.904 3.5502-0.487 4.3342 0.474 0.891 2.078 3.92 4.351 4.252 1.01 0.082 2.483-0.847 2.927-0.711 0.157 0.048 1.591 1.801-0.027 0.649 0.784-0.417 9.773-1.923 15.178-4.922 0.491-0.272 1.053-0.649 1.512-1.096 0.317-0.24 0.53-0.551 0.639-0.933 0.071-0.103 0.038-0.278 6e-3 -0.453-0.033-0.174-0.208-0.142-0.311-0.213-4.643-2.1141-9.919-3.7488-13.142-7.9363 0.278 0.0384 0.382 0.1094 0.66 0.1477 0.104 0.0711 0.279 0.0384 0.486 0.1804 2.706 0.9402 5.297 2.7153 8.009 3.2025 1.217 0.2244 2.505 0.3452 3.612 0.9516 1.418 0.8194 2.547 2.5063 4.075 2.9441 0.764 0.218 1.67 0.23 2.368 0.099 1.921-0.3588 3.848-1.1708 5.802-1.3552 0.977-0.0923 2.09 0.0612 3.067-0.031 0.174-0.0327 0.278 0.0384 0.453 0.0057 2.232-0.146 10.307 0.6727 12.272-0.4176-1.719 0.954-9.342 0.141-10.925 1.3406 2.81 1.0115 5.516 1.9515 8.468 2.7555-2.576-0.242-5.113-0.762-7.612-1.56-1.249-0.399-2.499-0.798-3.786-0.919-2.472-0.17-5.071 1.4-5.242 3.872-0.038 0.278-0.076 0.556 0.06 0.802 0.19 1.501 1.079 2.871 1.864 4.17 2.497 3.691 5.033 7.103 7.776 10.657 2.023 2.604 4.117 5.105 6.883 6.847 0.207 0.142 0.485 0.181 0.627-0.027-0.082 1.01 0.676 1.681 1.576 2.146 0.829 0.568 1.8 0.929 2.7 1.393 0.797 0.393 1.593 0.787 2.39 1.18 3.775 1.825 7.622 3.546 11.577 4.885-2.123-0.236-4.31-0.821-6.318-1.891-1.489-0.716-2.837-1.639-4.294-2.18-1.56-0.612-3.197-0.668-4.757-1.28-0.693-0.322-1.49-0.716-2.254-0.934 0.643 1.506 1.357 2.909 2.001 4.415-0.72-0.949-1.44-1.899-2.16-2.849-0.856-1.196-1.783-2.288-2.71-3.38-2.476-2.61-5.902-4.5-7.99-7.453-0.137-0.246-0.273-0.492-0.409-0.737 0.278 0.038 0.485 0.18 0.764 0.218-0.033-0.174-0.24-0.316-0.273-0.491-1.428-2.806-3.451-5.41-5.513-7.736-1.75-2.113-3.708-4.368-6.278-5.062-0.764-0.219-1.599-0.334-2.362-0.553-0.764-0.218-1.523-0.89-1.757-1.66-3.161 1.947-6.328 4.695-10.049 4.125-2.887-0.454-5.249 1.484-6.683-0.268 1.201 0.367-0.552 1.802-2.537 1.851-1.986 0.049-6.614-6.224-6.651-8.838-4e-3 -2.439 0.898-4.8669 2.383-6.5905 0.071-0.1037 0.071-0.1037 0.142-0.2073-3.661 0.2325-7.498 0.4977-11.258 0.2063-1.113-0.1534-2.297-0.2032-3.301-0.7386-1.516-1.3433-2.71-3.3795-3.8-5.3447z" fill="#5C5A5A" style=""/>
|
||||||
|
<path d="m176.07 110.09c0.95-0.72 1.344-1.294 2.567-1.522 2.445-0.457 3.381 0.075 5.892-0.033 2.756-0.244 3.944-0.825 6.537-1.942 1.331-0.61 2.56-1.292 3.684-2.044 0.3 1.119 3.052 1.505 4.198 1.833 1.145 0.328 2.433 0.449 3.295 1.192 0.966 0.813 1.369 2.003 2.017 3.057 0.753 1.124 1.822 2.009 2.82 2.997 1.925 2.081 3.042 4.673 3.985 7.299-0.104-0.071-0.104-0.071-0.207-0.142-1.428-2.806-3.452-5.41-5.513-7.736-1.75-2.113-3.708-4.368-6.278-5.062-0.764-0.219-1.599-0.334-2.363-0.553s-2.992-0.703-3.226-1.472c-3.161 1.946-5.097 3.841-8.819 3.271-2.886-0.454-3.492 0.085-6.39 0.536-0.556-0.077-1.429 0.086-2.199 0.321z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m181.61 92.781c0.279 0.0384 0.382 0.1094 0.66 0.1477 0.104 0.071 0.279 0.0384 0.486 0.1804l0.104 0.071c0.654 0.6007 1.309 1.2013 2.209 1.6657 0.622 0.426 1.418 0.8194 2.111 1.1418 2.979 1.4314 6.384 2.241 9.04 4.3651-0.497 0.726-0.994 1.451-1.627 1.931 0.316-0.24 0.529-0.551 0.639-0.933 0.071-0.103 0.038-0.278 5e-3 -0.453-0.032-0.174-0.207-0.142-0.31-0.213-4.889-1.9779-10.094-3.7162-13.317-7.9037z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m204 101.87c0.568-0.829 1.518-1.548 2.533-1.9189 1.015-0.3705 2.27-0.4244 3.389-0.7239 0.175-0.0326 0.278 0.0384 0.453 0.0057 2.232-0.146 9.367 0.6164 11.332-0.4739-1.719 0.954-8.401 0.1973-9.985 1.397 2.81 1.011 5.788 1.87 8.74 2.674-2.576-0.242-5.385-0.68-7.884-1.478-1.249-0.4-2.498-0.799-3.786-0.919-2.472-0.171-5.071 1.399-5.241 3.871-0.039 0.278-0.077 0.557 0.059 0.802-0.201-0.595-0.299-1.119-0.223-1.675 6e-3 -0.453 0.258-1.042 0.613-1.561z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m153.01 88.724c0.447 0.4586 0.927 1.0919 1.445 1.4469 0.72 0.95 1.407 1.7253 2.514 2.3317 1.315 0.7484 2.843 1.1858 4.234 1.3776 2.505 0.3452 4.982 0.0629 7.46-0.2194 1.152-0.1249 2.336-0.0751 3.269 0.5639-0.175 0.0327-0.175 0.0327-0.35 0.0653 0.071-0.1037 0.071-0.1036 0.142-0.2073-3.662 0.2326-7.498 0.4977-11.258 0.2063-1.113-0.1534-2.297-0.2032-3.301-0.7386-1.871-0.8251-3.065-2.8613-4.155-4.8264z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m178.26 89.88c0.775-0.6872 1.79-1.0577 2.566-1.7448 0.879-0.6162 1.55-1.3743 2.254-1.9578 1.442-0.9924 3.085-1.3898 4.455-2.2785 0.808-0.5125 1.687-1.1287 2.598-1.5702 1.681-0.6757 3.662-0.2325 5.365 0.1723 6.427 1.5098 12.751 2.9487 19.179 4.4586 1.042 0.2571 2.395 0.7271 2.52 1.8787-6e-3 0.4529-0.186 0.9385-0.399 1.2494 0.071-0.1036 0.142-0.2073 0.038-0.2783 0.148-0.6602-0.468-1.5391-1.063-1.3376-0.655-0.6006-1.801-0.9287-2.564-1.1475-6.046-1.4005-12.163-2.6973-18.176-3.9232-0.66-0.1477-1.32-0.2954-2.123-0.2358-0.802 0.0595-1.397 0.2611-2.063 0.5663-4.972 1.9235-10.158 4.1579-13.969 7.943-0.071 0.1036-0.142 0.2072-0.213 0.3109 0 0 0.104 0.071 0.207 0.142-0.316 0.2399-0.666 0.3052-0.982 0.5451 0.71-1.0364 1.42-2.0728 2.37-2.7926z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m197.91 73.644c1.305-1.238 3.226-1.597 5.044-2.0271 0.174-0.0326 0.174-0.0326 0.349-0.0653 4.84 0.2702 9.752 0.4367 14.669 0.1503-4.509 1.0234-9.218 1.4518-13.993 1.5309-1.081 0.0212-2.09-0.0612-3.209 0.2382-2.691 0.5933-4.602 2.9388-6.235 5.3226 0.18-0.4856 0.606-1.1074 0.748-1.3147 0.426-0.6219 0.781-1.1401 1.207-1.762 0.29-0.8675 0.716-1.4894 1.42-2.0729z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m207.85 94.682c0.349-0.0653 0.873-0.1632 1.222-0.2285 0.104 0.071 0.279 0.0383 0.279 0.0383 1.08-0.0212 2.161-0.0424 3.138-0.1346 1.921-0.359 3.262-0.8768 4.534-2.2895 0.672-0.7581 1.382-2.5157 1.95-3.3449 1.633-2.3838 4.364-3.5327 6.581-5.2122 1.971-1.5433 8.279-0.7511 11.049-1.2173 2.771-0.4661 3.371-0.2823 5.407-0.3364 3.263-0.0867 3.209-0.2383 4.814-0.3574 2.128-0.217 4.055-1.029 6.183-1.2461 1.43-0.0865 2.925 0.1763 4.251 0.0188 2.232-0.146 4.269-1.34 6.299-2.081 1.119-0.2995 2.238-0.599 3.318-0.6202 3.263 1.0169 6.455 2.1375 9.614 3.0834-1.43 0.0865-2.925-0.1763-4.349-0.5428-1.91-0.5468-3.639-1.5792-5.625-1.5694-2.265-0.0286-4.269 1.34-6.474 2.1136-3.466 1.2804-7.368 1.1963-11.133 1.3579-3.766 0.1615-6.58-0.174-9.741 1.7724-2.986 1.9137-13.062 0.1541-15.738 2.2808-0.879 0.6162-1.725 1.407-2.468 2.2688-0.529 0.5509-0.955 1.1727-1.452 1.8982-0.568 0.8292-1.065 1.5547-1.737 2.3128-0.355 0.5183-0.814 0.9655-1.305 1.238-0.562 0.3763-1.364 0.4358-1.992 0.4628-2.232 0.146-4.464 0.2921-6.625 0.3345z" fill="#8B8B8B" style=""/>
|
||||||
|
<path d="m209.91 120.87c0.944-0.267 2.123 0.236 2.674 0.766 0.998 0.988 1.925 2.08 2.955 3.243 0.895 0.917 1.718 1.938 2.684 2.752 2.449 1.982 5.466 3.135 8.489 3.836 0 0 0.103 0.071 0.174-0.033 3.776 1.825 7.622 3.546 11.578 4.885-2.123-0.235-4.311-0.821-6.319-1.891-1.489-0.716-2.836-1.639-4.293-2.18-1.56-0.612-3.198-0.668-4.758-1.28-0.693-0.322-1.489-0.716-2.253-0.934 0.643 1.506 1.357 2.909 2 4.416-0.72-0.95-1.44-1.9-2.159-2.85-0.856-1.196-1.784-2.288-2.711-3.38-2.721-2.473-5.973-4.396-8.061-7.35z" fill="#8B8B8B" style=""/>
|
||||||
|
</g><defs>
|
||||||
|
<linearGradient id="paint0_linear_1924_304906" x1="178.64" x2="178.44" y1="64" y2="136" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_1924_304906" x1="64" x2="136" y1="51" y2="51.654" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_1924_304906" x1="86" x2="135.68" y1="111" y2="63.663" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".35637"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".4903"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".56651"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".63374"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".75781"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,160 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="200" height="200" fill="none" version="1.1" viewBox="0 0 200 200">
|
||||||
|
<tb:metadata><![CDATA[{
|
||||||
|
"title": "Short left drain pipe",
|
||||||
|
"description": "Short left drain pipe",
|
||||||
|
"searchTags": [
|
||||||
|
"pipe",
|
||||||
|
"drain"
|
||||||
|
],
|
||||||
|
"widgetSizeX": 1,
|
||||||
|
"widgetSizeY": 1,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"tag": "clickArea",
|
||||||
|
"stateRenderFunction": null,
|
||||||
|
"actions": {
|
||||||
|
"click": {
|
||||||
|
"actionFunction": "ctx.api.callAction(event, 'click');"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "fluid-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.fluidColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "leak",
|
||||||
|
"stateRenderFunction": "var leak = ctx.values.leak;\nif (leak) {\n element.show();\n} else {\n element.hide();\n}",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "pipe-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.pipeColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"behavior": [
|
||||||
|
{
|
||||||
|
"id": "click",
|
||||||
|
"name": "{i18n:scada.symbol.on-click}",
|
||||||
|
"hint": "{i18n:scada.symbol.on-click-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "widgetAction",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": null,
|
||||||
|
"defaultGetValueSettings": null,
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": {
|
||||||
|
"type": "doNothing",
|
||||||
|
"openInSeparateDialog": false,
|
||||||
|
"openInPopover": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "leak",
|
||||||
|
"name": "{i18n:scada.symbol.leak}",
|
||||||
|
"hint": "{i18n:scada.symbol.leak-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "value",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": "{i18n:scada.symbol.leak-present}",
|
||||||
|
"defaultGetValueSettings": {
|
||||||
|
"action": "DO_NOTHING",
|
||||||
|
"defaultValue": false,
|
||||||
|
"executeRpc": {
|
||||||
|
"method": "getState",
|
||||||
|
"requestTimeout": 5000,
|
||||||
|
"requestPersistent": false,
|
||||||
|
"persistentPollingInterval": 1000
|
||||||
|
},
|
||||||
|
"getAttribute": {
|
||||||
|
"key": "state",
|
||||||
|
"scope": null
|
||||||
|
},
|
||||||
|
"getTimeSeries": {
|
||||||
|
"key": "state"
|
||||||
|
},
|
||||||
|
"dataToValue": {
|
||||||
|
"type": "NONE",
|
||||||
|
"compareToValue": true,
|
||||||
|
"dataToValueFunction": "/* Should return boolean value */\nreturn data;"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"id": "fluidColor",
|
||||||
|
"name": "{i18n:scada.symbol.fluid-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#8CAA5C",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "pipeColor",
|
||||||
|
"name": "{i18n:scada.symbol.pipe-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#FFFFFF",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]]></tb:metadata>
|
||||||
|
<g clip-path="url(#clip0_1924_305497)" tb:tag="clickArea">
|
||||||
|
<rect x="101" y="64" width="85" height="72" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<rect x="101" y="64" width="85" height="72" fill="url(#paint0_linear_1924_305497)"/>
|
||||||
|
<rect x="102.5" y="65.5" width="82" height="69" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<rect x="187.5" y="51.5" width="11.07" height="97" rx="5.5352" fill="#D9D9D9" stroke="#727171" stroke-width="3"/>
|
||||||
|
<ellipse transform="rotate(-90 100 100)" cx="100" cy="100" rx="36" ry="4" fill="#5D5C5C"/>
|
||||||
|
<path d="m76.285 94.5c4-9.2 20-22.333 24.001-24.5 0 0 1.499 18.101 1.499 30.5 0 12.399-1.499 33-1.499 33 0 6.5 1.5 9 3.999 14.5 5.089 11.196 3.5 10.5 12.5 13.5s24 2.5 21.5 11.5-32-8-34-4 16 17 10.5 21.5-17.5-10.5-21.5-10.5-4.5 10.5-10 10.5-7-11.5-16-10.5-12 13-18 17-14-2-14.5-11 20.5-7 20.5-13-39 1.5-45.5-4c-6.5-5.5-0.50001-6.5 6.5-10.5 7-4 38 5.5 39 0s-16.5 0-15-5.5 16.5-2 23-10.5 8-36.5 13-48z" fill="#8CAA5C" tb:tag="fluid-background"/>
|
||||||
|
<g style="display:none" tb:tag="leak">
|
||||||
|
<path d="m110.95 127.83c0.101-0.428 0.159-0.97 0.338-1.362 0.338-1.362 1.025-2.66 2.076-3.507 0.528-0.327 1.136-0.619 1.707-0.832 1.521-0.632 2.964-1.3 4.406-1.969 1.25-0.661 2.693-1.329 4.019-0.913 7e-3 0.193 0.05 0.307 0.057 0.5 2.334-0.546 4.888-0.327 7.228 0.362 1.597 0.446 3.208 1.276 4.864 1.179 0.578-0.02 1.114-0.155 1.613-0.211 0.885-0.07 1.734-0.061 2.59 0.14 0.621 0.094 1.248 0.381 1.833 0.553 1.676 0.481 3.424 0.806 5.237 0.78-0.514-0.329-1.027-0.658-1.54-0.987 0 0-0.128-0.343-0.085-0.229-0.15 0.121-0.386 0.014-0.507-0.136 0.565-0.406 1.129-0.812 1.658-1.139 2.751-1.872 5.58-3.708 8.573-5.28-3.014 0.994-5.935 2.409-8.771 4.052-0.643 0.37-1.207 0.776-1.971 0.996-1.792 0.603-3.746-0.1-5.55-0.924l-0.078-0.035c-0.157-0.072-0.393-0.18-0.399-0.372-0.086-0.229 0.136-0.507 0.322-0.706 1.008-0.962 1.937-1.959 2.867-2.956 1.151-1.276 2.067-2.658 3.296-3.898 1.08-1.118 2.281-2.087 3.445-2.976 0.565-0.406 1.051-0.848 1.7-1.025 0.686-0.256 1.378-0.319 2.113-0.267 0.928 0.044 1.777 0.053 2.669 0.176 5.115 0.63 13.659-5.451 18.687-4.008 1.277 0.273 2.776 0 1.277-1.727-2.001-1.4995-2-1.9996-2-4.9996 0.757-0.4125-2-3.5-2-5-0.5-1 0.377-0.9415 1.069-1.0045 1.385-0.1259 2.812-0.1376 4.031 0.5139-0.713-0.5151-1.497-0.8733-2.239-1.1172 0.186-0.1995 0.408-0.4774 0.594-0.6769 1.559-1.7526 3.039-3.5411 4.562-5.2153-0.872 0.4552-1.658 1.1388-2.366 1.8583-0.929 0.9973-1.581 2.2164-2.752 2.9136-1.322 0.8183-2.984 0.7225-4.555 1.048-2.491 0.4736 3.492 6.84 1.221 8.0776-2.272 1.2375-3.933 2.7911-7.809 4.5241-2.794 1.249-7.353 3.179-9.679 2.875-0.735-0.051-1.513-0.216-2.254-0.46-0.507-0.137-0.977-0.352-1.526-0.603-0.628-0.286-1.177-0.537-1.84-0.745-0.392-0.179-0.82-0.28-1.206-0.266-0.463-0.022-0.956 0.226-1.335 0.433l-4.092 2.112c0.228-0.085 0.571-0.213 0.799-0.299 1.828-0.681 3.621-1.285 5.476-1.196 0.385-0.013 0.813 0.087 1.091 0.309 0.078 0.036 0.157 0.072 0.121 0.15 0.321 0.336 0.269 1.071-0.152 1.163-0.172 0.585-0.73 1.183-1.102 1.582-3.059 2.963-6.197 5.891-9.299 8.739-0.336 0.321-0.672 0.641-1.165 0.89s-0.914 0.341-1.414 0.397c-3.604 0.629-7.444 1.15-11.025 0.273-0.078-0.036-0.157-0.072-0.235-0.107 0 0 0.035-0.079 0.071-0.157-0.271-0.029-0.499 0.056-0.77 0.027-1.82-0.167-3.595-1.262-5.098-2.328-1.267-1.138-1.788-1.768-1.821-2.377-0.036-0.691-0.165-3.04 1.054-4.04 0.565-0.406 1.76-0.38 1.973-0.617 0.075-0.084 0.298-1.622-0.246-0.372 0.609-0.033 6.428-2.328 10.667-2.478 0.386-0.013 0.849 9e-3 1.277 0.11 0.271 0.029 0.507 0.136 0.706 0.322 0.079 0.036 0.121 0.15 0.164 0.264 0.043 0.115-0.072 0.157-0.108 0.236-1.981 2.886-4.505 5.715-4.919 9.318 0.15-0.122 0.186-0.2 0.336-0.321 0.036-0.078 0.15-0.121 0.222-0.278 1.259-1.51 2.154-3.471 3.576-4.717 0.637-0.563 1.351-1.09 1.788-1.838 0.544-0.984 0.611-2.375 1.354-3.173 0.372-0.399 0.901-0.727 1.358-0.897 1.256-0.469 2.677-0.673 3.891-1.256 0.607-0.292 1.207-0.776 1.814-1.067 0.115-0.043 0.15-0.121 0.265-0.164 1.364-0.704 5.823-4.0432 7.364-4.0975-1.348 0.0475-5.543 3.2235-6.899 3.0775 1.295-1.5885 2.553-3.099 4.005-4.6164-1.429 1.0536-2.737 2.2572-3.924 3.6109-0.594 0.6765-1.187 1.3535-1.902 1.8805-1.393 0.975-3.477 0.971-4.452-0.422-0.121-0.15-0.242-0.3-0.249-0.493-0.419-0.9496-0.381-2.0698-0.38-3.1117 0.163-3.0539 0.446-5.9577 0.802-9.0184 0.268-2.2473 0.614-4.4588 1.624-6.4622 0.071-0.1568 0.222-0.2779 0.378-0.2062-0.405-0.5645-0.197-1.2278 0.168-1.8194 0.286-0.6274 0.73-1.1832 1.095-1.7749 0.329-0.5132 0.658-1.0264 0.987-1.5396 1.575-2.4091 3.227-4.7824 5.079-6.9698-1.164 0.8899-2.244 2.0083-3.046 3.3485-0.622 0.9479-1.088 1.9675-1.753 2.8012-0.701 0.9122-1.644 1.5242-2.345 2.4363-0.293 0.4348-0.622 0.948-0.994 1.3469-0.155-1.1135-0.232-2.1911-0.387-3.3046-0.087 0.8133-0.174 1.6267-0.261 2.44-0.08 1.006-0.239 1.9762-0.398 2.9464-0.532 2.411-1.878 4.7349-2.061 7.2107l0.021 0.5781c0.15-0.1211 0.221-0.2779 0.371-0.399 0.043 0.1143-0.029 0.2711 0.014 0.3854 0.153 2.1553-0.115 4.4026-0.504 6.4999-0.282 1.862-0.635 3.8808-1.9 5.1984-0.372 0.399-0.822 0.762-1.194 1.161s-0.58 1.062-0.445 1.598c-2.548-0.026-5.383-0.521-7.37 1.131-1.536 1.288-3.611 0.984-3.835 2.523 0.577-0.642-0.961-0.865-2.147-0.191-1.185 0.674-1.686 6-0.783 7.55 0.861 1.436 2.251 2.545 3.734 3.033 0.078 0.035 0.078 0.035 0.157 0.071-2.236 1.159-4.586 2.361-6.693 3.863-0.601 0.484-1.28 0.933-1.68 1.603-0.417 1.326-0.398 2.946-0.344 4.487z" fill="#5C5A5A"/>
|
||||||
|
<path d="m116.94 107.1c0.813 0.088 1.248 0.285 2.048-0.013 1.6-0.597 1.962-1.241 3.476-2.066 1.707-0.832 2.611-0.911 4.531-1.171 1-0.113 1.963-0.147 2.891-0.102-0.22-0.764 1.261-1.965 1.819-2.564 0.558-0.598 1.272-1.125 1.516-1.8665 0.28-0.8201 0.096-1.6625 0.105-2.5116 0.044-0.9276 0.36-1.8262 0.597-2.7606 0.396-1.9045 0.135-3.8246-0.24-5.702-0.035 0.0784-0.035 0.0784-0.071 0.1569 0.153 2.1553-0.115 4.4026-0.504 6.4999-0.282 1.8619-0.635 3.8808-1.901 5.1989-0.371 0.399-0.822 0.762-1.193 1.161-0.372 0.399-1.511 1.472-1.376 2.007-2.548-0.026-4.357-0.455-6.344 1.197-1.537 1.289-2.083 1.186-3.947 1.947-0.3 0.242-0.871 0.455-1.407 0.589z" fill="#8B8B8B"/>
|
||||||
|
<path d="m126.33 115.32c0.15-0.121 0.186-0.2 0.336-0.321 0.036-0.078 0.15-0.121 0.222-0.278 0.036-0.078 0.036-0.078 0.036-0.078 0.172-0.585 0.344-1.17 0.709-1.762 0.215-0.47 0.544-0.983 0.838-1.418 1.245-1.896 2.96-3.577 3.771-5.766-0.549-0.251-1.098-0.502-1.641-0.56 0.272 0.029 0.507 0.137 0.706 0.323 0.079 0.035 0.121 0.15 0.164 0.264s-0.072 0.157-0.108 0.235c-2.174 2.893-4.62 5.758-5.033 9.361z" fill="#8B8B8B"/>
|
||||||
|
<path d="m136.28 102.05c0.627 0.287 1.44 0.374 2.168 0.232 0.729-0.141 1.486-0.554 2.25-0.773 0.114-0.043 0.15-0.122 0.264-0.164 1.364-0.704 5.29-3.6776 6.832-3.7319-1.349 0.0475-5.011 2.8569-6.366 2.7119 1.294-1.5887 2.741-3.1474 4.193-4.6647-1.429 1.0535-2.926 2.3052-4.113 3.6589-0.594 0.6769-1.187 1.3538-1.902 1.8808-1.393 0.975-3.477 0.971-4.452-0.422-0.121-0.15-0.242-0.3-0.248-0.493 0.092 0.421 0.219 0.764 0.461 1.064 0.164 0.264 0.52 0.522 0.913 0.701z" fill="#8B8B8B"/>
|
||||||
|
<path d="m133.03 88.789c0.65-0.1773 1.165-0.8899 1.302-1.3963 0.237-0.9344 0.396-1.9046 0.59-2.9533 0.201-0.8559 0.324-1.7477 0.604-2.5678 0.739-2.0324 2.105-3.7782 3.635-5.2598 0 0 0.035-0.0784 0.114-0.0426 1.574-2.4091 3.227-4.7824 5.079-6.9698-1.165 0.8899-2.244 2.0083-3.046 3.3484-0.623 0.948-1.088 1.9676-1.753 2.8013-0.701 0.9121-1.644 1.5241-2.345 2.4363-0.294 0.4347-0.623 0.9479-0.995 1.3469-0.155-1.1135-0.231-2.1912-0.386-3.3047-0.087 0.8134-0.174 1.6267-0.261 2.4401-0.081 1.006-0.239 1.9762-0.398 2.9464-0.725 2.4177-1.957 4.699-2.14 7.1749z" fill="#8B8B8B"/>
|
||||||
|
<path d="m110.95 127.83c0.101-0.427 0.159-0.97 0.338-1.362 0.087-0.813 0.217-1.512 0.653-2.261 0.509-0.905 1.252-1.703 2.002-2.308 1.351-1.09 2.908-1.8 4.465-2.511 0.721-0.334 1.4-0.783 1.722-1.488-0.114 0.042-0.114 0.042-0.228 0.085 0.078 0.036 0.078 0.036 0.157 0.071-2.236 1.16-4.586 2.361-6.694 3.863-0.6 0.484-1.279 0.933-1.679 1.603-0.809 1.147-0.79 2.767-0.736 4.308z" fill="#8B8B8B"/>
|
||||||
|
<path d="m125.38 118.21c0.699 0.13 1.427-0.011 2.126 0.118 0.735 0.052 1.399 0.26 2.019 0.354 1.199 0.073 2.306-0.274 3.426-0.237 0.656 0.016 1.391 0.067 2.084 4e-3 1.227-0.198 2.235-1.159 3.093-2 3.245-3.162 6.455-6.246 9.7-9.409 0.522-0.52 1.152-1.275 0.817-1.996-0.163-0.265-0.441-0.486-0.676-0.594 0.078 0.036 0.157 0.072 0.121 0.15 0.32 0.336 0.269 1.071-0.152 1.163-0.173 0.585-0.73 1.183-1.102 1.582-3.06 2.963-6.197 5.891-9.3 8.739-0.335 0.321-0.671 0.641-1.164 0.89s-0.914 0.341-1.414 0.397c-3.605 0.629-7.445 1.15-11.025 0.273-0.079-0.036-0.157-0.072-0.236-0.107 0 0 0.036-0.079 0.072-0.157-0.271-0.029-0.5 0.056-0.771 0.027 0.785 0.358 1.569 0.716 2.382 0.803z" fill="#8B8B8B"/>
|
||||||
|
<path d="m142.68 120.8c1.206 0.266 2.462-0.202 3.683-0.593 0.114-0.042 0.114-0.042 0.229-0.085 2.75-1.872 5.58-3.708 8.572-5.279-3.013 0.993-5.934 2.408-8.77 4.051-0.643 0.37-1.207 0.776-1.971 0.996-1.792 0.603-3.746-0.1-5.55-0.923 0.278 0.221 0.748 0.436 0.905 0.508 0.471 0.215 0.863 0.394 1.333 0.609 0.478 0.407 0.948 0.622 1.569 0.716z" fill="#8B8B8B"/>
|
||||||
|
<path d="m141.08 104.92c0.229-0.085 0.572-0.213 0.8-0.298 0.036-0.079 0.15-0.121 0.15-0.121 0.643-0.37 1.286-0.74 1.893-1.032 1.257-0.468 2.229-0.639 3.477-0.258 0.663 0.208 1.703 0.99 2.33 1.277 1.804 0.824 3.817 0.533 5.715 0.736 1.705 0.21 5.134-2.488 6.928-3.195 1.794-0.706 2.082-1.027 3.298-1.715 1.95-1.1037 1.972-0.9957 2.957-1.4934 1.329-0.6256 1.99-0.7126 2.49-2.2126 0-2-2.501-4.493-2.501-6.5 0.867-1.1428 1.494-0.5121 2.95-0.795 0.764-0.2198 1.528-0.4397 2.171-0.8096 1.559-1.7526 3.039-3.5411 4.562-5.2153-0.871 0.4552-1.657 1.1388-2.365 1.8583-0.93 0.9973-1.581 2.2164-2.753 2.9136-1.321 0.8183-2.984 0.7225-4.554 1.0479-2.492 0.4737 3.316 7.4351 1.044 8.6727-2.271 1.2376-3.808 2.4304-6.355 2.4044-2.433-0.068-7.736 4.533-10.062 4.229-0.735-0.052-1.512-0.217-2.254-0.461-0.506-0.137-0.977-0.351-1.526-0.602-0.627-0.287-1.176-0.538-1.84-0.746-0.392-0.179-0.82-0.279-1.205-0.266-0.464-0.022-0.957 0.227-1.335 0.433-1.365 0.704-2.729 1.408-4.015 2.148z" fill="#8B8B8B"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1924_305497" x1="123.1" x2="122.72" y1="64" y2="136" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_1924_305497">
|
||||||
|
<rect width="200" height="200" fill="#fff"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,160 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:tb="https://thingsboard.io/svg" width="200" height="200" fill="none" version="1.1" viewBox="0 0 200 200">
|
||||||
|
<tb:metadata><![CDATA[{
|
||||||
|
"title": "Short right drain pipe",
|
||||||
|
"description": "Short right drain pipe",
|
||||||
|
"searchTags": [
|
||||||
|
"pipe",
|
||||||
|
"drain"
|
||||||
|
],
|
||||||
|
"widgetSizeX": 1,
|
||||||
|
"widgetSizeY": 1,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"tag": "clickArea",
|
||||||
|
"stateRenderFunction": null,
|
||||||
|
"actions": {
|
||||||
|
"click": {
|
||||||
|
"actionFunction": "ctx.api.callAction(event, 'click');"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "fluid-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.fluidColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "leak",
|
||||||
|
"stateRenderFunction": "var leak = ctx.values.leak;\nif (leak) {\n element.show();\n} else {\n element.hide();\n}",
|
||||||
|
"actions": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "pipe-background",
|
||||||
|
"stateRenderFunction": "var color = ctx.properties.pipeColor;\nelement.attr({fill: color});",
|
||||||
|
"actions": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"behavior": [
|
||||||
|
{
|
||||||
|
"id": "click",
|
||||||
|
"name": "{i18n:scada.symbol.on-click}",
|
||||||
|
"hint": "{i18n:scada.symbol.on-click-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "widgetAction",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": null,
|
||||||
|
"defaultGetValueSettings": null,
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": {
|
||||||
|
"type": "doNothing",
|
||||||
|
"openInSeparateDialog": false,
|
||||||
|
"openInPopover": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "leak",
|
||||||
|
"name": "{i18n:scada.symbol.leak}",
|
||||||
|
"hint": "{i18n:scada.symbol.leak-hint}",
|
||||||
|
"group": null,
|
||||||
|
"type": "value",
|
||||||
|
"valueType": "BOOLEAN",
|
||||||
|
"trueLabel": null,
|
||||||
|
"falseLabel": null,
|
||||||
|
"stateLabel": "{i18n:scada.symbol.leak-present}",
|
||||||
|
"defaultGetValueSettings": {
|
||||||
|
"action": "DO_NOTHING",
|
||||||
|
"defaultValue": false,
|
||||||
|
"executeRpc": {
|
||||||
|
"method": "getState",
|
||||||
|
"requestTimeout": 5000,
|
||||||
|
"requestPersistent": false,
|
||||||
|
"persistentPollingInterval": 1000
|
||||||
|
},
|
||||||
|
"getAttribute": {
|
||||||
|
"key": "state",
|
||||||
|
"scope": null
|
||||||
|
},
|
||||||
|
"getTimeSeries": {
|
||||||
|
"key": "state"
|
||||||
|
},
|
||||||
|
"dataToValue": {
|
||||||
|
"type": "NONE",
|
||||||
|
"compareToValue": true,
|
||||||
|
"dataToValueFunction": "/* Should return boolean value */\nreturn data;"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultSetValueSettings": null,
|
||||||
|
"defaultWidgetActionSettings": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"id": "fluidColor",
|
||||||
|
"name": "{i18n:scada.symbol.fluid-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#8CAA5C",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "pipeColor",
|
||||||
|
"name": "{i18n:scada.symbol.pipe-color}",
|
||||||
|
"type": "color",
|
||||||
|
"default": "#FFFFFF",
|
||||||
|
"required": null,
|
||||||
|
"subLabel": null,
|
||||||
|
"divider": null,
|
||||||
|
"fieldSuffix": null,
|
||||||
|
"disableOnProperty": null,
|
||||||
|
"rowClass": "",
|
||||||
|
"fieldClass": "",
|
||||||
|
"min": null,
|
||||||
|
"max": null,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]]></tb:metadata>
|
||||||
|
<g clip-path="url(#clip0_1924_305417)" tb:tag="clickArea">
|
||||||
|
<rect x="14" y="64" width="86" height="72" fill="#fff" tb:tag="pipe-background"/>
|
||||||
|
<rect x="14" y="64" width="86" height="72" fill="url(#paint0_linear_1924_305417)"/>
|
||||||
|
<rect x="15.5" y="65.5" width="83" height="69" stroke="#000" stroke-opacity=".12" stroke-width="3"/>
|
||||||
|
<rect x="1.5" y="51.5" width="11" height="97" rx="5.5" fill="#D9D9D9" stroke="#727171" stroke-width="3"/>
|
||||||
|
<ellipse transform="rotate(-90 100 100)" cx="100" cy="100" rx="36" ry="4" fill="#5D5C5C"/>
|
||||||
|
<path d="m123 94.5c-4-9.2-20-22.333-24-24.5 0 0-1.4995 18.101-1.4995 30.5 0 12.399 1.4995 33 1.4995 33 0 6.5-1.5 9-3.9998 14.5-5.0887 11.196-3.4999 10.5-12.5 13.5s-24 2.5-21.5 11.5 32-8 34-4-16 17-10.5 21.5 17.5-10.5 21.5-10.5 4.5 10.5 10 10.5 7-11.5 16-10.5 12 13 18 17 14-2 14.5-11-20.5-7-20.5-13 39 1.5 45.5-4 0.5-6.5-6.5-10.5-38 5.5-39 0 16.5 0 15-5.5-16.5-2-23-10.5-8-36.5-13-48z" fill="#8CAA5C" tb:tag="fluid-background"/>
|
||||||
|
<g style="display:none" tb:tag="leak">
|
||||||
|
<path d="m89.054 127.83c-0.1006-0.428-0.1587-0.97-0.3378-1.362-0.3378-1.362-1.0252-2.66-2.0757-3.507-0.5286-0.327-1.1357-0.619-1.707-0.832-1.521-0.632-2.9637-1.3-4.4064-1.969-1.2499-0.661-2.6926-1.329-4.0191-0.913-0.0068 0.193-0.0494 0.307-0.0562 0.5-2.3344-0.546-4.8887-0.327-7.228 0.362-1.5977 0.446-3.2089 1.276-4.8646 1.179-0.5781-0.02-1.1135-0.155-1.6131-0.211-0.885-0.07-1.7341-0.061-2.5901 0.14-0.6206 0.094-1.2481 0.381-1.8329 0.553-1.6761 0.481-3.4238 0.806-5.2364 0.78l1.5396-0.987s0.1278-0.343 0.0852-0.229c0.1501 0.121 0.3854 0.014 0.5064-0.136-0.5644-0.406-1.1289-0.812-1.6576-1.139-2.7506-1.872-5.5798-3.708-8.5725-5.28 3.0131 0.994 5.9342 2.409 8.7702 4.052 0.6429 0.37 1.2073 0.776 1.9713 0.996 1.7922 0.603 3.7461-0.1 5.55-0.924l0.0785-0.035c0.1568-0.072 0.3921-0.18 0.3989-0.372 0.0852-0.229-0.1365-0.507-0.3224-0.706-1.0079-0.962-1.9373-1.959-2.8668-2.956-1.1511-1.276-2.067-2.658-3.2966-3.898-1.0796-1.118-2.2801-2.087-3.4449-2.976-0.5644-0.406-1.0505-0.848-1.7002-1.025-0.6855-0.256-1.3778-0.319-2.1127-0.267-0.9276 0.044-1.7767 0.053-2.6685 0.176-5.1153 0.63-13.66-5.451-18.688-4.008-1.2766 0.273-2.7759 0-1.2764-1.727 2.0004-1.4995 1.9997-1.9996 1.9997-4.9996-0.7572-0.4125 2-3.5 2-5 0.5-1-0.3767-0.9415-1.069-1.0045-1.3845-0.1259-2.8118-0.1376-4.0308 0.5139 0.7126-0.5151 1.497-0.8733 2.2387-1.1172-0.1859-0.1995-0.4077-0.4774-0.5935-0.6769-1.5588-1.7526-3.0392-3.5411-4.5621-5.2153 0.8714 0.4552 1.6576 1.1388 2.3653 1.8583 0.9295 0.9973 1.581 2.2164 2.7526 2.9136 1.3216 0.8183 2.9841 0.7225 4.5546 1.048 2.4912 0.4736-3.4917 6.84-1.2203 8.0776 2.2714 1.2375 3.9327 2.7911 7.8089 4.5241 2.7935 1.249 7.3531 3.179 9.6789 2.875 0.7349-0.051 1.5124-0.216 2.2541-0.46 0.5064-0.137 0.977-0.352 1.526-0.603 0.6275-0.286 1.1765-0.537 1.8398-0.745 0.3921-0.179 0.8201-0.28 1.2055-0.266 0.4638-0.022 0.9566 0.226 1.3351 0.433 1.3643 0.704 2.7285 1.408 4.0927 2.112-0.2285-0.085-0.5712-0.213-0.7997-0.299-1.8281-0.681-3.6203-1.285-5.4754-1.196-0.3854-0.013-0.8134 0.087-1.0913 0.309-0.0784 0.036-0.1568 0.072-0.121 0.15-0.3205 0.336-0.2693 1.071 0.1519 1.163 0.1723 0.585 0.73 1.183 1.1018 1.582 3.0595 2.963 6.1974 5.891 9.2995 8.739 0.336 0.321 0.6719 0.641 1.1648 0.89 0.4928 0.249 0.914 0.341 1.4136 0.397 3.6047 0.629 7.4448 1.15 11.025 0.273 0.0785-0.036 0.1569-0.072 0.2353-0.107 0 0-0.0358-0.079-0.0716-0.157 0.2711-0.029 0.4996 0.056 0.7707 0.027 1.8194-0.167 3.5943-1.262 5.098-2.328 1.2661-1.138 1.7877-1.768 1.8202-2.377 0.0368-0.691 0.1656-3.04-1.0539-4.04-0.5644-0.406-1.7596-0.38-1.9726-0.617-0.0752-0.084-0.2984-1.622 0.2454-0.372-0.6088-0.033-6.4278-2.328-10.667-2.478-0.3853-0.013-0.8491 9e-3 -1.2771 0.11-0.2711 0.029-0.5064 0.136-0.7059 0.322-0.0784 0.036-0.121 0.15-0.1636 0.264-0.0426 0.115 0.0716 0.157 0.1074 0.236 1.9819 2.886 4.5059 5.715 4.9191 9.318-0.15-0.122-0.1859-0.2-0.3359-0.321-0.0358-0.078-0.1501-0.121-0.2217-0.278-1.2587-1.51-2.1542-3.471-3.5764-4.717-0.6362-0.563-1.3507-1.09-1.7873-1.838-0.5441-0.984-0.6109-2.375-1.3544-3.173-0.3718-0.399-0.9004-0.727-1.3575-0.897-1.2567-0.469-2.6771-0.673-3.8913-1.256-0.6071-0.292-1.2073-0.776-1.8144-1.067-0.1143-0.043-0.1501-0.121-0.2643-0.164-1.3642-0.704-5.8232-4.0432-7.3647-4.0975 1.3488 0.0475 5.5435 3.2235 6.899 3.0775-1.2944-1.5885-2.5531-3.099-4.0044-4.6164 1.4291 1.0536 2.7371 2.2572 3.9241 3.6109 0.5935 0.6765 1.187 1.3535 1.9015 1.8805 1.3933 0.975 3.477 0.971 4.4521-0.422 0.121-0.15 0.2421-0.3 0.2489-0.493 0.4193-0.9496 0.3816-2.0698 0.3797-3.1117-0.1625-3.0539-0.446-5.9577-0.8011-9.0184-0.2681-2.2473-0.6146-4.4588-1.6243-6.4622-0.0717-0.1568-0.2218-0.2779-0.3786-0.2062 0.4057-0.5645 0.1976-1.2278-0.1674-1.8194-0.2866-0.6274-0.73-1.1832-1.095-1.7749-0.3292-0.5132-0.6583-1.0264-0.9875-1.5396-1.5742-2.4091-3.2269-4.7824-5.079-6.9698 1.1647 0.8899 2.2443 2.0083 3.0459 3.3485 0.6225 0.9479 1.0882 1.9675 1.7533 2.8012 0.701 0.9122 1.644 1.5242 2.345 2.4363 0.2933 0.4348 0.6225 0.948 0.9943 1.3469 0.155-1.1135 0.2315-2.1911 0.3865-3.3046 0.0871 0.8133 0.1742 1.6267 0.2613 2.44 0.0803 1.006 0.239 1.9762 0.3978 2.9464 0.5323 2.411 1.8781 4.7349 2.0609 7.2107l-0.0204 0.5781c-0.15-0.1211-0.2217-0.2779-0.3717-0.399-0.0427 0.1143 0.029 0.2711-0.0136 0.3854-0.1531 2.1553 0.1149 4.4026 0.504 6.4999 0.2817 1.862 0.635 3.8808 1.9004 5.1984 0.3718 0.399 0.822 0.762 1.1938 1.161 0.3717 0.399 0.5799 1.062 0.4452 1.598 2.5475-0.026 5.3825-0.521 7.3692 1.131 1.5366 1.288 3.6117 0.984 3.8349 2.523-0.5763-0.642 0.962-0.865 2.1472-0.191 1.1851 0.674 1.6866 6 0.7832 7.55-0.8609 1.436-2.2504 2.545-3.7338 3.033-0.0785 0.035-0.0785 0.035-0.1569 0.071 2.2356 1.159 4.5855 2.361 6.6933 3.863 0.6003 0.484 1.279 0.933 1.6798 1.603 0.4163 1.326 0.3978 2.946 0.3434 4.487z" fill="#5C5A5A"/>
|
||||||
|
<path d="m83.058 107.1c-0.8133 0.088-1.2484 0.285-2.0481-0.013-1.5995-0.597-1.9619-1.241-3.4762-2.066-1.707-0.832-2.611-0.911-4.531-1.171-0.9992-0.113-1.9627-0.147-2.8902-0.102 0.2198-0.764-1.2619-1.965-1.8196-2.564-0.5576-0.598-1.2722-1.125-1.5161-1.8665-0.2798-0.8201-0.0958-1.6625-0.1044-2.5116-0.0445-0.9276-0.3601-1.8262-0.5973-2.7606-0.3959-1.9045-0.1353-3.8246 0.2395-5.702 0.0359 0.0784 0.0359 0.0784 0.0717 0.1569-0.1531 2.1553 0.1149 4.4026 0.504 6.4999 0.2817 1.8619 0.635 3.8808 1.9004 5.1989 0.3718 0.399 0.822 0.762 1.1938 1.161 0.3717 0.399 1.5107 1.472 1.3761 2.007 2.5474-0.026 4.3568-0.455 6.3435 1.197 1.5366 1.289 2.0832 1.186 3.9471 1.947 0.3001 0.242 0.8714 0.455 1.4068 0.589z" fill="#8B8B8B"/>
|
||||||
|
<path d="m73.673 115.32c-0.1501-0.121-0.1859-0.2-0.336-0.321-0.0358-0.078-0.15-0.121-0.2217-0.278l-0.0358-0.078c-0.1723-0.585-0.3446-1.17-0.7096-1.762-0.2149-0.47-0.5441-0.983-0.8375-1.418-1.245-1.896-2.9607-3.577-3.7709-5.766 0.549-0.251 1.098-0.502 1.6402-0.56-0.2711 0.029-0.5064 0.137-0.7059 0.323-0.0784 0.035-0.121 0.15-0.1636 0.264s0.0716 0.157 0.1074 0.235c2.1746 2.893 4.6202 5.758 5.0334 9.361z" fill="#8B8B8B"/>
|
||||||
|
<path d="m63.723 102.05c-0.6274 0.287-1.4407 0.374-2.1689 0.232-0.7281-0.141-1.4852-0.554-2.2492-0.773-0.1142-0.043-0.15-0.122-0.2643-0.164-1.3642-0.704-5.2902-3.6776-6.8317-3.7319 1.3488 0.0475 5.0105 2.8569 6.366 2.7119-1.2944-1.5887-2.7417-3.1474-4.193-4.6647 1.429 1.0535 2.9258 2.3052 4.1127 3.6589 0.5935 0.6769 1.187 1.3538 1.9016 1.8808 1.3932 0.975 3.4769 0.971 4.452-0.422 0.1211-0.15 0.2421-0.3 0.2489-0.493-0.092 0.421-0.2198 0.764-0.4619 1.064-0.1637 0.264-0.52 0.522-0.9122 0.701z" fill="#8B8B8B"/>
|
||||||
|
<path d="m66.97 88.789c-0.6496-0.1773-1.1647-0.8899-1.3012-1.3963-0.2372-0.9344-0.3959-1.9046-0.5904-2.9533-0.2014-0.8559-0.3243-1.7477-0.6041-2.5678-0.7386-2.0324-2.1047-3.7782-3.6344-5.2598 0 0-0.0359-0.0784-0.1143-0.0426-1.5742-2.4091-3.2269-4.7824-5.079-6.9698 1.1647 0.8899 2.2443 2.0083 3.0459 3.3484 0.6225 0.948 1.0882 1.9676 1.7533 2.8013 0.701 0.9121 1.644 1.5241 2.345 2.4363 0.2933 0.4347 0.6225 0.9479 0.9943 1.3469 0.155-1.1135 0.2315-2.1912 0.3865-3.3047 0.0871 0.8134 0.1742 1.6267 0.2613 2.4401 0.0803 1.006 0.239 1.9762 0.3978 2.9464 0.725 2.4177 1.9565 4.699 2.1393 7.1749z" fill="#8B8B8B"/>
|
||||||
|
<path d="m89.054 127.83c-0.1007-0.427-0.1587-0.97-0.3378-1.362-0.0871-0.813-0.2168-1.512-0.6535-2.261-0.5082-0.905-1.2518-1.703-2.0022-2.308-1.3506-1.09-2.9075-1.8-4.4644-2.511-0.7213-0.334-1.4001-0.783-1.7224-1.488 0.1142 0.042 0.1142 0.042 0.2285 0.085-0.0785 0.036-0.0785 0.036-0.1569 0.071 2.2356 1.16 4.5855 2.361 6.6933 3.863 0.6003 0.484 1.279 0.933 1.6798 1.603 0.8084 1.147 0.7899 2.767 0.7356 4.308z" fill="#8B8B8B"/>
|
||||||
|
<path d="m74.616 118.21c-0.6991 0.13-1.4272-0.011-2.1263 0.118-0.7349 0.052-1.3982 0.26-2.0188 0.354-1.1987 0.073-2.3054-0.274-3.4257-0.237-0.6565 0.016-1.3914 0.067-2.0837 4e-3 -1.2277-0.198-2.2356-1.159-3.0934-2-3.2454-3.162-6.4549-6.246-9.7003-9.409-0.5219-0.52-1.1512-1.275-0.8171-1.996 0.1637-0.265 0.4416-0.486 0.6769-0.594-0.0785 0.036-0.1569 0.072-0.1211 0.15-0.3205 0.336-0.2692 1.071 0.1519 1.163 0.1724 0.585 0.73 1.183 1.1018 1.582 3.0595 2.963 6.1974 5.891 9.2995 8.739 0.336 0.321 0.672 0.641 1.1648 0.89s0.914 0.341 1.4136 0.397c3.6048 0.629 7.4448 1.15 11.026 0.273 0.0784-0.036 0.1568-0.072 0.2353-0.107 0 0-0.0359-0.079-0.0717-0.157 0.2711-0.029 0.4996 0.056 0.7707 0.027-0.7843 0.358-1.5686 0.716-2.3819 0.803z" fill="#8B8B8B"/>
|
||||||
|
<path d="m57.315 120.8c-1.2055 0.266-2.4623-0.202-3.6832-0.593-0.1143-0.042-0.1143-0.042-0.2285-0.085-2.7507-1.872-5.5798-3.708-8.5726-5.279 3.0131 0.993 5.9343 2.408 8.7702 4.051 0.6429 0.37 1.2073 0.776 1.9713 0.996 1.7922 0.603 3.7461-0.1 5.55-0.923-0.2779 0.221-0.7484 0.436-0.9053 0.508-0.4706 0.215-0.8627 0.394-1.3333 0.609-0.4774 0.407-0.948 0.622-1.5686 0.716z" fill="#8B8B8B"/>
|
||||||
|
<path d="m58.918 104.92c-0.2285-0.085-0.5712-0.213-0.7997-0.298-0.0359-0.079-0.1501-0.121-0.1501-0.121-0.6429-0.37-1.2858-0.74-1.8929-1.032-1.2567-0.468-2.2286-0.639-3.4767-0.258-0.6633 0.208-1.7027 0.99-2.3302 1.277-1.8039 0.824-3.8166 0.533-5.7144 0.736-1.7051 0.21-5.1345-2.488-6.9285-3.195-1.794-0.706-2.0821-1.027-3.2985-1.715-1.9491-1.1037-1.9713-0.9957-2.9569-1.4934-1.3284-0.6256-1.9891-0.7126-2.4891-2.2126 0-2 2.5003-4.493 2.5003-6.5-0.8664-1.1428-1.4939-0.5121-2.9501-0.795-0.7639-0.2198-1.5279-0.4397-2.1708-0.8096-1.5587-1.7526-3.0391-3.5411-4.562-5.2153 0.8714 0.4552 1.6575 1.1388 2.3653 1.8583 0.9295 0.9973 1.581 2.2164 2.7526 2.9136 1.3216 0.8183 2.9841 0.7225 4.5545 1.0479 2.4913 0.4737-3.3159 7.4351-1.0444 8.6727 2.2714 1.2376 3.8077 2.4304 6.3551 2.4044 2.4333-0.068 7.736 4.533 10.062 4.229 0.7349-0.052 1.5125-0.217 2.2542-0.461 0.5064-0.137 0.9769-0.351 1.526-0.602 0.6274-0.287 1.1764-0.538 1.8397-0.746 0.3921-0.179 0.8201-0.279 1.2055-0.266 0.4638-0.022 0.9566 0.227 1.3352 0.433 1.3642 0.704 2.7284 1.408 4.0142 2.148z" fill="#8B8B8B"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1924_305417" x1="36.36" x2="35.98" y1="64" y2="136" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#727171" offset="0"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".26388"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".41759"/>
|
||||||
|
<stop stop-color="#fff" stop-opacity="0" offset=".49829"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".1" offset=".58094"/>
|
||||||
|
<stop stop-color="#727171" stop-opacity=".35" offset=".71855"/>
|
||||||
|
<stop stop-color="#727171" offset="1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_1924_305417">
|
||||||
|
<rect width="200" height="200" fill="#fff"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
@ -43,6 +43,12 @@
|
|||||||
"vertical_ball_valve",
|
"vertical_ball_valve",
|
||||||
"horizontal_tank_with_screen",
|
"horizontal_tank_with_screen",
|
||||||
"vertical_tank_with_level",
|
"vertical_tank_with_level",
|
||||||
"level_and_fan"
|
"level_and_fan",
|
||||||
|
"right_elbow_drain_pipe",
|
||||||
|
"left_elbow_drain_pipe",
|
||||||
|
"left_drain_pipe",
|
||||||
|
"right_drain_pipe",
|
||||||
|
"short_left_drain_pipe",
|
||||||
|
"short_right_drain_pipe"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user