@@ -115,220 +115,163 @@ struct Rogan : SVGKnob { | |||||
} | } | ||||
}; | }; | ||||
struct Rogan6PS : Rogan { | |||||
Rogan6PS() { | |||||
box.size = Vec(89, 89); | |||||
// minAngle = -0.83*M_PI; | |||||
// maxAngle = 0.83*M_PI; | |||||
} | |||||
}; | |||||
struct Rogan5PS : Rogan { | |||||
Rogan5PS() { | |||||
box.size = Vec(60, 60); | |||||
} | |||||
}; | |||||
struct Rogan3PS : Rogan { | |||||
Rogan3PS() { | |||||
box.size = Vec(52, 52); | |||||
} | |||||
}; | |||||
struct Rogan3P : Rogan { | |||||
Rogan3P() { | |||||
box.size = Vec(42, 42); | |||||
} | |||||
}; | |||||
struct Rogan2S : Rogan { | |||||
Rogan2S() { | |||||
box.size = Vec(43, 43); | |||||
} | |||||
}; | |||||
struct Rogan2PS : Rogan { | |||||
Rogan2PS() { | |||||
box.size = Vec(43, 43); | |||||
} | |||||
}; | |||||
struct Rogan2P : Rogan { | |||||
Rogan2P() { | |||||
box.size = Vec(34, 34); | |||||
} | |||||
}; | |||||
struct Rogan1PS : Rogan { | |||||
Rogan1PS() { | |||||
box.size = Vec(40, 40); | |||||
} | |||||
}; | |||||
struct Rogan1P : Rogan { | |||||
Rogan1P() { | |||||
box.size = Vec(31, 31); | |||||
} | |||||
}; | |||||
struct Rogan6PSWhite : Rogan6PS { | |||||
struct Rogan6PSWhite : Rogan { | |||||
Rogan6PSWhite() { | Rogan6PSWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan6PSWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan6PSWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan5PSGray : Rogan5PS { | |||||
struct Rogan5PSGray : Rogan { | |||||
Rogan5PSGray() { | Rogan5PSGray() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan5PSGray.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan5PSGray.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PSBlue : Rogan3PS { | |||||
struct Rogan3PSBlue : Rogan { | |||||
Rogan3PSBlue() { | Rogan3PSBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PSRed : Rogan3PS { | |||||
struct Rogan3PSRed : Rogan { | |||||
Rogan3PSRed() { | Rogan3PSRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PSGreen : Rogan3PS { | |||||
struct Rogan3PSGreen : Rogan { | |||||
Rogan3PSGreen() { | Rogan3PSGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PSWhite : Rogan3PS { | |||||
struct Rogan3PSWhite : Rogan { | |||||
Rogan3PSWhite() { | Rogan3PSWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PSWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PBlue : Rogan3P { | |||||
struct Rogan3PBlue : Rogan { | |||||
Rogan3PBlue() { | Rogan3PBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PRed : Rogan3P { | |||||
struct Rogan3PRed : Rogan { | |||||
Rogan3PRed() { | Rogan3PRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PGreen : Rogan3P { | |||||
struct Rogan3PGreen : Rogan { | |||||
Rogan3PGreen() { | Rogan3PGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan3PWhite : Rogan3P { | |||||
struct Rogan3PWhite : Rogan { | |||||
Rogan3PWhite() { | Rogan3PWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan3PWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2SGray : Rogan2S { | |||||
struct Rogan2SGray : Rogan { | |||||
Rogan2SGray() { | Rogan2SGray() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2SGray.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2SGray.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PSBlue : Rogan2PS { | |||||
struct Rogan2PSBlue : Rogan { | |||||
Rogan2PSBlue() { | Rogan2PSBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PSRed : Rogan2PS { | |||||
struct Rogan2PSRed : Rogan { | |||||
Rogan2PSRed() { | Rogan2PSRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PSGreen : Rogan2PS { | |||||
struct Rogan2PSGreen : Rogan { | |||||
Rogan2PSGreen() { | Rogan2PSGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PSWhite : Rogan2PS { | |||||
struct Rogan2PSWhite : Rogan { | |||||
Rogan2PSWhite() { | Rogan2PSWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PSWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PBlue : Rogan2P { | |||||
struct Rogan2PBlue : Rogan { | |||||
Rogan2PBlue() { | Rogan2PBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PRed : Rogan2P { | |||||
struct Rogan2PRed : Rogan { | |||||
Rogan2PRed() { | Rogan2PRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PGreen : Rogan2P { | |||||
struct Rogan2PGreen : Rogan { | |||||
Rogan2PGreen() { | Rogan2PGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan2PWhite : Rogan2P { | |||||
struct Rogan2PWhite : Rogan { | |||||
Rogan2PWhite() { | Rogan2PWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan2PWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PSBlue : Rogan1PS { | |||||
struct Rogan1PSBlue : Rogan { | |||||
Rogan1PSBlue() { | Rogan1PSBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PSRed : Rogan1PS { | |||||
struct Rogan1PSRed : Rogan { | |||||
Rogan1PSRed() { | Rogan1PSRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PSGreen : Rogan1PS { | |||||
struct Rogan1PSGreen : Rogan { | |||||
Rogan1PSGreen() { | Rogan1PSGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PSWhite : Rogan1PS { | |||||
struct Rogan1PSWhite : Rogan { | |||||
Rogan1PSWhite() { | Rogan1PSWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PSWhite.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PBlue : Rogan1P { | |||||
struct Rogan1PBlue : Rogan { | |||||
Rogan1PBlue() { | Rogan1PBlue() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PBlue.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PBlue.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PRed : Rogan1P { | |||||
struct Rogan1PRed : Rogan { | |||||
Rogan1PRed() { | Rogan1PRed() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PRed.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PRed.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PGreen : Rogan1P { | |||||
struct Rogan1PGreen : Rogan { | |||||
Rogan1PGreen() { | Rogan1PGreen() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PGreen.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PGreen.svg"))); | ||||
} | } | ||||
}; | }; | ||||
struct Rogan1PWhite : Rogan1P { | |||||
struct Rogan1PWhite : Rogan { | |||||
Rogan1PWhite() { | Rogan1PWhite() { | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PWhite.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/Rogan1PWhite.svg"))); | ||||
} | } | ||||
@@ -340,6 +283,9 @@ struct SynthTechAlco : SVGKnob { | |||||
minAngle = -0.82*M_PI; | minAngle = -0.82*M_PI; | ||||
maxAngle = 0.82*M_PI; | maxAngle = 0.82*M_PI; | ||||
setSVG(SVG::load(assetGlobal("res/ComponentLibrary/SynthTechAlco.svg"))); | setSVG(SVG::load(assetGlobal("res/ComponentLibrary/SynthTechAlco.svg"))); | ||||
SVGWidget *cap = new SVGWidget(); | |||||
cap->setSVG(SVG::load(assetGlobal("res/ComponentLibrary/SynthTechAlco_cap.svg"))); | |||||
addChild(cap); | |||||
} | } | ||||
}; | }; | ||||
@@ -454,8 +400,15 @@ struct GreenRedLight : ColorLightWidget { | |||||
} | } | ||||
}; | }; | ||||
struct RedGreenBlueLight : ColorLightWidget { | |||||
RedGreenBlueLight() { | |||||
addColor(COLOR_RED); | |||||
addColor(COLOR_GREEN); | |||||
addColor(COLOR_BLUE); | |||||
} | |||||
}; | |||||
/** 5mm diameter */ | |||||
template <typename BASE> | template <typename BASE> | ||||
struct LargeLight : BASE { | struct LargeLight : BASE { | ||||
LargeLight() { | LargeLight() { | ||||
@@ -463,7 +416,6 @@ struct LargeLight : BASE { | |||||
} | } | ||||
}; | }; | ||||
/** 3mm diameter */ | |||||
template <typename BASE> | template <typename BASE> | ||||
struct MediumLight : BASE { | struct MediumLight : BASE { | ||||
MediumLight() { | MediumLight() { | ||||
@@ -471,7 +423,6 @@ struct MediumLight : BASE { | |||||
} | } | ||||
}; | }; | ||||
/** 2mm diameter */ | |||||
template <typename BASE> | template <typename BASE> | ||||
struct SmallLight : BASE { | struct SmallLight : BASE { | ||||
SmallLight() { | SmallLight() { | ||||
@@ -479,7 +430,6 @@ struct SmallLight : BASE { | |||||
} | } | ||||
}; | }; | ||||
/** 1mm diameter */ | |||||
template <typename BASE> | template <typename BASE> | ||||
struct TinyLight : BASE { | struct TinyLight : BASE { | ||||
TinyLight() { | TinyLight() { | ||||
@@ -4,9 +4,6 @@ | |||||
#include <GLFW/glfw3.h> | #include <GLFW/glfw3.h> | ||||
namespace rack { | |||||
#ifdef ARCH_MAC | #ifdef ARCH_MAC | ||||
#define GUI_MOD_KEY_NAME "Cmd" | #define GUI_MOD_KEY_NAME "Cmd" | ||||
#else | #else | ||||
@@ -14,6 +11,8 @@ namespace rack { | |||||
#endif | #endif | ||||
namespace rack { | |||||
extern GLFWwindow *gWindow; | extern GLFWwindow *gWindow; | ||||
extern NVGcontext *gVg; | extern NVGcontext *gVg; | ||||
@@ -34,4 +33,5 @@ void guiCursorUnlock(); | |||||
bool guiIsModPressed(); | bool guiIsModPressed(); | ||||
bool guiIsShiftPressed(); | bool guiIsShiftPressed(); | ||||
} // namespace rack | } // namespace rack |
@@ -17,6 +17,16 @@ namespace rack { | |||||
// helpers | // helpers | ||||
//////////////////// | //////////////////// | ||||
inline Vec in2px(Vec inches) { | |||||
return inches.mult(SVG_DPI); | |||||
} | |||||
inline Vec mm2px(Vec millimeters) { | |||||
return millimeters.mult(SVG_DPI / 25.4); | |||||
} | |||||
template <class TModuleWidget> | template <class TModuleWidget> | ||||
Model *createModel(std::string manufacturerSlug, std::string manufacturerName, std::string slug, std::string name) { | Model *createModel(std::string manufacturerSlug, std::string manufacturerName, std::string slug, std::string name) { | ||||
struct TModel : Model { | struct TModel : Model { | ||||
@@ -10,6 +10,9 @@ | |||||
#include "util.hpp" | #include "util.hpp" | ||||
#define SVG_DPI 75.0 | |||||
namespace rack { | namespace rack { | ||||
@@ -226,6 +229,8 @@ struct SVGWidget : virtual Widget { | |||||
std::shared_ptr<SVG> svg; | std::shared_ptr<SVG> svg; | ||||
/** Sets the box size to the svg image size */ | /** Sets the box size to the svg image size */ | ||||
void wrap(); | void wrap(); | ||||
/** Sets and wraps the SVG */ | |||||
void setSVG(std::shared_ptr<SVG> svg); | |||||
void draw(NVGcontext *vg) override; | void draw(NVGcontext *vg) override; | ||||
}; | }; | ||||
@@ -9,22 +9,374 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="19.84375mm" | |||||
height="19.84375mm" | |||||
viewBox="0 0 19.84375 19.84375" | |||||
width="25.664583mm" | |||||
height="25.66571mm" | |||||
viewBox="0 0 25.664584 25.665714" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="BefacoBigKnob.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="BefacoBigKnob.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902"> | |||||
id="defs15240"> | |||||
<clipPath | <clipPath | ||||
clipPathUnits="userSpaceOnUse" | |||||
id="clipPath6367"> | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | <path | ||||
d="M 0,3193 H 2089 V 0 H 0 Z" | |||||
id="path6365" | |||||
inkscape:connector-curvature="0" /> | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | </clipPath> | ||||
</defs> | </defs> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -34,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | |||||
inkscape:cx="14.604745" | |||||
inkscape:cy="32.673311" | |||||
inkscape:document-units="mm" | |||||
inkscape:zoom="1.979899" | |||||
inkscape:cx="87.773411" | |||||
inkscape:cy="59.915557" | |||||
inkscape:document-units="px" | |||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -65,46 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-225.50527,-119.04201)"> | |||||
<g | |||||
id="g1843" | |||||
transform="matrix(0.219739,0,0,-0.219739,-108.71081,674.39836)" | |||||
style="stroke-width:1.6054399"> | |||||
<g | |||||
transform="translate(1611.2744,2482.1924)" | |||||
id="g6749" | |||||
style="stroke-width:1.6054399"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6751" | |||||
style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6054399" | |||||
d="m 0,0 c 0,-24.937 -20.216,-45.153 -45.152,-45.153 -24.938,0 -45.154,20.216 -45.154,45.153 0,24.937 20.216,45.153 45.154,45.153 C -20.216,45.153 0,24.937 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1599.2393,2500.0664)" | |||||
id="g6753" | |||||
style="stroke-width:1.6054399"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6755" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6054399" | |||||
d="m 0,0 c -2.217,4.131 -5.187,7.795 -8.724,10.818 -6.817,-0.954 -13.876,2.437 -17.397,8.35 -2.268,0.428 -4.605,0.66 -6.996,0.66 -2.393,0 -4.729,-0.232 -6.997,-0.66 -3.522,-5.913 -10.58,-9.304 -17.398,-8.35 C -61.048,7.795 -64.019,4.131 -66.235,0 c 2.522,-6.526 0.723,-14.313 -4.413,-19.069 0.165,-4.732 1.196,-9.243 2.955,-13.372 6.838,-2.052 11.928,-8.462 12.371,-15.59 3.622,-2.66 7.739,-4.681 12.186,-5.909 5.886,4.146 14.152,4.146 20.036,0 4.448,1.228 8.565,3.249 12.187,5.909 0.442,7.128 5.533,13.538 12.371,15.59 1.759,4.129 2.79,8.64 2.956,13.372 C -0.724,-14.313 -2.521,-6.526 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1567.709,2523.6201)" | |||||
id="g6757" | |||||
style="stroke-width:1.6054399"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6759" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6054399" | |||||
d="m 0,0 c 0,-0.877 -0.711,-1.587 -1.587,-1.587 -0.877,0 -1.588,0.71 -1.588,1.587 0,0.877 0.711,1.587 1.588,1.587 C -0.711,1.587 0,0.877 0,0" /> | |||||
</g> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6761" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6054399" | |||||
d="m 1567.709,2482.192 h -3.175 v 34.25 h 3.175 z" /> | |||||
</g> | |||||
transform="translate(-35.482976,-90.654687)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8601" | |||||
d="m 61.147561,103.48699 c 0,7.08725 -5.74505,12.83341 -12.832292,12.83341 -7.087243,0 -12.832293,-5.74616 -12.832293,-12.83341 0,-7.086131 5.74505,-12.832303 12.832293,-12.832303 7.087242,0 12.832292,5.746172 12.832292,12.832303" | |||||
style="fill:#d4d4d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28420019" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8603" | |||||
d="m 57.727183,98.408023 c -0.629474,-1.174541 -1.474287,-2.215876 -2.478992,-3.075134 -1.937223,0.271988 -3.943278,-0.692738 -4.94463,-2.372407 -0.643883,-0.122118 -1.308884,-0.187618 -1.988292,-0.187618 -0.679408,0 -1.3433,0.0655 -1.988294,0.187618 -1.00135,1.679669 -3.006296,2.644395 -4.944627,2.372407 -1.004706,0.859258 -1.849519,1.900593 -2.478994,3.075134 0.71715,1.853957 0.205392,4.067617 -1.254488,5.418667 0.04774,1.34552 0.340842,2.62774 0.840408,3.80119 1.942764,0.58283 3.389316,2.4046 3.515869,4.43063 1.029117,0.75603 2.199227,1.32997 3.462581,1.67855 1.673003,-1.17786 4.022088,-1.17786 5.69509,0 1.263355,-0.34858 2.433463,-0.92252 3.463689,-1.67855 0.125446,-2.02603 1.571996,-3.8478 3.51587,-4.43063 0.499566,-1.17345 0.792663,-2.45567 0.83927,-3.80119 -1.45985,-1.35105 -1.970501,-3.56471 -1.25446,-5.418667" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28420019" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8605" | |||||
d="m 48.76709,91.713777 c 0,0.249785 -0.203146,0.450724 -0.451821,0.450724 -0.248676,0 -0.450713,-0.200939 -0.450713,-0.450724 0,-0.249785 0.202037,-0.450726 0.450713,-0.450726 0.248675,0 0.451821,0.200941 0.451821,0.450726" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28420019" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8607" | |||||
d="m 48.76709,103.48809 h -0.902534 v -9.733847 h 0.902534 z m 0,0" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28420019" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4083333mm" | |||||
height="7.4083333mm" | |||||
width="28" | |||||
height="28" | |||||
viewBox="0 0 7.4083333 7.4083333" | viewBox="0 0 7.4083333 7.4083333" | ||||
version="1.1" | version="1.1" | ||||
id="svg11543" | id="svg11543" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="BefacoPush_0.svg"> | sodipodi:docname="BefacoPush_0.svg"> | ||||
<defs | <defs | ||||
id="defs11537" /> | id="defs11537" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="73.801046" | |||||
inkscape:cx="-9.6628075" | |||||
inkscape:cy="-9.0802029" | inkscape:cy="-9.0802029" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata11540"> | id="metadata11540"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4083333mm" | |||||
height="7.4083333mm" | |||||
width="28" | |||||
height="28" | |||||
viewBox="0 0 7.4083333 7.4083333" | viewBox="0 0 7.4083333 7.4083333" | ||||
version="1.1" | version="1.1" | ||||
id="svg11543" | id="svg11543" | ||||
sodipodi:docname="BefacoPush_1.svg" | sodipodi:docname="BefacoPush_1.svg" | ||||
inkscape:version="0.92.1 r"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs11537" /> | id="defs11537" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="23.790469" | |||||
inkscape:cx="-17.941458" | |||||
inkscape:cy="4.1420904" | inkscape:cy="4.1420904" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g6703" | inkscape:current-layer="g6703" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata11540"> | id="metadata11540"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4066014mm" | |||||
height="8.3513613mm" | |||||
width="27.993454" | |||||
height="31.564199" | |||||
viewBox="0 0 7.4066014 8.3513613" | viewBox="0 0 7.4066014 8.3513613" | ||||
version="1.1" | version="1.1" | ||||
id="svg10799" | id="svg10799" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="BefacoSwitch.svg"> | sodipodi:docname="BefacoSwitch.svg"> | ||||
<defs | <defs | ||||
id="defs10793" /> | id="defs10793" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="1.4" | inkscape:zoom="1.4" | ||||
inkscape:cx="-148.58352" | |||||
inkscape:cx="-384.65495" | |||||
inkscape:cy="-55.721345" | inkscape:cy="-55.721345" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata10796"> | id="metadata10796"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4066014mm" | |||||
height="8.3513613mm" | |||||
width="27.993454" | |||||
height="31.564199" | |||||
viewBox="0 0 7.4066014 8.3513613" | viewBox="0 0 7.4066014 8.3513613" | ||||
version="1.1" | version="1.1" | ||||
id="svg10799" | id="svg10799" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="BefacoSwitch_0.svg"> | sodipodi:docname="BefacoSwitch_0.svg"> | ||||
<defs | <defs | ||||
id="defs10793" /> | id="defs10793" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-14.236561" | |||||
inkscape:cx="-55.968488" | |||||
inkscape:cy="5.6835659" | inkscape:cy="5.6835659" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g3201" | inkscape:current-layer="g3201" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata10796"> | id="metadata10796"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4066014mm" | |||||
height="8.3513613mm" | |||||
width="27.993454" | |||||
height="31.564199" | |||||
viewBox="0 0 7.4066014 8.3513613" | viewBox="0 0 7.4066014 8.3513613" | ||||
version="1.1" | version="1.1" | ||||
id="svg10799" | id="svg10799" | ||||
sodipodi:docname="BefacoSwitch_1.svg" | sodipodi:docname="BefacoSwitch_1.svg" | ||||
inkscape:version="0.92.1 r"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs10793" /> | id="defs10793" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-14.236561" | |||||
inkscape:cx="-55.968488" | |||||
inkscape:cy="5.6835659" | inkscape:cy="5.6835659" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g3201" | inkscape:current-layer="g3201" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata10796"> | id="metadata10796"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4066014mm" | |||||
height="8.3513613mm" | |||||
width="27.993454" | |||||
height="31.564199" | |||||
viewBox="0 0 7.4066014 8.3513613" | viewBox="0 0 7.4066014 8.3513613" | ||||
version="1.1" | version="1.1" | ||||
id="svg10799" | id="svg10799" | ||||
sodipodi:docname="BefacoSwitch_2.svg" | sodipodi:docname="BefacoSwitch_2.svg" | ||||
inkscape:version="0.92.1 r"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs10793" /> | id="defs10793" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-14.236561" | |||||
inkscape:cx="-55.968488" | |||||
inkscape:cy="5.6835659" | inkscape:cy="5.6835659" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g3201" | inkscape:current-layer="g3201" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata10796"> | id="metadata10796"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,22 +9,374 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="6.8791666mm" | |||||
height="6.8792815mm" | |||||
viewBox="0 0 6.8791666 6.8792815" | |||||
width="8.6999998mm" | |||||
height="8.7000618mm" | |||||
viewBox="0 0 8.7000002 8.7000631" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="BefacoTinyKnob.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="BefacoTinyKnob.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902"> | |||||
id="defs15240"> | |||||
<clipPath | <clipPath | ||||
clipPathUnits="userSpaceOnUse" | |||||
id="clipPath6367"> | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | <path | ||||
d="M 0,3193 H 2089 V 0 H 0 Z" | |||||
id="path6365" | |||||
inkscape:connector-curvature="0" /> | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | </clipPath> | ||||
</defs> | </defs> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -34,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | |||||
inkscape:cx="-8.2556708" | |||||
inkscape:cy="2.4894949" | |||||
inkscape:zoom="11.2" | |||||
inkscape:cx="6.9301735" | |||||
inkscape:cy="26.379575" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -65,61 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-231.55376,-124.02034)"> | |||||
<g | |||||
id="g1855" | |||||
transform="matrix(0.21561496,0,0,-0.21561496,-103.31724,625.91769)" | |||||
style="stroke-width:1.63614702"> | |||||
<g | |||||
transform="translate(1582.2939,2302.9199)" | |||||
id="g6771" | |||||
style="stroke-width:1.63614702"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6773" | |||||
style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.63614702" | |||||
d="m 0,0 c 4.908,7.312 2.961,17.207 -4.351,22.115 -7.311,4.907 -17.233,2.979 -22.14,-4.334 -4.908,-7.311 -2.953,-17.25 4.359,-22.158 C -14.82,-9.285 -4.907,-7.312 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1581.9912,2308.7881)" | |||||
id="g6775" | |||||
style="stroke-width:1.63614702"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6777" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.63614702" | |||||
d="m 0,0 c -1.641,-7.167 -8.78,-11.647 -15.948,-10.007 -7.167,1.64 -11.648,8.78 -10.007,15.947 1.64,7.167 8.779,11.648 15.947,10.008 C -2.841,14.308 1.64,7.168 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1581.9912,2308.7881)" | |||||
id="g6779" | |||||
style="stroke-width:1.63614702"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6781" | |||||
style="fill:none;stroke:#807a7a;stroke-width:0.66591185;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c -1.641,-7.167 -8.78,-11.647 -15.948,-10.007 -7.167,1.64 -11.648,8.78 -10.007,15.947 1.64,7.167 8.779,11.648 15.947,10.008 C -2.841,14.308 1.64,7.168 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1568.4746,2319.8965)" | |||||
id="g6783" | |||||
style="stroke-width:1.63614702"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6785" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.63614702" | |||||
d="M 0,0 C -0.401,0.27 -0.509,0.813 -0.239,1.216 0.031,1.617 0.575,1.725 0.977,1.454 1.379,1.185 1.485,0.641 1.216,0.239 0.946,-0.163 0.402,-0.27 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1568.4746,2319.8965)" | |||||
id="g6787" | |||||
style="stroke-width:1.63614702"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6789" | |||||
style="fill:none;stroke:#000000;stroke-width:2.72091246;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |||||
d="M 0,0 C -0.401,0.27 -0.509,0.813 -0.239,1.216 0.031,1.617 0.575,1.725 0.977,1.454 1.379,1.185 1.485,0.641 1.216,0.239 0.946,-0.163 0.402,-0.27 0,0 Z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-44.329061,-94.497224)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8613" | |||||
d="m 52.290324,101.26723 c 1.338942,-1.994021 0.807417,-4.692165 -1.186639,-6.030054 -1.992992,-1.337892 -4.698607,-0.812749 -6.036486,1.181298 -1.338972,1.994058 -0.805286,4.703946 1.187706,6.042896 1.994056,1.33787 4.69751,0.79991 6.035419,-1.19414" | |||||
style="fill:#d4d4d4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2726914" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8615" | |||||
d="m 52.208301,99.667339 c -0.44738,1.954671 -2.394585,3.176391 -4.349209,2.729081 -1.954654,-0.44739 -3.176442,-2.39461 -2.729042,-4.349251 0.44738,-1.953574 2.394563,-3.176427 4.349208,-2.729043 1.953568,0.447388 3.176423,2.394569 2.729043,4.349213" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2726914" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8617" | |||||
d="m 52.208301,99.667339 c -0.44738,1.954671 -2.394585,3.176391 -4.349209,2.729081 -1.954654,-0.44739 -3.176442,-2.39461 -2.729042,-4.349251 0.44738,-1.953574 2.394563,-3.176427 4.349208,-2.729043 1.953568,0.447388 3.176423,2.394569 2.729043,4.349213 z m 0,0" | |||||
style="fill:none;stroke:#7f7878;stroke-width:0.11098535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8619" | |||||
d="m 48.391403,96.830763 c -0.21444,-0.145066 -0.273308,-0.437224 -0.128239,-0.653739 0.145022,-0.216515 0.439333,-0.273263 0.65581,-0.128222 0.216541,0.145032 0.273259,0.437221 0.128239,0.653732 -0.145017,0.216521 -0.439318,0.27326 -0.65581,0.128291" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.53812313" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4083333mm" | |||||
height="7.4072428mm" | |||||
width="28" | |||||
height="27.995878" | |||||
viewBox="0 0 7.4083333 7.4072428" | viewBox="0 0 7.4083333 7.4072428" | ||||
version="1.1" | version="1.1" | ||||
id="svg12484" | id="svg12484" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="CKD6_0.svg"> | sodipodi:docname="CKD6_0.svg"> | ||||
<defs | <defs | ||||
id="defs12478" /> | id="defs12478" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.919596" | inkscape:zoom="7.919596" | ||||
inkscape:cx="11.588464" | |||||
inkscape:cx="-30.143463" | |||||
inkscape:cy="1.2689156" | inkscape:cy="1.2689156" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g12430" | inkscape:current-layer="g12430" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="900" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata12481"> | id="metadata12481"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -48,7 +49,7 @@ | |||||
<dc:format>image/svg+xml</dc:format> | <dc:format>image/svg+xml</dc:format> | ||||
<dc:type | <dc:type | ||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||||
<dc:title /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | </cc:Work> | ||||
</rdf:RDF> | </rdf:RDF> | ||||
</metadata> | </metadata> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.4083333mm" | |||||
height="7.4072428mm" | |||||
width="28" | |||||
height="27.995878" | |||||
viewBox="0 0 7.4083333 7.4072428" | viewBox="0 0 7.4083333 7.4072428" | ||||
version="1.1" | version="1.1" | ||||
id="svg12484" | id="svg12484" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="CKD6_1.svg"> | sodipodi:docname="CKD6_1.svg"> | ||||
<defs | <defs | ||||
id="defs12478" /> | id="defs12478" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-17.971815" | |||||
inkscape:cx="-59.703742" | |||||
inkscape:cy="-11.272941" | inkscape:cy="-11.272941" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g12476" | inkscape:current-layer="g12476" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata12481"> | id="metadata12481"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="3.7041667mm" | |||||
height="5.4612927mm" | |||||
width="14" | |||||
height="20.641106" | |||||
viewBox="0 0 3.7041666 5.4612927" | viewBox="0 0 3.7041666 5.4612927" | ||||
version="1.1" | version="1.1" | ||||
id="svg56722" | id="svg56722" | ||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="CKSS0.svg"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="CKSS_0.svg"> | |||||
<defs | <defs | ||||
id="defs56716" /> | id="defs56716" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="5.6" | inkscape:zoom="5.6" | ||||
inkscape:cx="-14.538934" | |||||
inkscape:cx="-73.556791" | |||||
inkscape:cy="-2.6476464" | inkscape:cy="-2.6476464" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata56719"> | id="metadata56719"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="32.259781" | |||||
height="29.022205" | |||||
viewBox="0 0 8.5354009 7.6787921" | |||||
width="11.28851mm" | |||||
height="10.148451mm" | |||||
viewBox="0 0 11.28851 10.148451" | |||||
version="1.1" | version="1.1" | ||||
id="svg6615" | |||||
id="svg15246" | |||||
sodipodi:docname="CL1362.svg" | sodipodi:docname="CL1362.svg" | ||||
inkscape:version="0.92.1 r"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs6609" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,24 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="11.313708" | |||||
inkscape:cx="18.320757" | |||||
inkscape:cy="12.47592" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="0.6268417" | |||||
inkscape:cy="0.0028090321" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g3165" | |||||
inkscape:current-layer="layer1" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata6612"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -57,31 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-107.70684,-97.132243)"> | |||||
<g | |||||
transform="matrix(0.26424579,0,0,-0.26424579,-37.162088,591.23626)" | |||||
id="g3165" | |||||
style="stroke-width:0.75;stroke-miterlimit:4;stroke-dasharray:none"> | |||||
<path | |||||
d="m 557.25,1841.3066 c -0.446,0 -0.968,0.305 -1.187,0.692 l -7.145,12.646 c -0.219,0.388 -0.219,0.994 0,1.382 l 7.145,12.644 c 0.219,0.389 0.741,0.694 1.187,0.694 h 14.272 c 0.446,0 0.968,-0.305 1.187,-0.694 l 7.145,-12.644 c 0.219,-0.388 0.219,-0.994 0,-1.382 l -7.145,-12.646 c -0.219,-0.387 -0.741,-0.692 -1.187,-0.692 z" | |||||
style="opacity:1;vector-effect:none;fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#939593;stroke-width:1.00127733;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
id="path6413" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 575.3652,1855.335 c 0,-6.064 -4.917,-10.981 -10.98,-10.981 -6.063,0 -10.981,4.917 -10.981,10.981 0,6.065 4.918,10.981 10.981,10.981 6.063,0 10.98,-4.916 10.98,-10.981" | |||||
style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00127733;stroke-miterlimit:4;stroke-dasharray:none" | |||||
id="path6421" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path6435" | |||||
style="opacity:1;vector-effect:none;fill:#555555;fill-opacity:1;stroke:#3b3b3b;stroke-width:1.00127733;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
d="m 556.106,1855.3428 c 0.023,-4.599 3.69,-8.268 8.289,-8.288 4.575,0.013 8.276,3.708 8.271,8.288 -0.003,4.572 -3.705,8.259 -8.271,8.271 -4.59,-0.02 -8.256,-3.68 -8.289,-8.271 z" /> | |||||
<path | |||||
d="m 570.0552,1855.335 c 0,-3.131 -2.538,-5.669 -5.669,-5.669 -3.131,0 -5.669,2.538 -5.669,5.669 0,3.131 2.538,5.669 5.669,5.669 3.131,0 5.669,-2.538 5.669,-5.669" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00127733;stroke-miterlimit:4;stroke-dasharray:none" | |||||
id="path6425" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | |||||
transform="translate(-60.318055,-89.106416)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path9179" | |||||
d="m 63.444634,99.129867 c -0.157096,0 -0.341754,-0.10887 -0.418924,-0.24529 l -2.520431,-4.4607 c -0.07717,-0.13641 -0.07717,-0.35002 0,-0.48782 l 2.520431,-4.46073 c 0.07717,-0.13642 0.261828,-0.243911 0.418924,-0.243911 h 5.035352 c 0.157096,0 0.341754,0.107491 0.418924,0.243911 l 2.520431,4.46073 c 0.07717,0.1378 0.07717,0.35141 0,0.48782 l -2.520431,4.4607 c -0.07717,0.13642 -0.261828,0.24529 -0.418924,0.24529 z m 0,0" | |||||
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path9183" | |||||
d="m 62.088644,94.179967 c 0,-2.13871 1.734951,-3.873672 3.873666,-3.873672 2.138715,0 3.873666,1.734962 3.873666,3.873672 0,2.14009 -1.734951,3.87364 -3.873666,3.87364 -2.138715,0 -3.873666,-1.73355 -3.873666,-3.87364" | |||||
style="fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path9185" | |||||
d="m 63.962776,94.179967 c 0,-1.1038 0.894348,-1.99954 1.999534,-1.99954 1.103806,0 1.999534,0.89574 1.999534,1.99954 0,1.10519 -0.895728,2.00089 -1.999534,2.00089 -1.105186,0 -1.999534,-0.8957 -1.999534,-2.00089" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#272827;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 62.994254,94.17964 c 0,-1.638452 1.327547,-2.968065 2.968056,-2.968065 1.638461,0 2.968056,1.329613 2.968056,2.968065 0,1.640516 -1.329595,2.970069 -2.968056,2.970069 -1.640509,0 -2.968056,-1.329553 -2.968056,-2.970069" | |||||
id="path18865" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="9.5249996mm" | |||||
height="9.5253973mm" | |||||
width="36" | |||||
height="36.001503" | |||||
viewBox="0 0 9.5249996 9.5253972" | viewBox="0 0 9.5249996 9.5253972" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hBlack.svg"> | sodipodi:docname="Davies1900hBlack.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="-2.745519" | |||||
inkscape:cx="-86.209372" | |||||
inkscape:cy="9.5126135" | inkscape:cy="9.5126135" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="14.2875mm" | |||||
height="14.288095mm" | |||||
width="54" | |||||
height="54.002251" | |||||
viewBox="0 0 14.2875 14.288095" | viewBox="0 0 14.2875 14.288095" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hLargeBlack.svg"> | sodipodi:docname="Davies1900hLargeBlack.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="6.4721202" | |||||
inkscape:cx="-76.991733" | |||||
inkscape:cy="7.9974093" | inkscape:cy="7.9974093" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="900" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="14.2875mm" | |||||
height="14.288135mm" | |||||
width="54" | |||||
height="54.002399" | |||||
viewBox="0 0 14.2875 14.288134" | viewBox="0 0 14.2875 14.288134" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hLargeRed.svg"> | sodipodi:docname="Davies1900hLargeRed.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="23.026691" | |||||
inkscape:cx="-60.437162" | |||||
inkscape:cy="-3.2255292" | inkscape:cy="-3.2255292" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="900" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="14.2875mm" | |||||
height="14.288135mm" | |||||
width="54" | |||||
height="54.002399" | |||||
viewBox="0 0 14.2875 14.288134" | viewBox="0 0 14.2875 14.288134" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hLargeWhite.svg"> | sodipodi:docname="Davies1900hLargeWhite.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="-6.3375173" | |||||
inkscape:cx="-89.801371" | |||||
inkscape:cy="8.8255868" | inkscape:cy="8.8255868" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="9.5250006mm" | |||||
height="9.525424mm" | |||||
width="36.000004" | |||||
height="36.001602" | |||||
viewBox="0 0 9.5250006 9.5254239" | viewBox="0 0 9.5250006 9.5254239" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hRed.svg"> | sodipodi:docname="Davies1900hRed.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="-5.3838414" | |||||
inkscape:cx="-88.847695" | |||||
inkscape:cy="17.482497" | inkscape:cy="17.482497" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="9.5250006mm" | |||||
height="9.525424mm" | |||||
width="36.000004" | |||||
height="36.001602" | |||||
viewBox="0 0 9.5250006 9.5254239" | viewBox="0 0 9.5250006 9.5254239" | ||||
version="1.1" | version="1.1" | ||||
id="svg16908" | id="svg16908" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="Davies1900hWhite.svg"> | sodipodi:docname="Davies1900hWhite.svg"> | ||||
<defs | <defs | ||||
id="defs16902"> | id="defs16902"> | ||||
@@ -35,7 +35,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | inkscape:zoom="3.959798" | ||||
inkscape:cx="-8.4841105" | |||||
inkscape:cx="-91.947964" | |||||
inkscape:cy="8.8255993" | inkscape:cy="8.8255993" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -44,11 +44,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | id="metadata16905"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="4.7623944mm" | |||||
height="4.7624998mm" | |||||
width="17.999601" | |||||
height="18" | |||||
viewBox="0 0 4.7623944 4.7624998" | viewBox="0 0 4.7623944 4.7624998" | ||||
version="1.1" | version="1.1" | ||||
id="svg7595" | id="svg7595" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="LEDButton.svg"> | sodipodi:docname="LEDButton.svg"> | ||||
<defs | <defs | ||||
id="defs7589"> | id="defs7589"> | ||||
@@ -34,7 +34,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-1.6625256" | |||||
inkscape:cx="-43.394453" | |||||
inkscape:cy="0.82092183" | inkscape:cy="0.82092183" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -43,11 +43,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata7592"> | id="metadata7592"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.4666281mm" | |||||
height="11.61058mm" | |||||
width="31.999855" | |||||
height="43.882507" | |||||
viewBox="0 0 8.4666281 11.61058" | viewBox="0 0 8.4666281 11.61058" | ||||
version="1.1" | version="1.1" | ||||
id="svg20198" | id="svg20198" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="NKK.svg"> | sodipodi:docname="NKK.svg"> | ||||
<defs | <defs | ||||
id="defs20192" /> | id="defs20192" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.919596" | inkscape:zoom="7.919596" | ||||
inkscape:cx="43.173721" | |||||
inkscape:cx="1.4417943" | |||||
inkscape:cy="15.231018" | inkscape:cy="15.231018" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g20169" | inkscape:current-layer="g20169" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata20195"> | id="metadata20195"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.4666281mm" | |||||
height="11.61058mm" | |||||
width="31.999855" | |||||
height="43.882507" | |||||
viewBox="0 0 8.4666281 11.61058" | viewBox="0 0 8.4666281 11.61058" | ||||
version="1.1" | version="1.1" | ||||
id="svg20198" | id="svg20198" | ||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="NKK0.svg"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="NKK_0.svg"> | |||||
<defs | <defs | ||||
id="defs20192" /> | id="defs20192" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.919596" | inkscape:zoom="7.919596" | ||||
inkscape:cx="43.173721" | |||||
inkscape:cx="1.4417943" | |||||
inkscape:cy="15.231018" | inkscape:cy="15.231018" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g20169-3" | inkscape:current-layer="g20169-3" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata20195"> | id="metadata20195"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.4666281mm" | |||||
height="11.61058mm" | |||||
width="31.999855" | |||||
height="43.882507" | |||||
viewBox="0 0 8.4666281 11.61058" | viewBox="0 0 8.4666281 11.61058" | ||||
version="1.1" | version="1.1" | ||||
id="svg20198" | id="svg20198" | ||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="NKK1.svg"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="NKK_1.svg"> | |||||
<defs | <defs | ||||
id="defs20192" /> | id="defs20192" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.919596" | inkscape:zoom="7.919596" | ||||
inkscape:cx="43.173721" | |||||
inkscape:cx="1.4417943" | |||||
inkscape:cy="15.231018" | inkscape:cy="15.231018" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g20169-3" | inkscape:current-layer="g20169-3" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata20195"> | id="metadata20195"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,13 +9,13 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.4666281mm" | |||||
height="11.61058mm" | |||||
width="31.999855" | |||||
height="43.882507" | |||||
viewBox="0 0 8.4666281 11.61058" | viewBox="0 0 8.4666281 11.61058" | ||||
version="1.1" | version="1.1" | ||||
id="svg20198" | id="svg20198" | ||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="NKK2.svg"> | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="NKK_2.svg"> | |||||
<defs | <defs | ||||
id="defs20192" /> | id="defs20192" /> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.919596" | inkscape:zoom="7.919596" | ||||
inkscape:cx="43.173721" | |||||
inkscape:cx="1.4417943" | |||||
inkscape:cy="15.231018" | inkscape:cy="15.231018" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g20169-3" | inkscape:current-layer="g20169-3" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata20195"> | id="metadata20195"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -10,8 +10,8 @@ | |||||
xmlns:xlink="http://www.w3.org/1999/xlink" | xmlns:xlink="http://www.w3.org/1999/xlink" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.6729169mm" | |||||
height="7.6729159mm" | |||||
width="29" | |||||
height="28.999998" | |||||
viewBox="0 0 7.6729169 7.672916" | viewBox="0 0 7.6729169 7.672916" | ||||
version="1.1" | version="1.1" | ||||
id="svg18405" | id="svg18405" | ||||
@@ -170,7 +170,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="22.4" | inkscape:zoom="22.4" | ||||
inkscape:cx="22.801127" | |||||
inkscape:cx="8.0466627" | |||||
inkscape:cy="13.743925" | inkscape:cy="13.743925" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g19440" | inkscape:current-layer="g19440" | ||||
@@ -179,15 +179,16 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:snap-page="true" | inkscape:snap-page="true" | ||||
inkscape:snap-bbox="true" | inkscape:snap-bbox="true" | ||||
inkscape:bbox-nodes="true" | inkscape:bbox-nodes="true" | ||||
inkscape:object-nodes="false"> | |||||
inkscape:object-nodes="false" | |||||
units="px"> | |||||
<inkscape:grid | <inkscape:grid | ||||
type="xygrid" | type="xygrid" | ||||
id="grid20375" /> | id="grid20375" /> | ||||
@@ -10,8 +10,8 @@ | |||||
xmlns:xlink="http://www.w3.org/1999/xlink" | xmlns:xlink="http://www.w3.org/1999/xlink" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="7.6729169mm" | |||||
height="7.6729159mm" | |||||
width="29" | |||||
height="28.999998" | |||||
viewBox="0 0 7.6729169 7.672916" | viewBox="0 0 7.6729169 7.672916" | ||||
version="1.1" | version="1.1" | ||||
id="svg18405" | id="svg18405" | ||||
@@ -170,7 +170,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="22.4" | inkscape:zoom="22.4" | ||||
inkscape:cx="22.801127" | |||||
inkscape:cx="8.0466627" | |||||
inkscape:cy="13.743925" | inkscape:cy="13.743925" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -179,15 +179,16 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
inkscape:snap-page="true" | inkscape:snap-page="true" | ||||
inkscape:snap-bbox="true" | inkscape:snap-bbox="true" | ||||
inkscape:bbox-nodes="true" | inkscape:bbox-nodes="true" | ||||
inkscape:object-nodes="false"> | |||||
inkscape:object-nodes="false" | |||||
units="px"> | |||||
<inkscape:grid | <inkscape:grid | ||||
type="xygrid" | type="xygrid" | ||||
id="grid20375" /> | id="grid20375" /> | ||||
@@ -9,15 +9,136 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="6.5126157mm" | |||||
height="6.5128875mm" | |||||
viewBox="0 0 6.5126157 6.5128875" | |||||
width="8.3556204mm" | |||||
height="8.3556299mm" | |||||
viewBox="0 0 8.3556203 8.3556298" | |||||
version="1.1" | version="1.1" | ||||
id="svg5158" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="PJ301M.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="PJ301M.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs5152" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +146,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="15.839192" | |||||
inkscape:cx="9.9739765" | |||||
inkscape:cy="9.6165796" | |||||
inkscape:zoom="11.2" | |||||
inkscape:cx="15.763023" | |||||
inkscape:cy="5.9688197" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g3088" | |||||
inkscape:current-layer="layer1" | |||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata5155"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,25 +178,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-118.26377,-79.997334)"> | |||||
<g | |||||
transform="matrix(0.27191367,0,0,-0.27191367,41.843143,587.85632)" | |||||
id="g3088"> | |||||
<path | |||||
d="m 293.0229,1844.2559 c -6.335,0 -11.489,5.154 -11.489,11.489 0,6.335 5.154,11.49 11.489,11.49 6.335,0 11.489,-5.155 11.489,-11.49 0,-6.335 -5.154,-11.489 -11.489,-11.489" | |||||
style="opacity:1;vector-effect:none;fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
id="path4639" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 293.0229,1847.4709 c -4.562,0 -8.274,3.712 -8.274,8.274 0,4.563 3.712,8.275 8.274,8.275 4.562,0 8.274,-3.712 8.274,-8.275 0,-4.562 -3.712,-8.274 -8.274,-8.274" | |||||
style="fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |||||
id="path4647" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 298.1254,1855.7454 c 0,-2.817 -2.285,-5.103 -5.103,-5.103 -2.817,0 -5.102,2.286 -5.102,5.103 0,2.817 2.285,5.103 5.102,5.103 2.818,0 5.103,-2.286 5.103,-5.103" | |||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#909290;stroke-width:0.97304165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
id="path4655" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | |||||
transform="translate(-88.611154,-119.19859)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7255" | |||||
d="m 92.788964,127.42922 c -2.235179,0 -4.05281,-1.81762 -4.05281,-4.05282 0,-2.23516 1.817631,-4.05281 4.05281,-4.05281 2.235176,0 4.05281,1.81765 4.05281,4.05281 0,2.2352 -1.817634,4.05282 -4.05281,4.05282" | |||||
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7261" | |||||
d="m 92.788964,126.29511 c -1.609548,0 -2.918685,-1.30916 -2.918685,-2.91871 0,-1.60954 1.309137,-2.91867 2.918685,-2.91867 1.609549,0 2.918682,1.30913 2.918682,2.91867 0,1.60955 -1.309133,2.91871 -2.918682,2.91871" | |||||
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7265" | |||||
d="m 94.588681,123.3764 c 0,0.99357 -0.806153,1.79974 -1.799717,1.79974 -0.993567,0 -1.79972,-0.80617 -1.79972,-1.79974 0,-0.99356 0.806153,-1.79969 1.79972,-1.79969 0.993564,0 1.799717,0.80613 1.799717,1.79969" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,316 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="31.350592" | |||||
height="31.350582" | |||||
viewBox="0 0 8.294844 8.2948415" | |||||
width="10.355158mm" | |||||
height="10.35652mm" | |||||
viewBox="0 0 10.355158 10.35652" | |||||
version="1.1" | version="1.1" | ||||
id="svg5158" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="PJ3410.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="PJ3410.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs5152" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,24 +326,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="11.2" | |||||
inkscape:cx="7.3041493" | |||||
inkscape:cy="16.775019" | |||||
inkscape:zoom="3.959798" | |||||
inkscape:cx="6.9359976" | |||||
inkscape:cy="-37.491484" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
fit-margin-top="1.5" | |||||
fit-margin-left="1.5" | |||||
fit-margin-right="1.5" | |||||
fit-margin-bottom="1.5" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | inkscape:window-maximized="0" | ||||
units="px" /> | |||||
units="px" | |||||
fit-margin-top="0" | |||||
fit-margin-left="0" | |||||
fit-margin-right="0" | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata5155"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -57,29 +358,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-116.53208,-79.379106)"> | |||||
<g | |||||
id="g6580"> | |||||
<path | |||||
d="m 120.679,87.144781 c -1.99518,-0.01238 -3.61825,-1.636715 -3.61775,-3.621032 7.6e-4,-1.985581 1.62358,-3.607391 3.61775,-3.615475 1.9876,0.0096 3.61068,1.63141 3.61876,3.615222 -0.005,1.985581 -1.62762,3.609917 -3.61825,3.621285 z" | |||||
style="fill:#e7e7e7;fill-opacity:1;fill-rule:nonzero;stroke:#939593;stroke-width:0.26458332;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-opacity:1" | |||||
id="path5197" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 117.99124,83.523774 c 0.008,1.490954 1.19741,2.681544 2.68812,2.688113 1.48362,-0.004 2.68482,-1.202969 2.6828,-2.688113 -0.001,-1.482617 -1.20145,-2.678765 -2.6828,-2.682807 -1.48868,0.0063 -2.67751,1.193622 -2.68812,2.682807" | |||||
style="opacity:1;vector-effect:none;fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
id="path5205" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5219" | |||||
style="fill:#555555;fill-opacity:1;stroke:#3b3b3b;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 118.58505,83.524254 c 0.006,1.161792 0.93216,2.088649 2.0937,2.093701 1.15573,-0.0033 2.09092,-0.936709 2.08966,-2.093701 -7.6e-4,-1.154971 -0.93621,-2.086375 -2.08966,-2.089407 -1.15952,0.0051 -2.08562,0.929636 -2.0937,2.089407 z" /> | |||||
<path | |||||
d="m 119.24446,83.524987 c 0.004,0.795242 0.63836,1.430072 1.43361,1.433609 0.79145,-0.0025 1.43184,-0.641398 1.43083,-1.433609 -5.1e-4,-0.790949 -0.64064,-1.42881 -1.43083,-1.430831 -0.79398,0.0035 -1.42805,0.636598 -1.43361,1.430831" | |||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:8.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||||
id="path5209" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | |||||
transform="translate(-74.416306,-97.613551)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7751" | |||||
d="m 79.593198,107.84507 c -2.786394,-0.018 -5.053266,-2.28618 -5.051891,-5.05739 0.0014,-2.77125 2.266876,-5.036748 5.051891,-5.049128 2.775366,0.0138 5.042242,2.279258 5.053266,5.049128 -0.0055,2.77259 -2.272386,5.04084 -5.05189,5.05739 z m 0,0" | |||||
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7757" | |||||
d="m 75.83942,102.78768 c 0.01101,2.0822 1.672939,3.74548 3.753778,3.75514 2.072569,-0.007 3.74964,-1.67982 3.746884,-3.75514 -0.0014,-2.06982 -1.677073,-3.740008 -3.746884,-3.745508 -2.078083,0.008 -3.738619,1.666028 -3.753778,3.745508" | |||||
style="fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7759" | |||||
d="m 77.58953,102.79043 c 0.0055,1.11069 0.891589,1.99676 2.002289,2.00226 1.105185,-0.004 1.999534,-0.8957 1.998154,-2.00226 0,-1.10518 -0.894345,-1.99542 -1.998154,-1.99817 -1.107941,0.004 -1.99402,0.88883 -2.002289,1.99817" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2a2b2a;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 76.73908,102.78956 c 0.0078,1.58293 1.270673,2.84574 2.853618,2.85358 1.575085,-0.006 2.849691,-1.27654 2.847724,-2.85358 0,-1.57508 -1.274601,-2.843827 -2.847724,-2.847746 -1.579013,0.0057 -2.841833,1.266736 -2.853618,2.847746" | |||||
id="path18715" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.2020836mm" | |||||
height="8.20224mm" | |||||
viewBox="0 0 8.2020836 8.20224" | |||||
width="11.076657mm" | |||||
height="11.076675mm" | |||||
viewBox="0 0 11.076657 11.076676" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-173.64285" | |||||
inkscape:cy="-160.77948" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="38.645341" | |||||
inkscape:cy="26.414319" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-140.05908,-125.30579)"> | |||||
<g | |||||
id="g2800" | |||||
transform="matrix(0.26121285,0,0,-0.26121285,-165.63837,785.20787)" | |||||
style="stroke-width:1.35053766"> | |||||
<g | |||||
transform="translate(1201.7002,2510.5996)" | |||||
id="g5145" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5147" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-8.67 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.03 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1197.2002,2510.6006)" | |||||
id="g5153" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5155" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.2 -11.2,-11.2 -6.184,0 -11.2,5.014 -11.2,11.2 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1188,2526.1582)" | |||||
id="g5157" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5159" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="M 0,0 C -0.656,0.084 -1.321,0.142 -2,0.142 -2.679,0.142 -3.344,0.084 -4,0 v -4.823 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-48.227372,-89.732825)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7729" | |||||
d="m 59.304029,95.271161 c 0,3.059246 -2.479075,5.538339 -5.538328,5.538339 -3.057878,0 -5.538329,-2.479093 -5.538329,-5.538339 0,-3.057867 2.480451,-5.538336 5.538329,-5.538336 3.059253,0 5.538328,2.480469 5.538328,5.538336" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7733" | |||||
d="m 57.716529,95.270473 c 0,2.182812 -1.768016,3.950836 -3.950828,3.950836 -2.181437,0 -3.950829,-1.768024 -3.950829,-3.950836 0,-2.181433 1.769392,-3.949457 3.950829,-3.949457 2.182812,0 3.950828,1.768024 3.950828,3.949457" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7735" | |||||
d="m 54.471256,89.782436 c -0.231493,-0.02893 -0.465772,-0.04961 -0.705555,-0.04961 -0.239783,0 -0.474028,0.02067 -0.705556,0.04961 v 1.701878 h 1.411111 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.2020836mm" | |||||
height="8.20224mm" | |||||
viewBox="0 0 8.2020836 8.20224" | |||||
width="11.076657mm" | |||||
height="11.076672mm" | |||||
viewBox="0 0 11.076657 11.076672" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-379.78574" | |||||
inkscape:cy="-72.636041" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="28.387952" | |||||
inkscape:cy="10.621148" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-194.60105,-148.62707)"> | |||||
<g | |||||
id="g2816" | |||||
transform="matrix(0.26121285,0,0,-0.26121285,-111.0964,766.73509)" | |||||
style="stroke-width:1.35053766"> | |||||
<g | |||||
transform="translate(1201.7002,2350.5996)" | |||||
id="g5113" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5115" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-8.67 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.03 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.35053766" | |||||
transform="translate(1197.2002,2350.6006)" | |||||
id="g5121"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5123" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.2 -11.2,-11.2 -6.184,0 -11.2,5.014 -11.2,11.2 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.35053766" | |||||
transform="translate(1188,2366.1582)" | |||||
id="g5125"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5127" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="M 0,0 C -0.656,0.084 -1.321,0.142 -2,0.142 -2.679,0.142 -3.344,0.084 -4,0 v -4.823 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-50.941306,-85.554219)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7713" | |||||
d="m 62.017963,91.092555 c 0,3.059246 -2.479075,5.538336 -5.538328,5.538336 -3.057878,0 -5.538329,-2.47909 -5.538329,-5.538336 0,-3.057867 2.480451,-5.538336 5.538329,-5.538336 3.059253,0 5.538328,2.480469 5.538328,5.538336" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7717" | |||||
d="m 60.430463,91.091863 c 0,2.182813 -1.768016,3.950836 -3.950828,3.950836 -2.181437,0 -3.950829,-1.768023 -3.950829,-3.950836 0,-2.181433 1.769392,-3.949456 3.950829,-3.949456 2.182812,0 3.950828,1.768023 3.950828,3.949456" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7719" | |||||
d="m 57.18519,85.60383 c -0.231493,-0.02893 -0.465772,-0.04961 -0.705555,-0.04961 -0.239783,0 -0.474028,0.02067 -0.705556,0.04961 v 1.701878 h 1.411111 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.2020836mm" | |||||
height="8.20224mm" | |||||
viewBox="0 0 8.2020836 8.20224" | |||||
width="11.076657mm" | |||||
height="11.076672mm" | |||||
viewBox="0 0 11.076657 11.076672" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-241.00001" | |||||
inkscape:cy="-250.99346" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="35.570219" | |||||
inkscape:cy="11.017728" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-157.88066,-101.43667)"> | |||||
<g | |||||
id="g2808" | |||||
transform="matrix(0.26121285,0,0,-0.26121285,-147.81679,740.44172)" | |||||
style="stroke-width:1.35053766"> | |||||
<g | |||||
transform="translate(1201.7002,2430.5996)" | |||||
id="g5129" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5131" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-8.67 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.03 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.35053766" | |||||
transform="translate(1197.2002,2430.6006)" | |||||
id="g5137"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5139" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.2 -11.2,-11.2 -6.184,0 -11.2,5.014 -11.2,11.2 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.35053766" | |||||
transform="translate(1188,2446.1582)" | |||||
id="g5141"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5143" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="M 0,0 C -0.656,0.084 -1.321,0.142 -2,0.142 -2.679,0.142 -3.344,0.084 -4,0 v -4.823 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.040998,-85.659147)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7721" | |||||
d="m 60.117655,91.197483 c 0,3.059246 -2.479075,5.538336 -5.538328,5.538336 -3.057878,0 -5.538329,-2.47909 -5.538329,-5.538336 0,-3.057867 2.480451,-5.538336 5.538329,-5.538336 3.059253,0 5.538328,2.480469 5.538328,5.538336" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7725" | |||||
d="m 58.530155,91.196795 c 0,2.182812 -1.768016,3.950836 -3.950828,3.950836 -2.181437,0 -3.950829,-1.768024 -3.950829,-3.950836 0,-2.181433 1.769392,-3.949457 3.950829,-3.949457 2.182812,0 3.950828,1.768024 3.950828,3.949457" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7727" | |||||
d="m 55.284882,85.708758 c -0.231493,-0.02893 -0.465772,-0.04961 -0.705555,-0.04961 -0.239783,0 -0.474028,0.02067 -0.705556,0.04961 v 1.701878 h 1.411111 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="10.583333mm" | |||||
height="10.583333mm" | |||||
viewBox="0 0 10.583333 10.583333" | |||||
width="13.999492mm" | |||||
height="13.999491mm" | |||||
viewBox="0 0 13.999491 13.999491" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PSBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PSBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="128.00001" | |||||
inkscape:cy="-39.136957" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="36.344848" | |||||
inkscape:cy="23.935132" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-60.249403,-155.10929)"> | |||||
<g | |||||
id="g2864" | |||||
transform="matrix(0.26667674,0,0,-0.26667674,-225.13495,829.97964)" | |||||
style="stroke-width:1.32286668"> | |||||
<g | |||||
transform="translate(1109.8369,2510.8252)" | |||||
id="g5097" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5099" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-10.958 -8.885,-19.843 -19.843,-19.843 -10.958,0 -19.843,8.885 -19.843,19.843 0,10.958 8.885,19.842 19.843,19.842 C -8.885,19.842 0,10.958 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1101.1939,2510.8262)" | |||||
id="g5101" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5103" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.201 -11.2,-11.201 -6.184,0 -11.2,5.015 -11.2,11.201 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1105.6939,2510.8247)" | |||||
id="g5105" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5107" | |||||
style="fill:none;stroke:#666666;stroke-width:0.88102919;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-8.671 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.029 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1091.8027,2530.5762)" | |||||
id="g5109" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5111" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="M 0,0 C -0.597,0.054 -1.198,0.092 -1.809,0.092 -2.55,0.092 -3.279,0.043 -4,-0.036 v -8.98 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-48.836044,-86.154059)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7705" | |||||
d="m 62.835536,93.153113 c 0,3.866777 -3.133655,7.000437 -7.000416,7.000437 -3.865386,0 -6.999076,-3.13366 -6.999076,-7.000437 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7707" | |||||
d="m 59.787324,93.153801 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7709" | |||||
d="m 61.374824,93.153113 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7711" | |||||
d="m 56.473154,86.185753 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01655 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="10.583333mm" | |||||
height="10.583333mm" | |||||
viewBox="0 0 10.583333 10.583333" | |||||
width="13.999492mm" | |||||
height="13.999487mm" | |||||
viewBox="0 0 13.999491 13.999487" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PSGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PSGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-435.42861" | |||||
inkscape:cy="-179.70717" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="45.219096" | |||||
inkscape:cy="27.987957" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-209.32322,-117.91674)"> | |||||
<g | |||||
id="g2844" | |||||
transform="matrix(0.26667674,0,0,-0.26667674,-76.061131,750.11881)" | |||||
style="stroke-width:1.32286668"> | |||||
<g | |||||
transform="translate(1109.8369,2350.8252)" | |||||
id="g5065" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5067" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-10.958 -8.885,-19.843 -19.843,-19.843 -10.958,0 -19.843,8.885 -19.843,19.843 0,10.958 8.885,19.842 19.843,19.842 C -8.885,19.842 0,10.958 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.32286668" | |||||
transform="translate(1101.1939,2350.8262)" | |||||
id="g5069"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5071" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.201 -11.2,-11.201 -6.184,0 -11.2,5.015 -11.2,11.201 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1105.6939,2350.8247)" | |||||
id="g5073" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5075" | |||||
style="fill:none;stroke:#666666;stroke-width:0.88102919;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-8.671 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.029 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.32286668" | |||||
transform="translate(1091.8027,2370.5762)" | |||||
id="g5077"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5079" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="M 0,0 C -0.597,0.054 -1.198,0.092 -1.809,0.092 -2.55,0.092 -3.279,0.043 -4,-0.036 v -8.98 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-46.488066,-87.226373)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7689" | |||||
d="m 60.487558,94.225427 c 0,3.866777 -3.133655,7.000433 -7.000416,7.000433 -3.865386,0 -6.999076,-3.133656 -6.999076,-7.000433 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7691" | |||||
d="m 57.439346,94.226115 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7693" | |||||
d="m 59.026846,94.225427 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7695" | |||||
d="m 54.125176,87.258067 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01654 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="10.583333mm" | |||||
height="10.583333mm" | |||||
viewBox="0 0 10.583333 10.583333" | |||||
width="13.999492mm" | |||||
height="13.999487mm" | |||||
viewBox="0 0 13.999491 13.999487" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PSRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PSRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-546.28571" | |||||
inkscape:cy="-276.27981" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="50.246257" | |||||
inkscape:cy="20.515109" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-238.65417,-92.365244)"> | |||||
<g | |||||
id="g2854" | |||||
transform="matrix(0.26667674,0,0,-0.26667674,-46.730188,745.90145)" | |||||
style="stroke-width:1.32286668"> | |||||
<g | |||||
transform="translate(1109.8369,2430.8252)" | |||||
id="g5081" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5083" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-10.958 -8.885,-19.843 -19.843,-19.843 -10.958,0 -19.843,8.885 -19.843,19.843 0,10.958 8.885,19.842 19.843,19.842 C -8.885,19.842 0,10.958 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32286668" | |||||
transform="translate(1101.1939,2430.8262)" | |||||
id="g5085"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5087" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.201 -11.2,-11.201 -6.184,0 -11.2,5.015 -11.2,11.201 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1105.6939,2430.8247)" | |||||
id="g5089" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5091" | |||||
style="fill:none;stroke:#666666;stroke-width:0.88102919;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-8.671 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.029 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32286668" | |||||
transform="translate(1091.8027,2450.5762)" | |||||
id="g5093"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5095" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="M 0,0 C -0.597,0.054 -1.198,0.092 -1.809,0.092 -2.55,0.092 -3.279,0.043 -4,-0.036 v -8.98 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-45.157963,-85.249182)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7697" | |||||
d="m 59.157455,92.248236 c 0,3.866777 -3.133655,7.000433 -7.000416,7.000433 -3.865386,0 -6.999076,-3.133656 -6.999076,-7.000433 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7699" | |||||
d="m 56.109243,92.248924 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7701" | |||||
d="m 57.696743,92.248236 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7703" | |||||
d="m 52.795073,85.280876 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01654 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="10.583333mm" | |||||
height="10.583333mm" | |||||
viewBox="0 0 10.583333 10.583333" | |||||
width="13.999492mm" | |||||
height="13.999491mm" | |||||
viewBox="0 0 13.999491 13.999491" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PSWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PSWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="150.85713" | |||||
inkscape:cy="-53.422647" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="34.656219" | |||||
inkscape:cy="23.675099" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-54.201793,-151.32953)"> | |||||
<g | |||||
id="g2834" | |||||
transform="matrix(0.26667674,0,0,-0.26667674,-231.18256,762.19746)" | |||||
style="stroke-width:1.32286668"> | |||||
<g | |||||
transform="translate(1109.8369,2270.8252)" | |||||
id="g4865" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4867" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-10.958 -8.885,-19.843 -19.843,-19.843 -10.958,0 -19.843,8.885 -19.843,19.843 0,10.958 8.885,19.842 19.843,19.842 C -8.885,19.842 0,10.958 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1101.1939,2270.8262)" | |||||
id="g4869" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4871" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.201 -11.2,-11.201 -6.184,0 -11.2,5.015 -11.2,11.201 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1105.6939,2270.8247)" | |||||
id="g4873" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4875" | |||||
style="fill:none;stroke:#666666;stroke-width:0.88102919;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-8.671 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.029 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1091.8027,2290.5762)" | |||||
id="g4877" | |||||
style="stroke-width:1.32286668"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4879" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32286668" | |||||
d="M 0,0 C -0.597,0.054 -1.198,0.092 -1.809,0.092 -2.55,0.092 -3.279,0.043 -4,-0.036 v -8.98 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.282827,-86.085259)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7589" | |||||
d="m 63.282319,93.084313 c 0,3.866777 -3.133655,7.000437 -7.000416,7.000437 -3.865386,0 -6.999076,-3.13366 -6.999076,-7.000437 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7591" | |||||
d="m 60.234107,93.085001 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7593" | |||||
d="m 61.821607,93.084313 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7595" | |||||
d="m 56.919937,86.116953 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01655 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.2020836mm" | |||||
height="8.20224mm" | |||||
viewBox="0 0 8.2020836 8.20224" | |||||
width="11.076657mm" | |||||
height="11.076672mm" | |||||
viewBox="0 0 11.076657 11.076672" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan1PWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan1PWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-218.57146" | |||||
inkscape:cy="-45.707176" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="42.9914" | |||||
inkscape:cy="11.653139" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-151.94644,-155.752)"> | |||||
<g | |||||
id="g2824" | |||||
transform="matrix(0.26121285,0,0,-0.26121285,-153.75101,752.96299)" | |||||
style="stroke-width:1.35053766"> | |||||
<g | |||||
transform="translate(1201.7002,2270.5996)" | |||||
id="g4881" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4883" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-8.67 -7.03,-15.7 -15.7,-15.7 -8.67,0 -15.7,7.03 -15.7,15.7 0,8.67 7.03,15.7 15.7,15.7 C -7.03,15.7 0,8.67 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1197.2002,2270.6006)" | |||||
id="g4889" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4891" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="m 0,0 c 0,-6.186 -5.014,-11.2 -11.2,-11.2 -6.184,0 -11.2,5.014 -11.2,11.2 0,6.185 5.016,11.198 11.2,11.198 C -5.014,11.198 0,6.185 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1188,2286.1582)" | |||||
id="g4893" | |||||
style="stroke-width:1.35053766"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4895" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.35053766" | |||||
d="M 0,0 C -0.656,0.084 -1.321,0.142 -2,0.142 -2.679,0.142 -3.344,0.084 -4,0 v -4.823 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-47.077477,-85.827267)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7597" | |||||
d="m 58.154134,91.365603 c 0,3.059246 -2.479075,5.538336 -5.538328,5.538336 -3.057878,0 -5.538329,-2.47909 -5.538329,-5.538336 0,-3.057867 2.480451,-5.538336 5.538329,-5.538336 3.059253,0 5.538328,2.480469 5.538328,5.538336" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7599" | |||||
d="m 56.566634,91.364911 c 0,2.182813 -1.768016,3.950836 -3.950828,3.950836 -2.181437,0 -3.950829,-1.768023 -3.950829,-3.950836 0,-2.181433 1.769392,-3.949456 3.950829,-3.949456 2.182812,0 3.950828,1.768023 3.950828,3.949456" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7603" | |||||
d="m 53.321361,85.876878 c -0.231493,-0.02893 -0.465772,-0.04961 -0.705555,-0.04961 -0.239783,0 -0.474028,0.02067 -0.705556,0.04961 v 1.701878 h 1.411111 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.9958334mm" | |||||
height="8.9957018mm" | |||||
viewBox="0 0 8.9958336 8.9957016" | |||||
width="12.097797mm" | |||||
height="12.097801mm" | |||||
viewBox="0 0 12.097797 12.097802" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-465.85716" | |||||
inkscape:cy="-467.27904" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="33.128973" | |||||
inkscape:cy="34.290851" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-217.37411,-43.417668)"> | |||||
<g | |||||
id="g2872" | |||||
transform="matrix(0.26230743,0,0,-0.26230743,-38.478849,706.52369)" | |||||
style="stroke-width:1.34490192"> | |||||
<g | |||||
transform="translate(1009.6885,2510.8252)" | |||||
id="g5053" | |||||
style="stroke-width:1.34490192"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5055" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1004.7735,2510.8257)" | |||||
id="g5057" | |||||
style="stroke-width:1.34490192"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5059" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(994.541,2527.8457)" | |||||
id="g5061" | |||||
style="stroke-width:1.34490192"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5063" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="M 0,0 C -0.657,0.077 -1.322,0.127 -2,0.127 -2.678,0.127 -3.343,0.077 -4,0 v -5.388 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.686911,-90.795699)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7683" | |||||
d="m 61.784708,96.843911 c 0,3.341739 -2.707851,6.049589 -6.048209,6.049589 -3.341743,0 -6.049588,-2.70785 -6.049588,-6.049589 0,-3.340364 2.707845,-6.048209 6.049588,-6.048209 3.340358,0 6.048209,2.707845 6.048209,6.048209" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7685" | |||||
d="m 60.051123,96.844599 c 0,2.382625 -1.931991,4.314631 -4.314616,4.314631 -2.38263,0 -4.316018,-1.932006 -4.316018,-4.314631 0,-2.384005 1.933388,-4.314638 4.316018,-4.314638 2.382625,0 4.314616,1.930633 4.314616,4.314638" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7687" | |||||
d="m 56.440675,90.839799 c -0.23151,-0.02618 -0.465775,-0.0441 -0.705555,-0.0441 -0.2384,0 -0.472666,0.01792 -0.705556,0.0441 v 1.901691 h 1.411111 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.9958334mm" | |||||
height="8.9957018mm" | |||||
viewBox="0 0 8.9958336 8.9957016" | |||||
width="12.097797mm" | |||||
height="12.097805mm" | |||||
viewBox="0 0 12.097797 12.097806" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-260.42857" | |||||
inkscape:cy="-73.279536" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="19.905014" | |||||
inkscape:cy="37.67402" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-163.02113,-147.66337)"> | |||||
<g | |||||
id="g2888" | |||||
transform="matrix(0.26230743,0,0,-0.26230743,-92.831834,768.8002)" | |||||
style="stroke-width:1.34490192"> | |||||
<g | |||||
transform="translate(1009.6885,2350.8252)" | |||||
id="g5029" | |||||
style="stroke-width:1.34490192"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5031" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.34490192" | |||||
transform="translate(1004.7735,2350.8257)" | |||||
id="g5033"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5035" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.34490192" | |||||
transform="translate(994.541,2367.8457)" | |||||
id="g5037"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5039" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="M 0,0 C -0.657,0.077 -1.322,0.127 -2,0.127 -2.678,0.127 -3.343,0.077 -4,0 v -5.388 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-53.18575,-91.690825)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7671" | |||||
d="m 65.283547,97.739037 c 0,3.341743 -2.707851,6.049593 -6.048209,6.049593 -3.341743,0 -6.049588,-2.70785 -6.049588,-6.049593 0,-3.340364 2.707845,-6.048209 6.049588,-6.048209 3.340358,0 6.048209,2.707845 6.048209,6.048209" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7673" | |||||
d="m 63.549962,97.739725 c 0,2.382635 -1.931977,4.314635 -4.31462,4.314635 -2.382629,0 -4.316017,-1.932 -4.316017,-4.314635 0,-2.384005 1.933388,-4.314638 4.316017,-4.314638 2.382643,0 4.31462,1.930633 4.31462,4.314638" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7675" | |||||
d="m 59.939514,91.734925 c -0.23151,-0.02618 -0.465775,-0.0441 -0.705555,-0.0441 -0.2384,0 -0.472666,0.01792 -0.705556,0.0441 v 1.901691 h 1.411111 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="8.9958334mm" | |||||
height="8.9957018mm" | |||||
viewBox="0 0 8.9958336 8.9957016" | |||||
width="12.097797mm" | |||||
height="12.097802mm" | |||||
viewBox="0 0 12.097797 12.097803" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-211.71429" | |||||
inkscape:cy="-95.993579" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="51.516994" | |||||
inkscape:cy="37.321731" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-150.13214,-141.65361)"> | |||||
<g | |||||
id="g2880" | |||||
transform="matrix(0.26230743,0,0,-0.26230743,-105.72082,783.77504)" | |||||
style="stroke-width:1.34490192"> | |||||
<g | |||||
transform="translate(1009.6885,2430.8252)" | |||||
id="g5041" | |||||
style="stroke-width:1.34490192"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5043" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.34490192" | |||||
transform="translate(1004.7735,2430.8257)" | |||||
id="g5045"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5047" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.34490192" | |||||
transform="translate(994.541,2447.8457)" | |||||
id="g5049"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5051" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34490192" | |||||
d="M 0,0 C -0.657,0.077 -1.322,0.127 -2,0.127 -2.678,0.127 -3.343,0.077 -4,0 v -5.388 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-44.821747,-91.597618)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7677" | |||||
d="m 56.919544,97.64583 c 0,3.34175 -2.707851,6.04959 -6.048209,6.04959 -3.341743,0 -6.049588,-2.70784 -6.049588,-6.04959 0,-3.340364 2.707845,-6.048209 6.049588,-6.048209 3.340358,0 6.048209,2.707845 6.048209,6.048209" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7679" | |||||
d="m 55.185959,97.646518 c 0,2.382632 -1.931991,4.314642 -4.314616,4.314642 -2.38263,0 -4.316018,-1.93201 -4.316018,-4.314642 0,-2.384005 1.933388,-4.314638 4.316018,-4.314638 2.382625,0 4.314616,1.930633 4.314616,4.314638" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7681" | |||||
d="m 51.575511,91.641718 c -0.23151,-0.02618 -0.465775,-0.0441 -0.705555,-0.0441 -0.2384,0 -0.472666,0.01792 -0.705556,0.0441 v 1.901691 h 1.411111 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.377084mm" | |||||
height="11.377136mm" | |||||
viewBox="0 0 11.377084 11.377136" | |||||
width="15.290711mm" | |||||
height="15.292072mm" | |||||
viewBox="0 0 15.290711 15.292074" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PSBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PSBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-233.07144" | |||||
inkscape:cy="-174.4934" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="32.819441" | |||||
inkscape:cy="41.134446" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-155.78289,-118.50243)"> | |||||
<g | |||||
id="g2936" | |||||
transform="matrix(0.26248347,0,0,-0.26248347,-72.994212,783.24114)" | |||||
style="stroke-width:1.34399998"> | |||||
<g | |||||
transform="translate(914.9307,2510.8252)" | |||||
id="g5013" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5015" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-11.968 -9.704,-21.672 -21.672,-21.672 -11.968,0 -21.672,9.704 -21.672,21.672 0,11.969 9.704,21.671 21.672,21.671 C -9.704,21.671 0,11.969 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(910.4062,2510.8247)" | |||||
id="g5017" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5019" | |||||
style="fill:none;stroke:#666666;stroke-width:0.89510399;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(905.4912,2510.8252)" | |||||
id="g5021" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5023" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(895.2588,2532.4014)" | |||||
id="g5025" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5027" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="M 0,0 C -0.659,0.061 -1.326,0.096 -2,0.096 -2.675,0.096 -3.342,0.061 -4,0 v -9.943 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.768808,-89.412128)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7663" | |||||
d="m 65.059519,97.057463 c 0,4.222317 -3.423048,7.646737 -7.645357,7.646737 -4.222309,0 -7.645354,-3.42442 -7.645354,-7.646737 0,-4.222309 3.423045,-7.643978 7.645354,-7.643978 4.222309,0 7.645357,3.421669 7.645357,7.643978" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7665" | |||||
d="m 63.463754,97.058151 c 0,3.341749 -2.709224,6.049589 -6.049589,6.049589 -3.340364,0 -6.049588,-2.70784 -6.049588,-6.049589 0,-3.340364 2.709224,-6.048209 6.049588,-6.048209 3.340365,0 6.049589,2.707845 6.049589,6.048209 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7667" | |||||
d="m 61.729491,97.058843 c 0,2.382629 -1.932012,4.314647 -4.316017,4.314647 -2.382626,0 -4.314638,-1.932018 -4.314638,-4.314647 0,-2.384005 1.932012,-4.314638 4.314638,-4.314638 2.384005,0 4.316017,1.930633 4.316017,4.314638" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7669" | |||||
d="m 58.119718,89.446558 c -0.231511,-0.02205 -0.467156,-0.03443 -0.705556,-0.03443 -0.2384,0 -0.472666,0.01238 -0.705556,0.03443 v 3.507108 h 1.411112 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.377084mm" | |||||
height="11.377136mm" | |||||
viewBox="0 0 11.377084 11.377136" | |||||
width="15.290711mm" | |||||
height="15.292065mm" | |||||
viewBox="0 0 15.290711 15.292066" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PSGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PSGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-548.21432" | |||||
inkscape:cy="-183.92137" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="17.70635" | |||||
inkscape:cy="40.123343" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-239.16444,-116.00793)"> | |||||
<g | |||||
id="g2916" | |||||
transform="matrix(0.26248347,0,0,-0.26248347,10.387339,738.74928)" | |||||
style="stroke-width:1.34399998"> | |||||
<g | |||||
transform="translate(914.9307,2350.8252)" | |||||
id="g4981" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4983" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-11.968 -9.704,-21.672 -21.672,-21.672 -11.968,0 -21.672,9.704 -21.672,21.672 0,11.969 9.704,21.671 21.672,21.671 C -9.704,21.671 0,11.969 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(910.4062,2350.8247)" | |||||
id="g4985" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4987" | |||||
style="fill:none;stroke:#666666;stroke-width:0.89510399;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.34399998" | |||||
transform="translate(905.4912,2350.8252)" | |||||
id="g4989"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4991" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.34399998" | |||||
transform="translate(895.2588,2372.4014)" | |||||
id="g4993"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4995" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="M 0,0 C -0.659,0.061 -1.326,0.096 -2,0.096 -2.675,0.096 -3.342,0.061 -4,0 v -9.943 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-53.76748,-89.144615)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7647" | |||||
d="m 69.058191,96.78995 c 0,4.22231 -3.423048,7.64673 -7.645357,7.64673 -4.222309,0 -7.645354,-3.42442 -7.645354,-7.64673 0,-4.222309 3.423045,-7.643978 7.645354,-7.643978 4.222309,0 7.645357,3.421669 7.645357,7.643978" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7649" | |||||
d="m 67.462426,96.790638 c 0,3.341742 -2.709224,6.049592 -6.049589,6.049592 -3.340364,0 -6.049588,-2.70785 -6.049588,-6.049592 0,-3.340364 2.709224,-6.048209 6.049588,-6.048209 3.340365,0 6.049589,2.707845 6.049589,6.048209 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7651" | |||||
d="m 65.728163,96.79133 c 0,2.382629 -1.932012,4.31464 -4.316017,4.31464 -2.382626,0 -4.314638,-1.932011 -4.314638,-4.31464 0,-2.384005 1.932012,-4.314638 4.314638,-4.314638 2.384005,0 4.316017,1.930633 4.316017,4.314638" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7653" | |||||
d="m 62.11839,89.179045 c -0.231511,-0.02205 -0.467156,-0.03443 -0.705556,-0.03443 -0.2384,0 -0.472666,0.01238 -0.705556,0.03443 v 3.507108 h 1.411112 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.377084mm" | |||||
height="11.377136mm" | |||||
viewBox="0 0 11.377084 11.377136" | |||||
width="15.290711mm" | |||||
height="15.292068mm" | |||||
viewBox="0 0 15.290711 15.292069" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PSRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PSRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-294.42859" | |||||
inkscape:cy="-332.99329" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="28.209324" | |||||
inkscape:cy="41.164604" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-172.01697,-76.566002)"> | |||||
<g | |||||
id="g2926" | |||||
transform="matrix(0.26248347,0,0,-0.26248347,-56.760134,720.30603)" | |||||
style="stroke-width:1.34399998"> | |||||
<g | |||||
transform="translate(914.9307,2430.8252)" | |||||
id="g4997" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4999" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-11.968 -9.704,-21.672 -21.672,-21.672 -11.968,0 -21.672,9.704 -21.672,21.672 0,11.969 9.704,21.671 21.672,21.671 C -9.704,21.671 0,11.969 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(910.4062,2430.8247)" | |||||
id="g5001" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5003" | |||||
style="fill:none;stroke:#666666;stroke-width:0.89510399;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.34399998" | |||||
transform="translate(905.4912,2430.8252)" | |||||
id="g5005"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5007" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.231 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.34399998" | |||||
transform="translate(895.2588,2452.4014)" | |||||
id="g5009"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path5011" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="M 0,0 C -0.659,0.061 -1.326,0.096 -2,0.096 -2.675,0.096 -3.342,0.061 -4,0 v -9.943 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-50.988568,-89.420112)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7655" | |||||
d="m 66.279279,97.065447 c 0,4.222313 -3.423048,7.646733 -7.645357,7.646733 -4.222309,0 -7.645354,-3.42442 -7.645354,-7.646733 0,-4.222309 3.423045,-7.643978 7.645354,-7.643978 4.222309,0 7.645357,3.421669 7.645357,7.643978" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7657" | |||||
d="m 64.683514,97.066135 c 0,3.341745 -2.709224,6.049595 -6.049589,6.049595 -3.340364,0 -6.049588,-2.70785 -6.049588,-6.049595 0,-3.340364 2.709224,-6.048209 6.049588,-6.048209 3.340365,0 6.049589,2.707845 6.049589,6.048209 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7659" | |||||
d="m 62.949251,97.066827 c 0,2.382629 -1.932012,4.314643 -4.316017,4.314643 -2.382626,0 -4.314638,-1.932014 -4.314638,-4.314643 0,-2.384005 1.932012,-4.314638 4.314638,-4.314638 2.384005,0 4.316017,1.930633 4.316017,4.314638" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7661" | |||||
d="m 59.339478,89.454542 c -0.231511,-0.02205 -0.467156,-0.03443 -0.705556,-0.03443 -0.2384,0 -0.472666,0.01238 -0.705556,0.03443 v 3.507108 h 1.411112 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.377084mm" | |||||
height="11.377136mm" | |||||
viewBox="0 0 11.377084 11.377136" | |||||
width="15.290711mm" | |||||
height="15.292067mm" | |||||
viewBox="0 0 15.290711 15.292068" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2PSWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PSWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-302.85716" | |||||
inkscape:cy="-21.421643" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="35.417662" | |||||
inkscape:cy="33.903524" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-174.24703,-159.00267)"> | |||||
<g | |||||
id="g2906" | |||||
transform="matrix(0.26248347,0,0,-0.26248347,-54.530071,760.74534)" | |||||
style="stroke-width:1.34399998"> | |||||
<g | |||||
transform="translate(914.9307,2270.8252)" | |||||
id="g4837" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4839" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-11.968 -9.704,-21.672 -21.672,-21.672 -11.968,0 -21.672,9.704 -21.672,21.672 0,11.969 9.704,21.671 21.672,21.671 C -9.704,21.671 0,11.969 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(910.4062,2270.8247)" | |||||
id="g4841" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4843" | |||||
style="fill:none;stroke:#666666;stroke-width:0.89510399;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.147 -17.147,-17.147 -9.47,0 -17.148,7.676 -17.148,17.147 0,9.47 7.678,17.147 17.148,17.147 C -7.678,17.147 0,9.47 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(905.4912,2271.0039)" | |||||
id="g4845" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4847" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,-0.1787 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.231 12.233,12.231 C -5.476,12.0523 0,6.5763 0,-0.1787" /> | |||||
</g> | |||||
<g | |||||
transform="translate(895.2588,2292.4014)" | |||||
id="g4849" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4851" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="M 0,0 C -0.659,0.061 -1.326,0.096 -2,0.096 -2.675,0.096 -3.342,0.061 -4,0 v -9.943 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.081362,-87.498953)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7575" | |||||
d="m 64.372073,95.144288 c 0,4.222305 -3.423048,7.646732 -7.645357,7.646732 -4.222309,0 -7.645354,-3.424427 -7.645354,-7.646732 0,-4.222309 3.423045,-7.643978 7.645354,-7.643978 4.222309,0 7.645357,3.421669 7.645357,7.643978" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7577" | |||||
d="m 62.776308,95.144976 c 0,3.341747 -2.709224,6.049584 -6.049589,6.049584 -3.340364,0 -6.049588,-2.707837 -6.049588,-6.049584 0,-3.340364 2.709224,-6.048209 6.049588,-6.048209 3.340365,0 6.049589,2.707845 6.049589,6.048209 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7579" | |||||
d="m 61.042045,95.145668 c 0,2.382625 -1.932012,4.314635 -4.316017,4.314635 -2.382626,0 -4.314638,-1.93201 -4.314638,-4.314635 0,-2.384005 1.932012,-4.314638 4.314638,-4.314638 2.384005,0 4.316017,1.930633 4.316017,4.314638" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7581" | |||||
d="m 57.432272,87.533383 c -0.231511,-0.02205 -0.467156,-0.03443 -0.705556,-0.03443 -0.2384,0 -0.472666,0.01238 -0.705556,0.03443 v 3.507108 h 1.411112 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -1,11 +1,438 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
width="34.295px" height="34.295px" viewBox="0 0 34.295 34.295" enable-background="new 0 0 34.295 34.295" xml:space="preserve"> | |||||
<path d="M34.295,17.147c0,9.472-7.679,17.147-17.147,17.147C7.678,34.295,0,26.619,0,17.147C0,7.678,7.678,0,17.148,0 | |||||
C26.617,0,34.295,7.678,34.295,17.147"/> | |||||
<path fill="#FFFFFF" d="M29.379,17.146c0,6.756-5.476,12.232-12.231,12.232c-6.755,0-12.233-5.477-12.233-12.232 | |||||
c0-6.754,5.478-12.23,12.233-12.23C23.904,4.916,29.379,10.393,29.379,17.146"/> | |||||
<path fill="#FFFFFF" d="M19.147,0.127C18.491,0.05,17.825,0,17.147,0s-1.342,0.05-2,0.127v5.389h4V0.127z"/> | |||||
</svg> | |||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||||
<svg | |||||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||||
xmlns:cc="http://creativecommons.org/ns#" | |||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||
xmlns:svg="http://www.w3.org/2000/svg" | |||||
xmlns="http://www.w3.org/2000/svg" | |||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||||
width="12.097797mm" | |||||
height="12.0978mm" | |||||
viewBox="0 0 12.097797 12.097801" | |||||
version="1.1" | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2PWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | |||||
id="base" | |||||
pagecolor="#ffffff" | |||||
bordercolor="#666666" | |||||
borderopacity="1.0" | |||||
inkscape:pageopacity="0.0" | |||||
inkscape:pageshadow="2" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="39.721606" | |||||
inkscape:cy="45.169165" | |||||
inkscape:document-units="mm" | |||||
inkscape:current-layer="layer1" | |||||
showgrid="false" | |||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | |||||
fit-margin-left="0" | |||||
fit-margin-right="0" | |||||
fit-margin-bottom="0" /> | |||||
<metadata | |||||
id="metadata15243"> | |||||
<rdf:RDF> | |||||
<cc:Work | |||||
rdf:about=""> | |||||
<dc:format>image/svg+xml</dc:format> | |||||
<dc:type | |||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | |||||
</rdf:RDF> | |||||
</metadata> | |||||
<g | |||||
inkscape:label="Layer 1" | |||||
inkscape:groupmode="layer" | |||||
id="layer1" | |||||
transform="translate(-47.94261,-93.67392)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7583" | |||||
d="m 60.040407,99.722132 c 0,3.341748 -2.707851,6.049588 -6.048209,6.049588 -3.341743,0 -6.049588,-2.70784 -6.049588,-6.049588 0,-3.340364 2.707845,-6.048209 6.049588,-6.048209 3.340358,0 6.048209,2.707845 6.048209,6.048209" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7585" | |||||
d="m 58.306822,99.72282 c 0,2.38263 -1.931984,4.31464 -4.314613,4.31464 -2.382629,0 -4.316017,-1.93201 -4.316017,-4.31464 0,-2.384005 1.933388,-4.314638 4.316017,-4.314638 2.382629,0 4.314613,1.930633 4.314613,4.314638" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7587" | |||||
d="m 54.696374,93.71802 c -0.23151,-0.02618 -0.465775,-0.0441 -0.705555,-0.0441 -0.2384,0 -0.472666,0.01792 -0.705556,0.0441 v 1.901691 h 1.411111 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | |||||
</svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.377084mm" | |||||
height="11.377346mm" | |||||
viewBox="0 0 11.377084 11.377346" | |||||
width="15.290711mm" | |||||
height="15.29209mm" | |||||
viewBox="0 0 15.290711 15.292092" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan2SGray.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan2SGray.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-37.428587" | |||||
inkscape:cy="-24.564931" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="46.358128" | |||||
inkscape:cy="42.711452" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-104.01905,-158.1708)"> | |||||
<g | |||||
id="g2989" | |||||
transform="matrix(0.26248347,0,0,-0.26248347,-97.510246,759.91342)" | |||||
style="stroke-width:1.34399998"> | |||||
<g | |||||
transform="translate(811.123,2270.8252)" | |||||
id="g4741" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4743" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-11.968 -9.704,-21.673 -21.672,-21.673 -11.968,0 -21.672,9.705 -21.672,21.673 0,11.968 9.704,21.672 21.672,21.672 C -9.704,21.672 0,11.968 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(801.6835,2270.8257)" | |||||
id="g4745" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4747" | |||||
style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34399998" | |||||
d="m 0,0 c 0,-6.755 -5.476,-12.232 -12.232,-12.232 -6.754,0 -12.233,5.477 -12.233,12.232 0,6.755 5.479,12.23 12.233,12.23 C -5.476,12.23 0,6.755 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(806.5985,2270.8257)" | |||||
id="g4749" | |||||
style="stroke-width:1.34399998"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4751" | |||||
style="fill:none;stroke:#666666;stroke-width:0.89510399;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-9.471 -7.678,-17.148 -17.147,-17.148 -9.47,0 -17.148,7.677 -17.148,17.148 0,9.469 7.678,17.146 17.148,17.146 C -7.678,17.146 0,9.469 0,0 Z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-46.186697,-89.82936)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7481" | |||||
d="m 61.477408,97.474714 c 0,4.222306 -3.423045,7.646736 -7.645354,7.646736 -4.220933,0 -7.645357,-3.42443 -7.645357,-7.646736 0,-4.22093 3.424424,-7.645354 7.645357,-7.645354 4.222309,0 7.645354,3.424424 7.645354,7.645354" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7483" | |||||
d="m 58.147377,97.475405 c 0,2.38263 -1.932009,4.314635 -4.314638,4.314635 -2.382626,0 -4.316014,-1.932005 -4.316014,-4.314635 0,-2.384005 1.933388,-4.314638 4.316014,-4.314638 2.382629,0 4.314638,1.930633 4.314638,4.314638" | |||||
style="fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7485" | |||||
d="m 59.880951,97.474714 c 0,3.341746 -2.707848,6.049586 -6.048212,6.049586 -3.341741,0 -6.049585,-2.70784 -6.049585,-6.049586 0,-3.340365 2.707844,-6.048209 6.049585,-6.048209 3.340364,0 6.048212,2.707844 6.048212,6.048209 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.1125mm" | |||||
height="11.112846mm" | |||||
viewBox="0 0 11.1125 11.112846" | |||||
width="14.732606mm" | |||||
height="14.732597mm" | |||||
viewBox="0 0 14.732606 14.732599" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="146.64283" | |||||
inkscape:cy="-131.92454" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="40.936997" | |||||
inkscape:cy="45.5046" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-55.316822,-130.02973)"> | |||||
<g | |||||
id="g2944" | |||||
transform="matrix(0.26609119,0,0,-0.26609119,-121.78134,803.69453)" | |||||
style="stroke-width:1.32577777"> | |||||
<g | |||||
transform="translate(707.3164,2510.8252)" | |||||
id="g4969" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4971" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.532 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.532 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(700.5149,2510.8257)" | |||||
id="g4973" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4975" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-7.775 -6.302,-14.081 -14.081,-14.081 -7.773,0 -14.078,6.306 -14.078,14.081 0,7.774 6.305,14.079 14.078,14.079 C -6.302,14.079 0,7.774 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(688.4355,2531.6045)" | |||||
id="g4977" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4979" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="M 0,0 C -0.659,0.062 -1.325,0.102 -2.001,0.102 -2.676,0.102 -3.341,0.062 -4,0 v -7.062 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-47.621038,-91.127873)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7641" | |||||
d="m 62.353644,98.493488 c 0,4.069342 -3.297646,7.366982 -7.366994,7.366982 -4.067969,0 -7.365612,-3.29764 -7.365612,-7.366982 0,-4.067968 3.297643,-7.365615 7.365612,-7.365615 4.069348,0 7.366994,3.297647 7.366994,7.365615" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7643" | |||||
d="m 59.954477,98.493488 c 0,2.743672 -2.222775,4.967822 -4.967827,4.967822 -2.742293,0 -4.966448,-2.22415 -4.966448,-4.967822 0,-2.7423 2.224155,-4.966447 4.966448,-4.966447 2.745052,0 4.967827,2.224147 4.967827,4.966447" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7645" | |||||
d="m 55.692205,91.163705 c -0.23151,-0.02205 -0.467155,-0.03583 -0.705555,-0.03583 -0.2384,0 -0.472666,0.01379 -0.705556,0.03583 v 2.491493 h 1.411111 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.1125mm" | |||||
height="11.112846mm" | |||||
viewBox="0 0 11.1125 11.112846" | |||||
width="14.732606mm" | |||||
height="14.732608mm" | |||||
viewBox="0 0 14.732606 14.732609" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="0.071414723" | |||||
inkscape:cy="-69.923229" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="32.218991" | |||||
inkscape:cy="50.179458" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-94.097175,-146.43425)"> | |||||
<g | |||||
id="g2960" | |||||
transform="matrix(0.26609119,0,0,-0.26609119,-83.000987,777.52445)" | |||||
style="stroke-width:1.32577777"> | |||||
<g | |||||
transform="translate(707.3164,2350.8252)" | |||||
id="g4945" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4947" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.532 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.532 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.32577777" | |||||
transform="translate(700.5149,2350.8257)" | |||||
id="g4949"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4951" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-7.775 -6.302,-14.081 -14.081,-14.081 -7.773,0 -14.078,6.306 -14.078,14.081 0,7.774 6.305,14.079 14.078,14.079 C -6.302,14.079 0,7.774 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.32577777" | |||||
transform="translate(688.4355,2371.6045)" | |||||
id="g4953"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4955" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="M 0,0 C -0.659,0.062 -1.325,0.102 -2.001,0.102 -2.676,0.102 -3.341,0.062 -4,0 v -7.062 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-49.927677,-92.364752)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7629" | |||||
d="m 64.660283,99.730369 c 0,4.069351 -3.297646,7.366991 -7.366994,7.366991 -4.067969,0 -7.365612,-3.29764 -7.365612,-7.366991 0,-4.06797 3.297643,-7.365617 7.365612,-7.365617 4.069348,0 7.366994,3.297647 7.366994,7.365617" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7631" | |||||
d="m 62.261116,99.730359 c 0,2.743681 -2.222775,4.967831 -4.967827,4.967831 -2.742293,0 -4.966448,-2.22415 -4.966448,-4.967831 0,-2.742292 2.224155,-4.966443 4.966448,-4.966443 2.745052,0 4.967827,2.224151 4.967827,4.966443" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7633" | |||||
d="m 57.998844,92.400584 c -0.23151,-0.02205 -0.467155,-0.03583 -0.705555,-0.03583 -0.2384,0 -0.472666,0.01379 -0.705556,0.03583 v 2.491493 h 1.411111 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.1125mm" | |||||
height="11.112846mm" | |||||
viewBox="0 0 11.1125 11.112846" | |||||
width="14.732606mm" | |||||
height="14.732612mm" | |||||
viewBox="0 0 14.732606 14.732613" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="67.642841" | |||||
inkscape:cy="-316.63818" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="38.452993" | |||||
inkscape:cy="47.306337" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-76.218902,-81.15758)"> | |||||
<g | |||||
id="g2952" | |||||
transform="matrix(0.26609119,0,0,-0.26609119,-100.87926,733.53508)" | |||||
style="stroke-width:1.32577777"> | |||||
<g | |||||
transform="translate(707.3164,2430.8252)" | |||||
id="g4957" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4959" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.532 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.532 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32577777" | |||||
transform="translate(700.5149,2430.8257)" | |||||
id="g4961"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4963" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-7.775 -6.302,-14.081 -14.081,-14.081 -7.773,0 -14.078,6.306 -14.078,14.081 0,7.774 6.305,14.079 14.078,14.079 C -6.302,14.079 0,7.774 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32577777" | |||||
transform="translate(688.4355,2451.6045)" | |||||
id="g4965"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4967" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="M 0,0 C -0.659,0.062 -1.325,0.102 -2.001,0.102 -2.676,0.102 -3.341,0.062 -4,0 v -7.062 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-48.278264,-91.604568)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7635" | |||||
d="m 63.01087,98.970183 c 0,4.069357 -3.297646,7.366997 -7.366994,7.366997 -4.067969,0 -7.365612,-3.29764 -7.365612,-7.366997 0,-4.067968 3.297643,-7.365615 7.365612,-7.365615 4.069348,0 7.366994,3.297647 7.366994,7.365615" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7637" | |||||
d="m 60.611703,98.97018 c 0,2.74368 -2.222775,4.96783 -4.967827,4.96783 -2.742293,0 -4.966448,-2.22415 -4.966448,-4.96783 0,-2.742297 2.224155,-4.966448 4.966448,-4.966448 2.745052,0 4.967827,2.224151 4.967827,4.966448" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7639" | |||||
d="m 56.349431,91.6404 c -0.23151,-0.02205 -0.467155,-0.03583 -0.705555,-0.03583 -0.2384,0 -0.472666,0.01379 -0.705556,0.03583 v 2.491493 h 1.411111 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="13.758333mm" | |||||
height="13.758333mm" | |||||
viewBox="0 0 13.758333 13.758333" | |||||
width="18.289322mm" | |||||
height="18.287951mm" | |||||
viewBox="0 0 18.289321 18.287951" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PSBlue.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PSBlue.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="53.357133" | |||||
inkscape:cy="-216.63948" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="25.06656" | |||||
inkscape:cy="16.409454" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-79.998664,-104.97009)"> | |||||
<g | |||||
id="g2999" | |||||
transform="matrix(0.26539994,0,0,-0.26539994,-66.834331,778.22211)" | |||||
style="stroke-width:1.32923079"> | |||||
<g | |||||
transform="translate(605.0918,2510.8252)" | |||||
id="g4929" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4931" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-14.313 -11.606,-25.92 -25.921,-25.92 -14.312,0 -25.919,11.607 -25.919,25.92 0,14.314 11.607,25.919 25.919,25.919 C -11.606,25.919 0,14.314 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(594.9033,2510.8267)" | |||||
id="g4933" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4935" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-8.688 -7.042,-15.734 -15.733,-15.734 -8.686,0 -15.73,7.046 -15.73,15.734 0,8.687 7.044,15.73 15.73,15.73 C -7.042,15.73 0,8.687 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(600.0528,2510.8252)" | |||||
id="g4937" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4939" | |||||
style="fill:none;stroke:#666666;stroke-width:0.9118523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.531 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.531 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(581.1719,2536.6602)" | |||||
id="g4941" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4943" | |||||
style="fill:#337fef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="M 0,0 C -0.661,0.051 -1.327,0.085 -2.001,0.085 -2.674,0.085 -3.339,0.051 -4,0 v -12.563 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-53.804466,-85.307839)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7621" | |||||
d="m 72.093788,94.451123 c 0,5.050511 -4.095531,9.144667 -9.144663,9.144667 -5.049131,0 -9.144659,-4.094156 -9.144659,-9.144667 0,-5.049132 4.095528,-9.143284 9.144659,-9.143284 5.049132,0 9.144663,4.094152 9.144663,9.143284" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7623" | |||||
d="m 68.499174,94.451123 c 0,3.064757 -2.484604,5.550737 -5.55074,5.550737 -3.064757,0 -5.549357,-2.48598 -5.549357,-5.550737 0,-3.064757 2.4846,-5.54936 5.549357,-5.54936 3.066136,0 5.55074,2.484603 5.55074,5.54936" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7625" | |||||
d="m 70.315429,94.451126 c 0,4.069348 -3.297647,7.366994 -7.365616,7.366994 -4.067968,0 -7.366991,-3.297646 -7.366991,-7.366994 0,-4.066589 3.299023,-7.365615 7.366991,-7.365615 4.067969,0 7.365616,3.299026 7.365616,7.365615 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7627" | |||||
d="m 63.654681,85.338157 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||||
style="fill:#307dee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="13.758333mm" | |||||
height="13.758333mm" | |||||
viewBox="0 0 13.758333 13.758333" | |||||
width="18.289322mm" | |||||
height="18.287947mm" | |||||
viewBox="0 0 18.289322 18.287949" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PSGreen.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PSGreen.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-241.14289" | |||||
inkscape:cy="-71.135753" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="39.52628" | |||||
inkscape:cy="35.160107" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-157.91846,-143.46793)"> | |||||
<g | |||||
id="g3019" | |||||
transform="matrix(0.26539994,0,0,-0.26539994,11.08547,774.25596)" | |||||
style="stroke-width:1.32923079"> | |||||
<g | |||||
transform="translate(605.0918,2350.8252)" | |||||
id="g4897" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4899" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-14.313 -11.606,-25.92 -25.921,-25.92 -14.312,0 -25.919,11.607 -25.919,25.92 0,14.314 11.607,25.919 25.919,25.919 C -11.606,25.919 0,14.314 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(594.9033,2350.8267)" | |||||
id="g4901" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4903" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-8.688 -7.042,-15.734 -15.733,-15.734 -8.686,0 -15.73,7.046 -15.73,15.734 0,8.687 7.044,15.73 15.73,15.73 C -7.042,15.73 0,8.687 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(600.0528,2350.8252)" | |||||
id="g4905" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4907" | |||||
style="fill:none;stroke:#666666;stroke-width:0.9118523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.531 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.531 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#00a2a8;fill-opacity:1;stroke-width:1.32923079" | |||||
transform="translate(581.1719,2376.6602)" | |||||
id="g4909"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4911" | |||||
style="fill:#00a2a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="M 0,0 C -0.661,0.051 -1.327,0.085 -2.001,0.085 -2.674,0.085 -3.339,0.051 -4,0 v -12.563 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-47.99429,-84.835543)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7605" | |||||
d="m 66.283612,93.978827 c 0,5.050509 -4.095531,9.144663 -9.144663,9.144663 -5.049131,0 -9.144659,-4.094154 -9.144659,-9.144663 0,-5.049132 4.095528,-9.143284 9.144659,-9.143284 5.049132,0 9.144663,4.094152 9.144663,9.143284" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7607" | |||||
d="m 62.688998,93.978827 c 0,3.064757 -2.484604,5.550739 -5.55074,5.550739 -3.064757,0 -5.549357,-2.485982 -5.549357,-5.550739 0,-3.064757 2.4846,-5.54936 5.549357,-5.54936 3.066136,0 5.55074,2.484603 5.55074,5.54936" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7609" | |||||
d="m 64.505253,93.97883 c 0,4.069348 -3.297647,7.367 -7.365616,7.367 -4.067968,0 -7.366991,-3.297652 -7.366991,-7.367 0,-4.066589 3.299023,-7.365615 7.366991,-7.365615 4.067969,0 7.365616,3.299026 7.365616,7.365615 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7611" | |||||
d="m 57.844505,84.865861 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||||
style="fill:#42c5bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="13.758333mm" | |||||
height="13.758333mm" | |||||
viewBox="0 0 13.758333 13.758333" | |||||
width="18.289322mm" | |||||
height="18.287951mm" | |||||
viewBox="0 0 18.289322 18.287953" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PSRed.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PSRed.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="127.92856" | |||||
inkscape:cy="-164.92518" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="39.44592" | |||||
inkscape:cy="35.970023" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-60.268308,-118.65283)"> | |||||
<g | |||||
id="g3009" | |||||
transform="matrix(0.26539994,0,0,-0.26539994,-86.564687,770.67286)" | |||||
style="stroke-width:1.32923079"> | |||||
<g | |||||
transform="translate(605.0918,2430.8252)" | |||||
id="g4913" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4915" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-14.313 -11.606,-25.92 -25.921,-25.92 -14.312,0 -25.919,11.607 -25.919,25.92 0,14.314 11.607,25.919 25.919,25.919 C -11.606,25.919 0,14.314 0,0" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32923079" | |||||
transform="translate(594.9033,2430.8267)" | |||||
id="g4917"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4919" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-8.688 -7.042,-15.734 -15.733,-15.734 -8.686,0 -15.73,7.046 -15.73,15.734 0,8.687 7.044,15.73 15.73,15.73 C -7.042,15.73 0,8.687 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(600.0528,2430.8252)" | |||||
id="g4921" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4923" | |||||
style="fill:none;stroke:#666666;stroke-width:0.9118523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.531 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.531 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
style="fill:#db4061;fill-opacity:1;stroke-width:1.32923079" | |||||
transform="translate(581.1719,2456.6602)" | |||||
id="g4925"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4927" | |||||
style="fill:#db4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="M 0,0 C -0.661,0.051 -1.327,0.085 -2.001,0.085 -2.674,0.085 -3.339,0.051 -4,0 v -12.563 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-48.015552,-85.049829)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7613" | |||||
d="m 66.304874,94.193113 c 0,5.050511 -4.095531,9.144667 -9.144663,9.144667 -5.049131,0 -9.144659,-4.094156 -9.144659,-9.144667 0,-5.049132 4.095528,-9.143284 9.144659,-9.143284 5.049132,0 9.144663,4.094152 9.144663,9.143284" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7615" | |||||
d="m 62.71026,94.193113 c 0,3.064757 -2.484604,5.550739 -5.55074,5.550739 -3.064757,0 -5.549357,-2.485982 -5.549357,-5.550739 0,-3.064757 2.4846,-5.54936 5.549357,-5.54936 3.066136,0 5.55074,2.484603 5.55074,5.54936" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7617" | |||||
d="m 64.526515,94.193113 c 0,4.069348 -3.297647,7.366997 -7.365616,7.366997 -4.067968,0 -7.366991,-3.297649 -7.366991,-7.366997 0,-4.06659 3.299023,-7.365616 7.366991,-7.365616 4.067969,0 7.365616,3.299026 7.365616,7.365616 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7619" | |||||
d="m 57.865767,85.080147 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||||
style="fill:#e147c5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="13.758333mm" | |||||
height="13.758333mm" | |||||
viewBox="0 0 13.758333 13.758333" | |||||
width="18.289322mm" | |||||
height="18.287943mm" | |||||
viewBox="0 0 18.289322 18.287945" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PSWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PSWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="-31.500015" | |||||
inkscape:cy="-95.782349" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="45.320924" | |||||
inkscape:cy="41.671628" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-102.45045,-136.94687)"> | |||||
<g | |||||
id="g3029" | |||||
transform="matrix(0.26539994,0,0,-0.26539994,-44.382545,746.50291)" | |||||
style="stroke-width:1.32923079"> | |||||
<g | |||||
transform="translate(605.0918,2270.8252)" | |||||
id="g4809" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4811" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-14.313 -11.606,-25.92 -25.921,-25.92 -14.312,0 -25.919,11.607 -25.919,25.92 0,14.314 11.607,25.919 25.919,25.919 C -11.606,25.919 0,14.314 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(594.9033,2270.8267)" | |||||
id="g4813" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4815" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="m 0,0 c 0,-8.688 -7.042,-15.734 -15.733,-15.734 -8.686,0 -15.73,7.046 -15.73,15.734 0,8.687 7.044,15.73 15.73,15.73 C -7.042,15.73 0,8.687 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(600.0528,2270.8252)" | |||||
id="g4817" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4819" | |||||
style="fill:none;stroke:#666666;stroke-width:0.9118523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.531 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.531 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(581.1719,2296.6602)" | |||||
id="g4821" | |||||
style="stroke-width:1.32923079"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4823" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32923079" | |||||
d="M 0,0 C -0.661,0.051 -1.327,0.085 -2.001,0.085 -2.674,0.085 -3.339,0.051 -4,0 v -12.563 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-46.461124,-86.558387)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7561" | |||||
d="m 64.750446,95.701674 c 0,5.050506 -4.095531,9.144656 -9.144663,9.144656 -5.049131,0 -9.144659,-4.09415 -9.144659,-9.144656 0,-5.049135 4.095528,-9.143287 9.144659,-9.143287 5.049132,0 9.144663,4.094152 9.144663,9.143287" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7563" | |||||
d="m 61.155832,95.701674 c 0,3.06475 -2.484604,5.550736 -5.55074,5.550736 -3.064757,0 -5.549357,-2.485986 -5.549357,-5.550736 0,-3.06476 2.4846,-5.549363 5.549357,-5.549363 3.066136,0 5.55074,2.484603 5.55074,5.549363" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7565" | |||||
d="m 62.972087,95.701674 c 0,4.06935 -3.297647,7.366986 -7.365616,7.366986 -4.067968,0 -7.366991,-3.297636 -7.366991,-7.366986 0,-4.066589 3.299023,-7.365615 7.366991,-7.365615 4.067969,0 7.365616,3.299026 7.365616,7.365615 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7567" | |||||
d="m 56.311339,86.588705 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.1125mm" | |||||
height="11.112846mm" | |||||
viewBox="0 0 11.1125 11.112846" | |||||
width="14.732606mm" | |||||
height="14.732607mm" | |||||
viewBox="0 0 14.732606 14.732608" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan3PWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan3PWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="26.7857" | |||||
inkscape:cy="-74.636866" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="28.663559" | |||||
inkscape:cy="54.481164" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,41 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-87.02902,-145.1871)"> | |||||
<g | |||||
id="g2968" | |||||
transform="matrix(0.26609119,0,0,-0.26609119,-90.069142,754.99001)" | |||||
style="stroke-width:1.32577777"> | |||||
<g | |||||
transform="translate(707.3164,2270.8252)" | |||||
id="g4825" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4827" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-11.532 -9.349,-20.882 -20.882,-20.882 -11.531,0 -20.88,9.35 -20.88,20.882 0,11.532 9.349,20.881 20.88,20.881 C -9.349,20.881 0,11.532 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(700.5149,2270.8257)" | |||||
id="g4829" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4831" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="m 0,0 c 0,-7.775 -6.302,-14.081 -14.081,-14.081 -7.773,0 -14.078,6.306 -14.078,14.081 0,7.774 6.305,14.079 14.078,14.079 C -6.302,14.079 0,7.774 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(688.4355,2291.6045)" | |||||
id="g4833" | |||||
style="stroke-width:1.32577777"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4835" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32577777" | |||||
d="M 0,0 C -0.659,0.062 -1.325,0.102 -2.001,0.102 -2.676,0.102 -3.341,0.062 -4,0 v -7.062 h 4 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-50.868385,-93.502913)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7569" | |||||
d="m 65.600991,100.86853 c 0,4.06934 -3.297646,7.36699 -7.366994,7.36699 -4.067969,0 -7.365612,-3.29765 -7.365612,-7.36699 0,-4.06797 3.297643,-7.365617 7.365612,-7.365617 4.069348,0 7.366994,3.297647 7.366994,7.365617" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7571" | |||||
d="m 63.201824,100.86853 c 0,2.74367 -2.222775,4.96782 -4.967827,4.96782 -2.742293,0 -4.966448,-2.22414 -4.966448,-4.96782 0,-2.742302 2.224155,-4.966449 4.966448,-4.966449 2.745052,0 4.967827,2.224147 4.967827,4.966449" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7573" | |||||
d="m 58.939552,93.538745 c -0.23151,-0.02205 -0.467155,-0.03583 -0.705555,-0.03583 -0.2384,0 -0.472666,0.01379 -0.705556,0.03583 v 2.491493 h 1.411111 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="15.875mm" | |||||
height="15.875mm" | |||||
viewBox="0 0 15.875 15.875" | |||||
width="20.999922mm" | |||||
height="20.999929mm" | |||||
viewBox="0 0 20.999921 20.99993" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan5PSGray.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan5PSGray.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="410.21428" | |||||
inkscape:cy="-94.068034" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="25.325492" | |||||
inkscape:cy="22.920973" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(14.419789,-135.28378)"> | |||||
<g | |||||
id="g3056" | |||||
transform="matrix(0.26668571,0,0,-0.26668571,-129.9646,748.81778)" | |||||
style="stroke-width:1.32282221"> | |||||
<g | |||||
transform="translate(492.7891,2270.8252)" | |||||
id="g4765" | |||||
style="stroke-width:1.32282221"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4767" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32282221" | |||||
d="m 0,0 c 0,-16.437 -13.325,-29.764 -29.764,-29.764 -16.435,0 -29.763,13.327 -29.763,29.764 0,16.437 13.328,29.763 29.763,29.763 C -13.325,29.763 0,16.437 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(484.9946,2270.8252)" | |||||
id="g4769" | |||||
style="stroke-width:1.32282221"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4771" | |||||
style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32282221" | |||||
d="m 0,0 c 0,-12.133 -9.835,-21.969 -21.969,-21.969 -12.131,0 -21.969,9.836 -21.969,21.969 0,12.132 9.838,21.968 21.969,21.968 C -9.835,21.968 0,12.132 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(489.1211,2270.8247)" | |||||
id="g4773" | |||||
style="stroke-width:1.32282221"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4775" | |||||
style="fill:none;stroke:#666666;stroke-width:0.66141111;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c 0,-14.412 -11.683,-26.096 -26.096,-26.096 -14.41,0 -26.095,11.684 -26.095,26.096 0,14.411 11.685,26.096 26.095,26.096 C -11.683,26.096 0,14.411 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(465.5254,2300.4756)" | |||||
id="g4777" | |||||
style="stroke-width:1.32282221"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4779" | |||||
style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.32282221" | |||||
d="M 0,0 C -0.825,0.068 -1.657,0.112 -2.5,0.112 -3.343,0.112 -4.175,0.068 -5,0 v -10.1 h 5 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-53.735957,-84.3187)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7535" | |||||
d="m 74.735879,94.817973 c 0,5.798787 -4.700489,10.500657 -10.500649,10.500657 -5.797409,0 -10.499273,-4.70187 -10.499273,-10.500657 0,-5.797405 4.701864,-10.499273 10.499273,-10.499273 5.80016,0 10.500649,4.701868 10.500649,10.499273" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7537" | |||||
d="m 71.986005,94.817282 c 0,4.281565 -3.468522,7.751468 -7.750087,7.751468 -4.27881,0 -7.750087,-3.469903 -7.750087,-7.751468 0,-4.27881 3.471277,-7.748708 7.750087,-7.748708 4.281565,0 7.750087,3.469898 7.750087,7.748708" | |||||
style="fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7539" | |||||
d="m 73.441901,94.817973 c 0,5.08496 -4.121711,9.206677 -9.206671,9.206677 -5.083584,0 -9.205295,-4.121717 -9.205295,-9.206677 0,-5.083584 4.121711,-9.205295 9.205295,-9.205295 5.08496,0 9.206671,4.121711 9.206671,9.205295 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7541" | |||||
d="m 65.118551,84.358663 c -0.292143,-0.02343 -0.585665,-0.03996 -0.881945,-0.03996 -0.297656,0 -0.591178,0.01654 -0.881944,0.03996 v 3.563609 h 1.763889 z m 0,0" | |||||
style="fill:#545454;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,15 +9,376 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="23.547916mm" | |||||
height="23.549713mm" | |||||
viewBox="0 0 23.547916 23.549713" | |||||
width="31.437183mm" | |||||
height="31.439936mm" | |||||
viewBox="0 0 31.437182 31.439936" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Rogan6PSWhite.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Rogan6PSWhite.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902" /> | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | <sodipodi:namedview | ||||
id="base" | id="base" | ||||
pagecolor="#ffffff" | pagecolor="#ffffff" | ||||
@@ -25,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="0.35" | |||||
inkscape:cx="125.92857" | |||||
inkscape:cy="-184.06803" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="80.640601" | |||||
inkscape:cy="61.450345" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -56,51 +418,26 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-60.79747,-103.79657)"> | |||||
<g | |||||
id="g3066" | |||||
transform="matrix(0.26424486,0,0,-0.26424486,-14.16478,715.62521)" | |||||
style="stroke-width:1.33504117"> | |||||
<g | |||||
transform="translate(372.7988,2270.8184)" | |||||
id="g4793" | |||||
style="stroke-width:1.33504117"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4795" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33504117" | |||||
d="m 0,0 c -0.006,-24.605 -19.961,-44.559 -44.564,-44.554 -24.606,0.004 -44.555,19.964 -44.55,44.571 0.005,24.604 19.961,44.554 44.565,44.549 C -19.945,44.562 0.004,24.604 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(362.2578,2270.8224)" | |||||
id="g4797" | |||||
style="stroke-width:1.33504117"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4799" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33504117" | |||||
d="m 0,0 c -0.004,-18.784 -15.232,-34.014 -34.021,-34.011 -18.784,0.002 -34.014,15.239 -34.011,34.023 0.003,18.784 15.24,34.005 34.022,34.003 C -15.221,34.012 0.004,18.783 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(367.5463,2270.8184)" | |||||
id="g4801" | |||||
style="stroke-width:1.33504117"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4803" | |||||
style="fill:none;stroke:#666666;stroke-width:0.88913745;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
d="m 0,0 c -0.004,-21.708 -17.605,-39.302 -39.313,-39.298 -21.707,0.004 -39.3,17.604 -39.296,39.312 0.004,21.704 17.603,39.299 39.311,39.296 C -17.592,39.306 0.004,21.704 0,0 Z" /> | |||||
</g> | |||||
<g | |||||
transform="translate(331.0762,2315.2852)" | |||||
id="g4805" | |||||
style="stroke-width:1.33504117"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4807" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33504117" | |||||
d="M 0,0 C -0.936,0.059 -1.875,0.1 -2.826,0.1 -3.777,0.1 -4.718,0.059 -5.654,0 l -0.004,-23.254 5.654,-0.002 z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-39.100501,-84.072924)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7553" | |||||
d="m 70.537684,99.794962 c -0.0014,8.680258 -7.041771,15.719278 -15.720658,15.717898 -8.680259,-0.001 -15.717901,-7.04315 -15.716525,-15.723408 0.0028,-8.68026 7.041776,-15.717905 15.722039,-15.716526 8.680263,0.0014 15.717904,7.043156 15.715144,15.722036" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7555" | |||||
d="m 66.81905,99.793582 c -0.0013,6.626988 -5.37297,11.999958 -12.001332,11.998578 -6.626987,0 -11.999955,-5.37572 -11.998579,-12.002708 0.0014,-6.62699 5.375726,-11.995824 12.001334,-11.995824 6.628366,0.0014 11.999958,5.374354 11.998577,11.999954" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7557" | |||||
d="m 68.684913,99.795652 c -0.0014,7.657748 -6.210814,13.864438 -13.868575,13.863058 -7.657758,-0.001 -13.864441,-6.21082 -13.863062,-13.868568 0.0014,-7.65638 6.209439,-13.863069 13.868576,-13.863069 7.656378,0.0014 13.864442,6.212199 13.863061,13.868579 z m 0,0" | |||||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7559" | |||||
d="m 55.820238,84.108754 c -0.330729,-0.02067 -0.661459,-0.03583 -0.997698,-0.03583 -0.334864,0 -0.666972,0.01517 -0.997702,0.03583 l -0.0014,8.203458 h 1.99402 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -9,8 +9,8 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="3.96875mm" | |||||
height="3.9684556mm" | |||||
width="15" | |||||
height="14.998887" | |||||
viewBox="0 0 3.9687499 3.9684557" | viewBox="0 0 3.9687499 3.9684557" | ||||
version="1.1" | version="1.1" | ||||
id="svg18800" | id="svg18800" | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="7.9195959" | inkscape:zoom="7.9195959" | ||||
inkscape:cx="-18.377544" | |||||
inkscape:cx="-60.109471" | |||||
inkscape:cy="1.4049767" | inkscape:cy="1.4049767" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata18797"> | id="metadata18797"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -48,7 +49,7 @@ | |||||
<dc:format>image/svg+xml</dc:format> | <dc:format>image/svg+xml</dc:format> | ||||
<dc:type | <dc:type | ||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||||
<dc:title /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | </cc:Work> | ||||
</rdf:RDF> | </rdf:RDF> | ||||
</metadata> | </metadata> | ||||
@@ -9,8 +9,8 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="3.9687498mm" | |||||
height="3.9684591mm" | |||||
width="14.999999" | |||||
height="14.9989" | |||||
viewBox="0 0 3.9687497 3.9684593" | viewBox="0 0 3.9687497 3.9684593" | ||||
version="1.1" | version="1.1" | ||||
id="svg18800" | id="svg18800" | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="15.839192" | inkscape:zoom="15.839192" | ||||
inkscape:cx="12.536378" | |||||
inkscape:cx="-8.3295854" | |||||
inkscape:cy="6.1745754" | inkscape:cy="6.1745754" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata18797"> | id="metadata18797"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -48,7 +49,7 @@ | |||||
<dc:format>image/svg+xml</dc:format> | <dc:format>image/svg+xml</dc:format> | ||||
<dc:type | <dc:type | ||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||||
<dc:title /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | </cc:Work> | ||||
</rdf:RDF> | </rdf:RDF> | ||||
</metadata> | </metadata> | ||||
@@ -9,22 +9,374 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="11.90625mm" | |||||
height="11.906144mm" | |||||
viewBox="0 0 11.90625 11.906144" | |||||
width="15.804726mm" | |||||
height="15.803342mm" | |||||
viewBox="0 0 15.804726 15.803344" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="SynthTechAlco.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="SynthTechAlco.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902"> | |||||
id="defs15240"> | |||||
<clipPath | <clipPath | ||||
clipPathUnits="userSpaceOnUse" | |||||
id="clipPath6367"> | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | <path | ||||
d="M 0,3193 H 2089 V 0 H 0 Z" | |||||
id="path6365" | |||||
inkscape:connector-curvature="0" /> | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | </clipPath> | ||||
</defs> | </defs> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -34,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | |||||
inkscape:cx="-37.665568" | |||||
inkscape:cy="-10.255897" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="30.830975" | |||||
inkscape:cy="28.69175" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="847" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1707" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -65,30 +418,21 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-239.33511,-115.62126)"> | |||||
<g | |||||
transform="matrix(0.35277777,0,0,-0.35277777,-236.73602,1006.6308)" | |||||
id="g20060"> | |||||
<path | |||||
d="m 1383.243,2508.8213 c 0,-9.3199 -7.5547,-16.8746 -16.8746,-16.8746 -9.3207,0 -16.8754,7.5547 -16.8754,16.8746 0,9.3191 7.5547,16.8746 16.8754,16.8746 9.3199,0 16.8746,-7.5555 16.8746,-16.8746" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" | |||||
id="path6371" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 1378.5249,2517.2922 c 0.3488,-0.455 0.6019,-1.3011 0.5628,-1.8804 l -0.1703,-2.5652 c -0.038,-0.5801 0.1567,-1.4676 0.4347,-1.9716 l 1.2099,-2.199 c 0.2772,-0.504 0.403,-1.381 0.278,-1.9467 l -0.5522,-2.5072 c -0.1243,-0.5658 -0.6027,-1.2988 -1.0615,-1.6303 l -2.0341,-1.4593 c -0.4611,-0.3315 -1.0042,-1.0426 -1.2107,-1.5836 l -0.8972,-2.3557 c -0.2049,-0.5402 -0.785,-1.1881 -1.2883,-1.4397 l -2.2427,-1.1203 c -0.5033,-0.2516 -1.3531,-0.3186 -1.8865,-0.1491 l -2.3294,0.7383 c -0.5341,0.1702 -1.408,0.1702 -1.9429,0 l -2.3641,-0.7443 c -0.5348,-0.1688 -1.3831,-0.099 -1.8864,0.1544 l -2.2104,1.115 c -0.5032,0.2524 -1.0818,0.9025 -1.289,1.4427 l -0.8965,2.3557 c -0.2056,0.541 -0.7503,1.2521 -1.2099,1.5836 l -2.0333,1.4593 c -0.4596,0.3315 -0.9379,1.0645 -1.0623,1.6318 l -0.5476,2.5057 c -0.1236,0.5657 0,1.4427 0.2795,1.9467 l 1.2106,2.199 c 0.2772,0.504 0.4731,1.3915 0.4339,1.9716 l -0.1702,2.5652 c -0.038,0.5793 0.2147,1.4261 0.5635,1.8804 l 1.5399,2.0122 c 0.3473,0.4543 1.0848,0.8988 1.6355,0.9869 l 2.407,0.3865 c 0.5523,0.088 1.3403,0.4829 1.7516,0.8754 l 1.8209,1.7388 c 0.4113,0.3925 1.2054,0.7142 1.7644,0.7142 h 2.4725 c 0.5575,0 1.3516,-0.3225 1.7621,-0.7165 l 1.7893,-1.7169 c 0.4121,-0.3947 1.1986,-0.7903 1.7508,-0.8799 l 2.4394,-0.3978 c 0.553,-0.09 1.289,-0.5356 1.6378,-0.9899 z" | |||||
style="fill:#101010;fill-opacity:1;stroke:#555555;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" | |||||
id="path6375" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 1367.6269,2525.6344 c -0.4159,0.037 -0.8347,0.062 -1.2589,0.062 -0.4234,0 -0.843,-0.025 -1.2588,-0.062 v -8.3924 h 2.5177 z" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" | |||||
id="path6383" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
d="m 1376.1618,2508.8213 c 0,-5.4092 -4.3846,-9.7937 -9.7937,-9.7937 -5.4092,0 -9.7938,4.3845 -9.7938,9.7937 0,5.4092 4.3846,9.7937 9.7938,9.7937 5.4091,0 9.7937,-4.3845 9.7937,-9.7937" | |||||
style="fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1" | |||||
id="path6379" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | |||||
transform="translate(-47.530972,-84.333058)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8213" | |||||
d="m 63.335698,92.23473 c 0,4.364245 -3.537444,7.90167 -7.901692,7.90167 -4.365625,0 -7.903034,-3.537425 -7.903034,-7.90167 0,-4.36287 3.537409,-7.901672 7.903034,-7.901672 4.364248,0 7.901692,3.538802 7.901692,7.901672" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8215" | |||||
d="m 61.12671,88.268735 c 0.162595,0.212217 0.281093,0.609092 0.263172,0.880569 l -0.0799,1.200269 c -0.01799,0.272853 0.07303,0.687642 0.203941,0.923287 l 0.566384,1.030771 c 0.12954,0.235645 0.188772,0.646299 0.12954,0.910883 l -0.257704,1.17409 c -0.05927,0.264583 -0.282504,0.607712 -0.497487,0.763432 l -0.952218,0.683507 c -0.216359,0.15572 -0.471276,0.487825 -0.56776,0.741384 l -0.4203,1.10381 c -0.09507,0.252179 -0.366536,0.555349 -0.602191,0.673862 l -1.051455,0.523652 c -0.23562,0.118512 -0.632495,0.150206 -0.88332,0.07028 L 55.8874,98.602643 c -0.25079,-0.07993 -0.660083,-0.07993 -0.909497,-0.0014 l -1.107969,0.348643 c -0.249414,0.07993 -0.647665,0.04685 -0.88332,-0.07166 l -1.034909,-0.522277 c -0.23562,-0.118512 -0.505742,-0.423058 -0.603568,-0.675237 l -0.418923,-1.10381 c -0.09645,-0.253568 -0.351402,-0.585677 -0.567761,-0.741393 L 49.409235,95.152002 C 49.194253,94.996283 48.971015,94.65315 48.913159,94.388566 L 48.655455,93.21448 c -0.05789,-0.264584 0,-0.675238 0.130916,-0.910883 l 0.567761,-1.030774 c 0.129504,-0.235645 0.221861,-0.650434 0.202565,-0.923283 l -0.07994,-1.200274 c -0.01799,-0.271473 0.100612,-0.668348 0.264583,-0.880565 l 0.720725,-0.94258 c 0.162596,-0.212217 0.508494,-0.420299 0.766198,-0.461641 l 1.127227,-0.181901 c 0.257669,-0.04134 0.626992,-0.225996 0.819926,-0.409275 l 0.853017,-0.814423 c 0.192899,-0.183278 0.563598,-0.33486 0.825429,-0.33486 h 1.158946 c 0.26042,0 0.632495,0.151582 0.824054,0.33624 l 0.837847,0.803395 c 0.192934,0.184658 0.562222,0.370695 0.819926,0.412033 l 1.1424,0.186038 c 0.25908,0.04272 0.603568,0.2508 0.767574,0.464396 z m 0,0" | |||||
style="fill:none;stroke:#545454;stroke-width:0.23495001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8219" | |||||
d="m 56.022439,84.357862 c -0.19431,-0.01517 -0.389996,-0.0248 -0.589809,-0.0248 -0.197062,0 -0.394124,0.0097 -0.588398,0.0248 v 3.315561 h 1.178207 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -0,0 +1,438 @@ | |||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||||
<svg | |||||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||||
xmlns:cc="http://creativecommons.org/ns#" | |||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||||
xmlns:svg="http://www.w3.org/2000/svg" | |||||
xmlns="http://www.w3.org/2000/svg" | |||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||||
width="15.804726mm" | |||||
height="15.803342mm" | |||||
viewBox="0 0 15.804726 15.803344" | |||||
version="1.1" | |||||
id="svg15246" | |||||
sodipodi:docname="SynthTechAlco_cap.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | |||||
id="defs15240"> | |||||
<clipPath | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | |||||
</defs> | |||||
<sodipodi:namedview | |||||
id="base" | |||||
pagecolor="#ffffff" | |||||
bordercolor="#666666" | |||||
borderopacity="1.0" | |||||
inkscape:pageopacity="0.0" | |||||
inkscape:pageshadow="2" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="29.738422" | |||||
inkscape:cy="32.700073" | |||||
inkscape:document-units="mm" | |||||
inkscape:current-layer="layer1" | |||||
showgrid="false" | |||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | |||||
fit-margin-left="0" | |||||
fit-margin-right="0" | |||||
fit-margin-bottom="0" /> | |||||
<metadata | |||||
id="metadata15243"> | |||||
<rdf:RDF> | |||||
<cc:Work | |||||
rdf:about=""> | |||||
<dc:format>image/svg+xml</dc:format> | |||||
<dc:type | |||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | |||||
</rdf:RDF> | |||||
</metadata> | |||||
<g | |||||
inkscape:label="Layer 1" | |||||
inkscape:groupmode="layer" | |||||
id="layer1" | |||||
transform="translate(-47.530972,-84.333058)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path8217" | |||||
d="m 60.020116,92.23473 c 0,2.532835 -2.053272,4.586111 -4.58611,4.586111 -2.534215,0 -4.586111,-2.053276 -4.586111,-4.586111 0,-2.532835 2.051896,-4.586111 4.586111,-4.586111 2.532838,0 4.58611,2.053276 4.58611,4.586111" | |||||
style="fill:#a8a8a8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
id="path47002" | |||||
d="m 55.434006,96.820841 c 0.549839,0 1.07763,-0.101974 1.566827,-0.279742 l -1.566827,-4.306369 -1.568204,4.306369 c 0.489197,0.177768 1.016988,0.279742 1.568204,0.279742" | |||||
style="clip-rule:nonzero;fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" | |||||
inkscape:connector-curvature="0" /> | |||||
<path | |||||
id="path47006" | |||||
d="m 55.434006,92.23473 1.566827,-4.304993 c -0.489197,-0.179144 -1.016988,-0.281118 -1.566827,-0.281118 -0.551216,0 -1.079007,0.101974 -1.568204,0.281118 z m 0,0" | |||||
style="clip-rule:nonzero;fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" | |||||
inkscape:connector-curvature="0" /> | |||||
</g> | |||||
</svg> |
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="4.2333331mm" | |||||
height="4.2327099mm" | |||||
width="15.999999" | |||||
height="15.997643" | |||||
viewBox="0 0 4.2333331 4.2327099" | viewBox="0 0 4.2333331 4.2327099" | ||||
version="1.1" | version="1.1" | ||||
id="svg12484" | id="svg12484" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="TL1105_0.svg"> | sodipodi:docname="TL1105_0.svg"> | ||||
<defs | <defs | ||||
id="defs12478" /> | id="defs12478" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="44.8" | inkscape:zoom="44.8" | ||||
inkscape:cx="8.5541864" | |||||
inkscape:cx="1.1769543" | |||||
inkscape:cy="7.1864792" | inkscape:cy="7.1864792" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g12430" | inkscape:current-layer="g12430" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata12481"> | id="metadata12481"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -9,12 +9,12 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="4.2333331mm" | |||||
height="4.2327099mm" | |||||
width="15.999999" | |||||
height="15.997643" | |||||
viewBox="0 0 4.2333331 4.2327099" | viewBox="0 0 4.2333331 4.2327099" | ||||
version="1.1" | version="1.1" | ||||
id="svg12484" | id="svg12484" | ||||
inkscape:version="0.92.1 r" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06" | |||||
sodipodi:docname="TL1105_1.svg"> | sodipodi:docname="TL1105_1.svg"> | ||||
<defs | <defs | ||||
id="defs12478" /> | id="defs12478" /> | ||||
@@ -26,7 +26,7 @@ | |||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="44.8" | inkscape:zoom="44.8" | ||||
inkscape:cx="12.847058" | |||||
inkscape:cx="5.4698259" | |||||
inkscape:cy="8.0360204" | inkscape:cy="8.0360204" | ||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="g12476" | inkscape:current-layer="g12476" | ||||
@@ -35,11 +35,12 @@ | |||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | fit-margin-bottom="0" | ||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-width="2560" | |||||
inkscape:window-height="1422" | |||||
inkscape:window-x="0" | inkscape:window-x="0" | ||||
inkscape:window-y="18" | inkscape:window-y="18" | ||||
inkscape:window-maximized="0" /> | |||||
inkscape:window-maximized="0" | |||||
units="px" /> | |||||
<metadata | <metadata | ||||
id="metadata12481"> | id="metadata12481"> | ||||
<rdf:RDF> | <rdf:RDF> | ||||
@@ -48,7 +49,7 @@ | |||||
<dc:format>image/svg+xml</dc:format> | <dc:format>image/svg+xml</dc:format> | ||||
<dc:type | <dc:type | ||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||||
<dc:title /> | |||||
<dc:title></dc:title> | |||||
</cc:Work> | </cc:Work> | ||||
</rdf:RDF> | </rdf:RDF> | ||||
</metadata> | </metadata> | ||||
@@ -9,22 +9,374 @@ | |||||
xmlns="http://www.w3.org/2000/svg" | xmlns="http://www.w3.org/2000/svg" | ||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||||
width="4.4979167mm" | |||||
height="4.4981685mm" | |||||
viewBox="0 0 4.4979167 4.4981684" | |||||
width="6.2990241mm" | |||||
height="6.3003879mm" | |||||
viewBox="0 0 6.2990242 6.3003887" | |||||
version="1.1" | version="1.1" | ||||
id="svg16908" | |||||
inkscape:version="0.92.1 r" | |||||
sodipodi:docname="Trimpot.svg"> | |||||
id="svg15246" | |||||
sodipodi:docname="Trimpot.svg" | |||||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||||
<defs | <defs | ||||
id="defs16902"> | |||||
id="defs15240"> | |||||
<clipPath | <clipPath | ||||
clipPathUnits="userSpaceOnUse" | |||||
id="clipPath6367"> | |||||
id="clip89"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect4864" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip90"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path4861" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask44"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4858" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4856" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17821"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="19" | |||||
id="rect17819" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17825"> | |||||
<path | <path | ||||
d="M 0,3193 H 2089 V 0 H 0 Z" | |||||
id="path6365" | |||||
inkscape:connector-curvature="0" /> | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||||
id="path17823" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip87"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect4848" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip88"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path4845" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask43"> | |||||
<g | |||||
style="filter:url(#alpha)" | |||||
id="g4842" | |||||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4840" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter17836" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix17834" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath17840"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="24" | |||||
height="26" | |||||
id="rect17838" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath17844"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||||
id="path17842" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip95"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect4912" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip96"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path4909" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask47"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4906" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect4904" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-3" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-6" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18541"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18539" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18545"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||||
id="path18543" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip93"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect4896" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip94"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path4893" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask46"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4890" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4888" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18556" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18554" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18560"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="22" | |||||
height="24" | |||||
id="rect18558" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18564"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||||
id="path18562" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip91"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect4880" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip92"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path4877" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask45"> | |||||
<g | |||||
style="filter:url(#alpha-3)" | |||||
id="g4874" | |||||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||||
id="rect4872" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="filter18575" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix18573" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18579"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="29" | |||||
height="32" | |||||
id="rect18577" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18583"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||||
id="path18581" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip202"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect5795" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clip203"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path5792" /> | |||||
</clipPath> | |||||
<mask | |||||
id="mask104"> | |||||
<g | |||||
style="filter:url(#alpha-7)" | |||||
id="g5789" | |||||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||||
<rect | |||||
x="0" | |||||
y="0" | |||||
width="3052.8701" | |||||
height="3351.5" | |||||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||||
id="rect5787" /> | |||||
</g> | |||||
</mask> | |||||
<filter | |||||
id="alpha-7" | |||||
filterUnits="objectBoundingBox" | |||||
x="0" | |||||
y="0" | |||||
width="1" | |||||
height="1"> | |||||
<feColorMatrix | |||||
type="matrix" | |||||
in="SourceGraphic" | |||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||||
id="feColorMatrix4149-5" /> | |||||
</filter> | |||||
<clipPath | |||||
id="clipPath18765"> | |||||
<rect | |||||
y="0" | |||||
x="0" | |||||
width="18" | |||||
height="18" | |||||
id="rect18763" /> | |||||
</clipPath> | |||||
<clipPath | |||||
id="clipPath18769"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||||
id="path18767" /> | |||||
</clipPath> | </clipPath> | ||||
</defs> | </defs> | ||||
<sodipodi:namedview | <sodipodi:namedview | ||||
@@ -34,23 +386,24 @@ | |||||
borderopacity="1.0" | borderopacity="1.0" | ||||
inkscape:pageopacity="0.0" | inkscape:pageopacity="0.0" | ||||
inkscape:pageshadow="2" | inkscape:pageshadow="2" | ||||
inkscape:zoom="3.959798" | |||||
inkscape:cx="-1.9345988" | |||||
inkscape:cy="25.730429" | |||||
inkscape:zoom="5.6" | |||||
inkscape:cx="26.106375" | |||||
inkscape:cy="37.463453" | |||||
inkscape:document-units="mm" | inkscape:document-units="mm" | ||||
inkscape:current-layer="layer1" | inkscape:current-layer="layer1" | ||||
showgrid="false" | showgrid="false" | ||||
inkscape:window-width="1274" | |||||
inkscape:window-height="1434" | |||||
inkscape:window-x="1280" | |||||
inkscape:window-y="0" | |||||
inkscape:window-maximized="0" | |||||
units="px" | |||||
fit-margin-top="0" | fit-margin-top="0" | ||||
fit-margin-left="0" | fit-margin-left="0" | ||||
fit-margin-right="0" | fit-margin-right="0" | ||||
fit-margin-bottom="0" | |||||
inkscape:window-width="1600" | |||||
inkscape:window-height="882" | |||||
inkscape:window-x="0" | |||||
inkscape:window-y="18" | |||||
inkscape:window-maximized="0" /> | |||||
fit-margin-bottom="0" /> | |||||
<metadata | <metadata | ||||
id="metadata16905"> | |||||
id="metadata15243"> | |||||
<rdf:RDF> | <rdf:RDF> | ||||
<cc:Work | <cc:Work | ||||
rdf:about=""> | rdf:about=""> | ||||
@@ -65,31 +418,16 @@ | |||||
inkscape:label="Layer 1" | inkscape:label="Layer 1" | ||||
inkscape:groupmode="layer" | inkscape:groupmode="layer" | ||||
id="layer1" | id="layer1" | ||||
transform="translate(-229.8813,-132.55062)"> | |||||
<g | |||||
id="g2143" | |||||
transform="matrix(0.25185714,0,0,-0.25185714,-113.39064,696.47606)" | |||||
style="stroke-width:1.40070581"> | |||||
<g | |||||
transform="translate(1362.9629,2230.1377)" | |||||
id="g4527" | |||||
style="stroke-width:1.40070581"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4529" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40070581" | |||||
d="m 0,0 c 0,-4.931 3.999,-8.929 8.93,-8.929 4.93,0 8.929,3.998 8.929,8.929 0,4.933 -3.999,8.931 -8.929,8.931 C 3.999,8.931 0,4.933 0,0" /> | |||||
</g> | |||||
<g | |||||
transform="translate(1372.4727,2239.0391)" | |||||
id="g4531" | |||||
style="stroke-width:1.40070581"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path4533" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40070581" | |||||
d="M 0,0 C -0.192,0.013 -0.384,0.029 -0.579,0.029 -0.775,0.029 -0.967,0.013 -1.16,0 V -4.812 H 0 Z" /> | |||||
</g> | |||||
</g> | |||||
transform="translate(-46.318588,-97.647662)"> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7219" | |||||
d="m 46.318588,100.79786 c 0,1.74046 1.409735,3.15019 3.1502,3.15019 1.739088,0 3.148824,-1.40973 3.148824,-3.15019 0,-1.739087 -1.409736,-3.150198 -3.148824,-3.150198 -1.740465,0 -3.1502,1.411111 -3.1502,3.150198" | |||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
<path | |||||
inkscape:connector-curvature="0" | |||||
id="path7221" | |||||
d="m 49.672764,97.658686 c -0.06752,-0.0055 -0.135079,-0.01101 -0.203976,-0.01101 -0.0689,0 -0.137795,0.0055 -0.205317,0.01101 v 3.139174 h 0.409293 z m 0,0" | |||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||||
</g> | </g> | ||||
</svg> | </svg> |
@@ -35,10 +35,12 @@ static float smoothValue; | |||||
float Light::getBrightness() { | float Light::getBrightness() { | ||||
return sqrtf(fmaxf(0.0, value)); | |||||
// Scale by sqrt(2) since the RMS of a rectified sine is 1 / sqrt(2) | |||||
return sqrtf(fmaxf(0.0, value) * 2.0); | |||||
} | } | ||||
void Light::setBrightnessSmooth(float brightness) { | void Light::setBrightnessSmooth(float brightness) { | ||||
// lambda = 3 * framerate | |||||
value += (brightness * brightness - value) * sampleTime * (60.0 * 3.0); | value += (brightness * brightness - value) * sampleTime * (60.0 * 3.0); | ||||
} | } | ||||
@@ -457,7 +457,7 @@ std::shared_ptr<Image> Image::load(const std::string &filename) { | |||||
//////////////////// | //////////////////// | ||||
SVG::SVG(const std::string &filename) { | SVG::SVG(const std::string &filename) { | ||||
handle = nsvgParseFromFile(filename.c_str(), "px", 96.0); | |||||
handle = nsvgParseFromFile(filename.c_str(), "px", SVG_DPI); | |||||
if (handle) { | if (handle) { | ||||
fprintf(stderr, "Loaded SVG %s\n", filename.c_str()); | fprintf(stderr, "Loaded SVG %s\n", filename.c_str()); | ||||
} | } | ||||
@@ -199,6 +199,11 @@ void SVGWidget::wrap() { | |||||
} | } | ||||
} | } | ||||
void SVGWidget::setSVG(std::shared_ptr<SVG> svg) { | |||||
this->svg = svg; | |||||
wrap(); | |||||
} | |||||
void SVGWidget::draw(NVGcontext *vg) { | void SVGWidget::draw(NVGcontext *vg) { | ||||
if (svg && svg->handle) { | if (svg && svg->handle) { | ||||
// printf("drawing svg %f %f\n", box.size.x, box.size.y); | // printf("drawing svg %f %f\n", box.size.x, box.size.y); | ||||