From e72f6434e45fd2f5dbc223fc05dae5e69e9f30eb Mon Sep 17 00:00:00 2001 From: adrianna Date: Sat, 5 Mar 2016 13:16:12 +0200 Subject: [PATCH] open and closed door, and keypad --- koperkapel/images/fixtures/door.png | Bin 0 -> 283 bytes koperkapel/images/fixtures/door_open.png | Bin 0 -> 347 bytes koperkapel/images/fixtures/keypad.png | Bin 0 -> 730 bytes sources/vector/fixtures/door.svg | 84 ++++++++++++ sources/vector/fixtures/door_open.svg | 84 ++++++++++++ sources/vector/fixtures/keypad.svg | 158 +++++++++++++++++++++++ 6 files changed, 326 insertions(+) create mode 100644 koperkapel/images/fixtures/door.png create mode 100644 koperkapel/images/fixtures/door_open.png create mode 100644 koperkapel/images/fixtures/keypad.png create mode 100644 sources/vector/fixtures/door.svg create mode 100644 sources/vector/fixtures/door_open.svg create mode 100644 sources/vector/fixtures/keypad.svg diff --git a/koperkapel/images/fixtures/door.png b/koperkapel/images/fixtures/door.png new file mode 100644 index 0000000000000000000000000000000000000000..f5949201d3bacc570a6866b2f1af39bc7df84d14 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#Vf4nJ zF#Z5x#*C8oXFx&864!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMc)B=- zRLpsMV>hp}q5x~)A5IPjBT)sxiGj`1Wx5xdot@aH#XT}Qc4_wI1ATcr6g?)XcmmO- z&X{8o>*suSl(}C$eaa=l_65ut zd=BgvWE%JuSTe{u6f;;gJYy(fILr8gVHWcRMiY>N<@H@c<*FdVC#i6LW_FE``F-M$ S$U>kS89ZJ6T-G@yGywqO*J7Li literal 0 HcmV?d00001 diff --git a/koperkapel/images/fixtures/door_open.png b/koperkapel/images/fixtures/door_open.png new file mode 100644 index 0000000000000000000000000000000000000000..41ba3ea41c7bb16b85de064f7a703b167a1275cb GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#Vf4nJ zF#Z5x#*C8oXFx&864!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TUc)B=- zRLpsMV z@^Sk)Y1yUN*U_ z?z!os<(uF4SR4z?j;%>zcz(z1{O9Ja*Iw&&En0p*#lC~_3S$<}0=|G`hSCNp<`v9W zBphTH9AkLJV9FN2zQVA<%ApseB=NGz_I0oK%wKfbWbd@DPp0QT?_Kx$w7LJq)=3Zt aF(k~jOXkvV`0;@UEaK_v=d#Wzp$Pzbw1h$c literal 0 HcmV?d00001 diff --git a/koperkapel/images/fixtures/keypad.png b/koperkapel/images/fixtures/keypad.png new file mode 100644 index 0000000000000000000000000000000000000000..193a39afde97be9755c7e55b6a59275b677fe146 GIT binary patch literal 730 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#Vf4nJ zF#Z5x#*C8oXFx&864!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<{O!aZFa zLn`LHoprkFm4iUr>l07XuC&^U2^H?-?y*yy4Vyrnn38&N%@J>Uw{1-y*27@x2hU<-{YD*v)T2L z_v;0JR;&%HmhE+WuTyfV7Fej*T{hv3S}VrDaAO%+moOj=4 zV`w;nCq!wO&9kb{A`n^DsflZ=6rHk(+pI*uXs%eeW=+b)a^Z6 z*(z8C}nR5f)j@Eq8+we)%2>Nh|m z1u83d-~A`wf4m~plTGIM&nZ7^!6|^_QRGjixaKSGrU@Bk0@ERbr>mdKI;Vst0M2JN AT>t<8 literal 0 HcmV?d00001 diff --git a/sources/vector/fixtures/door.svg b/sources/vector/fixtures/door.svg new file mode 100644 index 0000000..e4ee354 --- /dev/null +++ b/sources/vector/fixtures/door.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/sources/vector/fixtures/door_open.svg b/sources/vector/fixtures/door_open.svg new file mode 100644 index 0000000..463d65d --- /dev/null +++ b/sources/vector/fixtures/door_open.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/sources/vector/fixtures/keypad.svg b/sources/vector/fixtures/keypad.svg new file mode 100644 index 0000000..6e1ae59 --- /dev/null +++ b/sources/vector/fixtures/keypad.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + -- 2.34.1