1<shapes name="mxGraph.pid.mixers"> 2<shape aspect="variable" h="100" name="In-Line Rotary Mixer" strokewidth="inherit" w="190"> 3 <connections> 4 <constraint name="N" perimeter="0" x="0.25" y="0"/> 5 <constraint name="NE" perimeter="0" x="0.1" y="0"/> 6 <constraint name="S" perimeter="0" x="0.75" y="1"/> 7 </connections> 8 <background> 9 <rect h="100" w="180" x="10" y="0"/> 10 </background> 11 <foreground> 12 <fillstroke/> 13 <path> 14 <move x="0" y="50"/> 15 <line x="190" y="50"/> 16 <move x="20" y="40"/> 17 <line x="20" y="10"/> 18 <line x="85" y="90"/> 19 <line x="85" y="60"/> 20 <move x="100" y="40"/> 21 <line x="100" y="10"/> 22 <line x="165" y="90"/> 23 <line x="165" y="60"/> 24 </path> 25 <stroke/> 26 </foreground> 27</shape> 28<shape aspect="variable" h="100" name="In-Line Static Mixer" strokewidth="inherit" w="100"> 29 <connections> 30 <constraint name="W" perimeter="0" x="0" y="0.5"/> 31 <constraint name="E" perimeter="0" x="1" y="0.5"/> 32 </connections> 33 <background> 34 <rect h="100" w="100" x="0" y="0"/> 35 </background> 36 <foreground> 37 <fillstroke/> 38 <path> 39 <move x="17.5" y="40"/> 40 <line x="17.5" y="10"/> 41 <line x="82.5" y="90"/> 42 <line x="82.5" y="60"/> 43 </path> 44 <stroke/> 45 </foreground> 46</shape> 47<shape aspect="variable" h="100" name="Kneader" strokewidth="inherit" w="170"> 48 <connections> 49 <constraint name="N" perimeter="0" x="0.35" y="0"/> 50 <constraint name="NE" perimeter="0" x="0.1" y="0"/> 51 <constraint name="S" perimeter="0" x="0.85" y="1"/> 52 </connections> 53 <background> 54 <rect h="100" w="160" x="10" y="0"/> 55 </background> 56 <foreground> 57 <fillstroke/> 58 <path> 59 <move x="0" y="50"/> 60 <line x="30" y="50"/> 61 <line x="60" y="30"/> 62 <line x="110" y="70"/> 63 <line x="150" y="50"/> 64 <line x="170" y="50"/> 65 </path> 66 <stroke/> 67 </foreground> 68</shape> 69<shape aspect="variable" h="100" name="Mixing Path" strokewidth="inherit" w="260"> 70 <connections> 71 <constraint name="N" perimeter="0" x="0.2" y="0"/> 72 <constraint name="E" perimeter="0" x="0" y="0.5"/> 73 <constraint name="W" perimeter="0" x="1" y="0.5"/> 74 </connections> 75 <background> 76 <rect h="100" w="260" x="0" y="0"/> 77 </background> 78 <foreground> 79 <fillstroke/> 80 <path> 81 <move x="10" y="40"/> 82 <line x="10" y="10"/> 83 <line x="75" y="90"/> 84 <line x="75" y="60"/> 85 <move x="90" y="40"/> 86 <line x="90" y="10"/> 87 <line x="155" y="90"/> 88 <line x="155" y="60"/> 89 <move x="170" y="40"/> 90 <line x="170" y="10"/> 91 <line x="235" y="90"/> 92 <line x="235" y="60"/> 93 </path> 94 <stroke/> 95 </foreground> 96</shape> 97</shapes>