1<shapes name="mxGraph.pid.apparatus_elements"> 2<shape aspect="variable" h="100" name="Manhole" strokewidth="inherit" w="100"> 3 <connections/> 4 <background> 5 <path> 6 <move x="100" y="0"/> 7 <line x="100" y="100"/> 8 <move x="80" y="0"/> 9 <line x="80" y="20"/> 10 <line x="0" y="20"/> 11 <move x="80" y="100"/> 12 <line x="80" y="80"/> 13 <line x="0" y="80"/> 14 </path> 15 </background> 16 <foreground> 17 <stroke/> 18 </foreground> 19</shape> 20<shape aspect="variable" h="40" name="Socket, Connection Nozzle" strokewidth="inherit" w="30"> 21 <connections> 22 <constraint name="E" perimeter="0" x="1" y="0.5"/> 23 </connections> 24 <background> 25 <path> 26 <move x="0" y="20"/> 27 <line x="30" y="20"/> 28 <move x="30" y="0"/> 29 <line x="30" y="40"/> 30 </path> 31 </background> 32 <foreground> 33 <stroke/> 34 </foreground> 35</shape> 36<shape aspect="variable" h="10" name="Support Bracket" strokewidth="inherit" w="10"> 37 <connections/> 38 <background> 39 <path> 40 <move x="10" y="0"/> 41 <line x="0" y="10"/> 42 <line x="10" y="10"/> 43 </path> 44 </background> 45 <foreground> 46 <fillstroke/> 47 </foreground> 48</shape> 49<shape aspect="variable" h="100" name="Support Leg" strokewidth="inherit" w="25"> 50 <connections/> 51 <background> 52 <path> 53 <move x="0" y="0"/> 54 <line x="0" y="100"/> 55 <line x="25" y="100"/> 56 <line x="25" y="0"/> 57 </path> 58 </background> 59 <foreground> 60 <fillstroke/> 61 </foreground> 62</shape> 63<shape aspect="variable" h="25" name="Support Ring" strokewidth="inherit" w="100"> 64 <connections/> 65 <background> 66 <path> 67 <move x="100" y="0"/> 68 <line x="0" y="0"/> 69 <line x="0" y="25"/> 70 <line x="100" y="25"/> 71 </path> 72 </background> 73 <foreground> 74 <fillstroke/> 75 </foreground> 76</shape> 77<shape aspect="variable" h="100" name="Support Skirt" strokewidth="inherit" w="100"> 78 <connections/> 79 <background> 80 <path> 81 <move x="0" y="0"/> 82 <line x="0" y="100"/> 83 <line x="20" y="100"/> 84 <move x="100" y="0"/> 85 <line x="100" y="100"/> 86 <line x="80" y="100"/> 87 </path> 88 </background> 89 <foreground> 90 <fillcolor color="none"/> 91 <stroke/> 92 </foreground> 93</shape> 94</shapes>