Built motion from commit 67e5df37.|2.0.63
[motion2.git] / public / assets / plugins / square / stencils / general.xml
1 <shapes>
2 <shape name="and" w="50" strokewidth="inherit">
3         <background>
4                 <path>
5                         <move x="0" y="0"/>
6                         <line x="50" y="50"/>
7                         <line x="0" y="100"/>
8                         <close/>
9                 </path>
10         </background>
11         <foreground>
12                 <fillstroke/>
13         </foreground>
14 </shape>
15 <shape name="or" strokewidth="inherit">
16         <connections>
17                 <constraint x="0" y="0.25" perimeter="0"/>
18                 <constraint x="0" y="0.5" perimeter="0"/>
19                 <constraint x="0" y="0.75" perimeter="0"/>
20                 <constraint x="1" y="0.5" perimeter="0"/>
21                 <constraint x="0.7" y="0.1" perimeter="0"/>
22                 <constraint x="0.7" y="0.9" perimeter="0"/>
23         </connections>
24         <background>
25                 <path>
26                         <move x="0" y="0"/>
27                         <quad x1="100" y1="0" x2="100" y2="50"/>
28                         <quad x1="100" y1="100" x2="0" y2="100"/>
29                         <close/>
30                 </path>
31         </background>
32         <foreground>
33                 <fillstroke/>
34         </foreground>
35 </shape>
36 <shape name="xor" strokewidth="inherit">
37         <connections>
38                 <constraint x="0.175" y="0.25" perimeter="0"/>
39                 <constraint x="0.25" y="0.5" perimeter="0"/>
40                 <constraint x="0.175" y="0.75" perimeter="0"/>
41                 <constraint x="1" y="0.5" perimeter="0"/>
42                 <constraint x="0.7" y="0.1" perimeter="0"/>
43                 <constraint x="0.7" y="0.9" perimeter="0"/>
44         </connections>
45         <background>
46                 <path>
47                         <move x="0" y="0"/>
48                         <quad x1="100" y1="0" x2="100" y2="50"/>
49                         <quad x1="100" y1="100" x2="0" y2="100"/>
50                         <quad x1="50" y1="50" x2="0" y2="0"/>
51                         <close/>
52                 </path>
53         </background>
54         <foreground>
55                 <fillstroke/>
56         </foreground>
57 </shape>
58 </shapes>