123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849 |
- <shapes name="mxGraph.arrows">
- <shape name="Arrow Down" h="97.5" w="70" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <path>
- <move x="20" y="0"/>
- <line x="20" y="59"/>
- <line x="0" y="59"/>
- <line x="35" y="97.5"/>
- <line x="70" y="59"/>
- <line x="50" y="59"/>
- <line x="50" y="0"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Arrow Left" h="70" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="97.5" y="20"/>
- <line x="38.5" y="20"/>
- <line x="38.5" y="0"/>
- <line x="0" y="35"/>
- <line x="38.5" y="70"/>
- <line x="38.5" y="50"/>
- <line x="97.5" y="50"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Arrow Right" h="70" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="0" y="20"/>
- <line x="59" y="20"/>
- <line x="59" y="0"/>
- <line x="97.5" y="35"/>
- <line x="59" y="70"/>
- <line x="59" y="50"/>
- <line x="0" y="50"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Arrow Up" h="97.5" w="70" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <path>
- <move x="20" y="97.5"/>
- <line x="20" y="38.5"/>
- <line x="0" y="38.5"/>
- <line x="35" y="0"/>
- <line x="70" y="38.5"/>
- <line x="50" y="38.5"/>
- <line x="50" y="97.5"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Bent Left Arrow" h="97" w="97.01" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.85" y="1" perimeter="0" name="S"/>
- <constraint x="0" y="0.29" perimeter="0" name="W"/>
- </connections>
- <background>
- <path>
- <move x="68" y="97"/>
- <line x="68" y="48"/>
- <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="63" y="43"/>
- <line x="38" y="43"/>
- <line x="38" y="56"/>
- <line x="0" y="28"/>
- <line x="38" y="0"/>
- <line x="38" y="13"/>
- <line x="63" y="13"/>
- <arc rx="35" ry="35" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="97" y="48"/>
- <line x="97" y="97"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Bent Right Arrow" h="97" w="97.01" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.15" y="1" perimeter="0" name="S"/>
- <constraint x="1" y="0.29" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="29.01" y="97"/>
- <line x="29.01" y="48"/>
- <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="34.01" y="43"/>
- <line x="59.01" y="43"/>
- <line x="59.01" y="56"/>
- <line x="97.01" y="28"/>
- <line x="59.01" y="0"/>
- <line x="59.01" y="13"/>
- <line x="34.01" y="13"/>
- <arc rx="35" ry="35" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="0.01" y="48"/>
- <line x="0.01" y="97"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Bent Up Arrow" h="83.5" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.71" y="0" perimeter="0" name="N"/>
- <constraint x="0" y="0.82" perimeter="0" name="W"/>
- </connections>
- <background>
- <path>
- <move x="0" y="53.5"/>
- <line x="54" y="53.5"/>
- <line x="54" y="23.5"/>
- <line x="42" y="23.5"/>
- <line x="69" y="0"/>
- <line x="97" y="23.5"/>
- <line x="84" y="23.5"/>
- <line x="84" y="83.5"/>
- <line x="0" y="83.5"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Callout Double Arrow" h="97.5" w="50" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <path>
- <move x="15" y="24"/>
- <line x="15" y="19"/>
- <line x="6" y="19"/>
- <line x="25" y="0"/>
- <line x="44" y="19"/>
- <line x="35" y="19"/>
- <line x="35" y="24"/>
- <line x="50" y="24"/>
- <line x="50" y="74"/>
- <line x="35" y="74"/>
- <line x="35" y="79"/>
- <line x="44" y="79"/>
- <line x="25" y="97.5"/>
- <line x="6" y="79"/>
- <line x="15" y="79"/>
- <line x="15" y="74"/>
- <line x="0" y="74"/>
- <line x="0" y="24"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Callout Quad Arrow" h="97" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="38.5" y="23.5"/>
- <line x="38.5" y="18.5"/>
- <line x="29.5" y="18.5"/>
- <line x="48.5" y="0"/>
- <line x="67.5" y="18.5"/>
- <line x="58.5" y="18.5"/>
- <line x="58.5" y="23.5"/>
- <line x="73.5" y="23.5"/>
- <line x="73.5" y="38.5"/>
- <line x="78.5" y="38.5"/>
- <line x="78.5" y="29.5"/>
- <line x="97" y="48.5"/>
- <line x="78.5" y="67.5"/>
- <line x="78.5" y="58.5"/>
- <line x="73.5" y="58.5"/>
- <line x="73.5" y="73.5"/>
- <line x="58.5" y="73.5"/>
- <line x="58.5" y="78.5"/>
- <line x="67.5" y="78.5"/>
- <line x="48.5" y="97"/>
- <line x="29.5" y="78.5"/>
- <line x="38.5" y="78.5"/>
- <line x="38.5" y="73.5"/>
- <line x="23.5" y="73.5"/>
- <line x="23.5" y="58.5"/>
- <line x="18.5" y="58.5"/>
- <line x="18.5" y="67.5"/>
- <line x="0" y="48.5"/>
- <line x="18.5" y="29.5"/>
- <line x="18.5" y="38.5"/>
- <line x="23.5" y="38.5"/>
- <line x="23.5" y="23.5"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Callout Up Arrow" h="98" w="60" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- </connections>
- <background>
- <path>
- <move x="20" y="39"/>
- <line x="20" y="19"/>
- <line x="11" y="19"/>
- <line x="30" y="0"/>
- <line x="49" y="19"/>
- <line x="40" y="19"/>
- <line x="40" y="39"/>
- <line x="60" y="39"/>
- <line x="60" y="98"/>
- <line x="0" y="98"/>
- <line x="0" y="39"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Chevron Arrow" h="60" w="96" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.31" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="30" y="30"/>
- <line x="0" y="0"/>
- <line x="66" y="0"/>
- <line x="96" y="30"/>
- <line x="66" y="60"/>
- <line x="0" y="60"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Circular Arrow" h="69.5" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.12" y="0.64" perimeter="0" name="SW"/>
- <constraint x="0.794" y="1" perimeter="0" name="SE"/>
- </connections>
- <background>
- <path>
- <move x="0" y="44.5"/>
- <arc rx="44.5" ry="44.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="89" y="44.5"/>
- <line x="97" y="44.5"/>
- <line x="77" y="69.5"/>
- <line x="57" y="44.5"/>
- <line x="65" y="44.5"/>
- <arc rx="20.5" ry="20.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="24" y="44.5"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Jump-in Arrow 1" h="99.41" w="96" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.024" perimeter="0" name="NW"/>
- <constraint x="0.657" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <linejoin join="round"/>
- <path>
- <move x="30" y="60.41"/>
- <line x="48" y="60.41"/>
- <arc rx="60" ry="60" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="0" y="2.41"/>
- <arc rx="75" ry="75" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="78" y="60.41"/>
- <line x="96" y="60.41"/>
- <line x="63" y="99.41"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Jump-in Arrow 2" h="99.41" w="96" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="1" y="0.024" perimeter="0" name="NE"/>
- <constraint x="0.343" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <linejoin join="round"/>
- <path>
- <move x="66" y="60.41"/>
- <line x="48" y="60.41"/>
- <arc rx="60" ry="60" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="96" y="2.41"/>
- <arc rx="75" ry="75" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="18" y="60.41"/>
- <line x="0" y="60.41"/>
- <line x="33" y="99.41"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Left and Up Arrow" h="96.5" w="96.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.71" perimeter="0" name="W"/>
- <constraint x="0.71" y="0" perimeter="0" name="N"/>
- </connections>
- <background>
- <path>
- <move x="23.5" y="53.5"/>
- <line x="53.5" y="53.5"/>
- <line x="53.5" y="23.5"/>
- <line x="41.5" y="23.5"/>
- <line x="68.5" y="0"/>
- <line x="96.5" y="23.5"/>
- <line x="83.5" y="23.5"/>
- <line x="83.5" y="83.5"/>
- <line x="23.5" y="83.5"/>
- <line x="23.5" y="96.5"/>
- <line x="0" y="68.5"/>
- <line x="23.5" y="41.5"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Left Sharp Edged Head Arrow" h="60" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="97.5" y="20"/>
- <line x="18.5" y="20"/>
- <line x="30.5" y="0"/>
- <line x="18.5" y="0"/>
- <line x="0" y="30"/>
- <line x="18.5" y="60"/>
- <line x="30.5" y="60"/>
- <line x="18.5" y="40"/>
- <line x="97.5" y="40"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Notched Signal-in Arrow" h="30" w="96.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.13" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="0" y="0"/>
- <line x="83" y="0"/>
- <line x="96.5" y="15"/>
- <line x="83" y="30"/>
- <line x="0" y="30"/>
- <line x="13" y="15"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Quad Arrow" h="97.5" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="39" y="39"/>
- <line x="39" y="19"/>
- <line x="30" y="19"/>
- <line x="49" y="0"/>
- <line x="68" y="19"/>
- <line x="59" y="19"/>
- <line x="59" y="39"/>
- <line x="79" y="39"/>
- <line x="79" y="30"/>
- <line x="97.5" y="49"/>
- <line x="79" y="68"/>
- <line x="79" y="59"/>
- <line x="59" y="59"/>
- <line x="59" y="79"/>
- <line x="68" y="79"/>
- <line x="49" y="97.5"/>
- <line x="30" y="79"/>
- <line x="39" y="79"/>
- <line x="39" y="59"/>
- <line x="19" y="59"/>
- <line x="19" y="68"/>
- <line x="0" y="49"/>
- <line x="19" y="30"/>
- <line x="19" y="39"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Right Notched Arrow" h="70" w="96.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.13" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="0" y="20"/>
- <line x="58" y="20"/>
- <line x="58" y="0"/>
- <line x="96.5" y="35"/>
- <line x="58" y="70"/>
- <line x="58" y="50"/>
- <line x="0" y="50"/>
- <line x="13" y="35"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Sharp Edged Arrow" h="60" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="97.5" y="20"/>
- <line x="18.5" y="20"/>
- <line x="27.5" y="5"/>
- <line x="18.5" y="0"/>
- <line x="0" y="30"/>
- <line x="18.5" y="60"/>
- <line x="27.5" y="55"/>
- <line x="18.5" y="40"/>
- <line x="97.5" y="40"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Signal-in Arrow" h="30" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="0" y="0"/>
- <line x="84" y="0"/>
- <line x="97.5" y="15"/>
- <line x="84" y="30"/>
- <line x="0" y="30"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Slender Left Arrow" h="60" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="97.5" y="20"/>
- <line x="18.5" y="20"/>
- <line x="18.5" y="0"/>
- <line x="0" y="30"/>
- <line x="18.5" y="60"/>
- <line x="18.5" y="40"/>
- <line x="97.5" y="40"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Slender Two Way Arrow" h="60" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="78.5" y="20"/>
- <line x="18.5" y="20"/>
- <line x="18.5" y="0"/>
- <line x="0" y="30"/>
- <line x="18.5" y="60"/>
- <line x="18.5" y="40"/>
- <line x="78.5" y="40"/>
- <line x="78.5" y="60"/>
- <line x="97.5" y="30"/>
- <line x="78.5" y="0"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Slender Wide Tailed Arrow" h="60" w="96.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="0.8" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="58.5" y="20"/>
- <line x="18.5" y="20"/>
- <line x="18.5" y="0"/>
- <line x="0" y="30"/>
- <line x="18.5" y="60"/>
- <line x="18.5" y="40"/>
- <line x="58.5" y="40"/>
- <line x="73.5" y="60"/>
- <line x="96.5" y="60"/>
- <line x="76.5" y="30"/>
- <line x="96.5" y="0"/>
- <line x="73.5" y="0"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Striped Arrow" h="70" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="24" y="20"/>
- <line x="59" y="20"/>
- <line x="59" y="0"/>
- <line x="97.5" y="35"/>
- <line x="59" y="70"/>
- <line x="59" y="50"/>
- <line x="24" y="50"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- <rect x="8" y="20" w="12" h="30"/>
- <fillstroke/>
- <rect x="0" y="20" w="4" h="30"/>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Stylised Notched Arrow" h="60" w="96.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.13" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <miterlimit limit="8"/>
- <path>
- <move x="0" y="5"/>
- <line x="68" y="20"/>
- <line x="58" y="0"/>
- <line x="96.5" y="30"/>
- <line x="58" y="60"/>
- <line x="68" y="45"/>
- <line x="0" y="55"/>
- <line x="13" y="30"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Triad Arrow" h="68" w="97.5" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.72" perimeter="0" name="W"/>
- <constraint x="1" y="0.72" perimeter="0" name="E"/>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- </connections>
- <background>
- <path>
- <move x="39" y="39"/>
- <line x="39" y="19"/>
- <line x="30" y="19"/>
- <line x="49" y="0"/>
- <line x="68" y="19"/>
- <line x="59" y="19"/>
- <line x="59" y="39"/>
- <line x="79" y="39"/>
- <line x="79" y="30"/>
- <line x="97.5" y="49"/>
- <line x="79" y="68"/>
- <line x="79" y="59"/>
- <line x="39" y="59"/>
- <line x="19" y="59"/>
- <line x="19" y="68"/>
- <line x="0" y="49"/>
- <line x="19" y="30"/>
- <line x="19" y="39"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Two Way Arrow Horizontal" h="60" w="96" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.5" perimeter="0" name="W"/>
- <constraint x="1" y="0.5" perimeter="0" name="E"/>
- </connections>
- <background>
- <path>
- <move x="63" y="15"/>
- <line x="63" y="0"/>
- <line x="96" y="30"/>
- <line x="63" y="60"/>
- <line x="63" y="45"/>
- <line x="33" y="45"/>
- <line x="33" y="60"/>
- <line x="0" y="30"/>
- <line x="33" y="0"/>
- <line x="33" y="15"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="Two Way Arrow Vertical" h="96" w="60" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.5" y="0" perimeter="0" name="N"/>
- <constraint x="0.5" y="1" perimeter="0" name="S"/>
- </connections>
- <background>
- <path>
- <move x="15" y="63"/>
- <line x="0" y="63"/>
- <line x="30" y="96"/>
- <line x="60" y="63"/>
- <line x="45" y="63"/>
- <line x="45" y="33"/>
- <line x="60" y="33"/>
- <line x="30" y="0"/>
- <line x="0" y="33"/>
- <line x="15" y="33"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="U Turn Arrow" h="98" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.12" y="1" perimeter="0" name="SW"/>
- <constraint x="0.792" y="0.71" perimeter="0" name="SE"/>
- </connections>
- <background>
- <path>
- <move x="0" y="44.5"/>
- <arc rx="44.5" ry="44.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="89" y="44.5"/>
- <line x="97" y="44.5"/>
- <line x="77" y="69.5"/>
- <line x="57" y="44.5"/>
- <line x="65" y="44.5"/>
- <arc rx="20.5" ry="20.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="24" y="44.83"/>
- <line x="24" y="98"/>
- <line x="0" y="98"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="U Turn Down Arrow" h="62" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.91" y="1" perimeter="0" name="SE"/>
- <constraint x="0.237" y="1" perimeter="0" name="SW"/>
- </connections>
- <background>
- <path>
- <move x="97" y="62"/>
- <line x="97" y="32"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="33" y="32"/>
- <line x="46" y="32"/>
- <line x="23" y="62"/>
- <line x="0" y="32"/>
- <line x="13" y="32"/>
- <arc rx="32" ry="32" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="45" y="0"/>
- <line x="65" y="0"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="53" y="3"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="78" y="32"/>
- <line x="78" y="62"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="U Turn Left Arrow" h="97.07" w="62.23" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0" y="0.76" perimeter="0" name="SW"/>
- <constraint x="0" y="0.1" perimeter="0" name="NW"/>
- </connections>
- <background>
- <path>
- <move x="0" y="0.19"/>
- <line x="30" y="0.07"/>
- <arc rx="30" ry="30" x-axis-rotation="-90.22" large-arc-flag="0" sweep-flag="1" x="30.25" y="64.07"/>
- <line x="30.2" y="51.07"/>
- <line x="0.29" y="74.19"/>
- <line x="30.37" y="97.07"/>
- <line x="30.32" y="84.07"/>
- <arc rx="32" ry="32" x-axis-rotation="-90.22" large-arc-flag="0" sweep-flag="0" x="62.2" y="51.95"/>
- <line x="62.13" y="31.95"/>
- <arc rx="30" ry="30" x-axis-rotation="-90.22" large-arc-flag="0" sweep-flag="1" x="59.17" y="43.96"/>
- <arc rx="30" ry="30" x-axis-rotation="-90.22" large-arc-flag="0" sweep-flag="0" x="30.08" y="19.07"/>
- <line x="0.08" y="19.19"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="U Turn Right Arrow" h="97.07" w="62.23" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="1" y="0.76" perimeter="0" name="SW"/>
- <constraint x="1" y="0.1" perimeter="0" name="NW"/>
- </connections>
- <background>
- <path>
- <move x="62.23" y="0.19"/>
- <line x="32.23" y="0.07"/>
- <arc rx="30" ry="30" x-axis-rotation="-89.78" large-arc-flag="0" sweep-flag="0" x="31.99" y="64.07"/>
- <line x="32.03" y="51.07"/>
- <line x="61.95" y="74.19"/>
- <line x="31.86" y="97.07"/>
- <line x="31.91" y="84.07"/>
- <arc rx="32" ry="32" x-axis-rotation="-89.78" large-arc-flag="0" sweep-flag="1" x="0.03" y="51.95"/>
- <line x="0.11" y="31.95"/>
- <arc rx="30" ry="30" x-axis-rotation="-89.78" large-arc-flag="0" sweep-flag="0" x="3.06" y="43.96"/>
- <arc rx="30" ry="30" x-axis-rotation="-89.78" large-arc-flag="0" sweep-flag="1" x="32.16" y="19.07"/>
- <line x="62.16" y="19.19"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- <shape name="U Turn Up Arrow" h="62" w="97" aspect="variable" strokewidth="inherit">
- <connections>
- <constraint x="0.91" y="0" perimeter="0" name="NE"/>
- <constraint x="0.237" y="0" perimeter="0" name="NW"/>
- </connections>
- <background>
- <path>
- <move x="97" y="0"/>
- <line x="97" y="30"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="33" y="30"/>
- <line x="46" y="30"/>
- <line x="23" y="0"/>
- <line x="0" y="30"/>
- <line x="13" y="30"/>
- <arc rx="32" ry="32" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="45" y="62"/>
- <line x="65" y="62"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="53" y="59"/>
- <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="78" y="30"/>
- <line x="78" y="0"/>
- <close/>
- </path>
- </background>
- <foreground>
- <fillstroke/>
- </foreground>
- </shape>
- </shapes>
|