CEGUI initialization

dev-ui
krzys-h 2014-03-01 19:52:13 +01:00
parent a81165f6bf
commit eed9158f22
855 changed files with 60303 additions and 0 deletions

View File

@ -16,6 +16,7 @@ install(DIRECTORY models DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY music DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY sounds DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY textures DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY interface DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
add_subdirectory(help)
add_subdirectory(levels)

View File

@ -0,0 +1,2 @@
<?xml version="1.0" ?>
<Font version="3" type="FreeType" name="dvu_sans-12" filename="../../fonts/dvu_sans.ttf" size="12" />

View File

@ -0,0 +1,166 @@
<?xml version="1.0" ?>
<Imageset version="2" name="WindowsLook" imagefile="WindowsLook.png" nativeHorzRes="800" nativeVertRes="600" autoScaled="vertical">
<Image name="Background" xPos="9" yPos="9" width="2" height="2" />
<Image name="WindowFrameLeft" xPos="2" yPos="9" width="4" height="2" />
<Image name="WindowFrameRight" xPos="14" yPos="9" width="4" height="2" />
<Image name="WindowFrameTop" xPos="9" yPos="2" width="2" height="4" />
<Image name="WindowFrameBottom" xPos="9" yPos="14" width="2" height="4" />
<Image name="WindowFrameTopLeft" xPos="2" yPos="2" width="4" height="4" />
<Image name="WindowFrameTopRight" xPos="14" yPos="2" width="4" height="4" />
<Image name="WindowFrameBottomLeft" xPos="2" yPos="14" width="4" height="4" />
<Image name="WindowFrameBottomRight" xPos="14" yPos="14" width="4" height="4" />
<Image name="ButtonNormalLeft" xPos="20" yPos="9" width="2" height="2" />
<Image name="ButtonNormalRight" xPos="34" yPos="9" width="2" height="2" />
<Image name="ButtonNormalTop" xPos="27" yPos="2" width="2" height="2" />
<Image name="ButtonNormalBottom" xPos="27" yPos="16" width="2" height="2" />
<Image name="ButtonNormalTopLeft" xPos="20" yPos="2" width="3" height="3" />
<Image name="ButtonNormalTopRight" xPos="33" yPos="2" width="3" height="3" />
<Image name="ButtonNormalBottomLeft" xPos="20" yPos="15" width="3" height="3" />
<Image name="ButtonNormalBottomRight" xPos="33" yPos="15" width="3" height="3" />
<Image name="ButtonPushedLeft" xPos="38" yPos="9" width="2" height="2" />
<Image name="ButtonPushedRight" xPos="52" yPos="9" width="2" height="2" />
<Image name="ButtonPushedTop" xPos="45" yPos="2" width="2" height="2" />
<Image name="ButtonPushedBottom" xPos="45" yPos="16" width="2" height="2" />
<Image name="ButtonPushedTopLeft" xPos="38" yPos="2" width="3" height="3" />
<Image name="ButtonPushedTopRight" xPos="51" yPos="2" width="3" height="3" />
<Image name="ButtonPushedBottomLeft" xPos="38" yPos="15" width="3" height="3" />
<Image name="ButtonPushedBottomRight" xPos="51" yPos="15" width="3" height="3" />
<Image name="ButtonHoverLeft" xPos="56" yPos="9" width="2" height="2" />
<Image name="ButtonHoverRight" xPos="70" yPos="9" width="2" height="2" />
<Image name="ButtonHoverTop" xPos="63" yPos="2" width="2" height="2" />
<Image name="ButtonHoverBottom" xPos="63" yPos="16" width="2" height="2" />
<Image name="ButtonHoverTopLeft" xPos="56" yPos="2" width="3" height="3" />
<Image name="ButtonHoverTopRight" xPos="69" yPos="2" width="3" height="3" />
<Image name="ButtonHoverBottomLeft" xPos="56" yPos="15" width="3" height="3" />
<Image name="ButtonHoverBottomRight" xPos="69" yPos="15" width="3" height="3" />
<Image name="EditFrameLeft" xPos="74" yPos="9" width="3" height="2" />
<Image name="EditFrameRight" xPos="87" yPos="9" width="3" height="2" />
<Image name="EditFrameTop" xPos="81" yPos="2" width="2" height="3" />
<Image name="EditFrameBottom" xPos="81" yPos="15" width="2" height="3" />
<Image name="EditFrameTopLeft" xPos="74" yPos="2" width="3" height="3" />
<Image name="EditFrameTopRight" xPos="87" yPos="2" width="3" height="3" />
<Image name="EditFrameBottomLeft" xPos="74" yPos="15" width="3" height="3" />
<Image name="EditFrameBottomRight" xPos="87" yPos="15" width="3" height="3" />
<Image name="StaticFrameLeft" xPos="92" yPos="9" width="2" height="2" />
<Image name="StaticFrameRight" xPos="106" yPos="9" width="2" height="2" />
<Image name="StaticFrameTop" xPos="99" yPos="2" width="2" height="2" />
<Image name="StaticFrameBottom" xPos="99" yPos="16" width="2" height="2" />
<Image name="StaticFrameTopLeft" xPos="92" yPos="2" width="3" height="3" />
<Image name="StaticFrameTopRight" xPos="105" yPos="2" width="3" height="3" />
<Image name="StaticFrameBottomLeft" xPos="92" yPos="15" width="3" height="3" />
<Image name="StaticFrameBottomRight" xPos="105" yPos="15" width="3" height="3" />
<Image name="CloseButtonNormal" xPos="2" yPos="20" width="13" height="13" />
<Image name="CloseButtonHover" xPos="2" yPos="35" width="13" height="13" />
<Image name="CloseButtonPushed" xPos="2" yPos="50" width="13" height="13" />
<Image name="TitlebarTopLeft" xPos="87" yPos="103" width="8" height="4" />
<Image name="TitlebarTopRight" xPos="109" yPos="103" width="8" height="4" />
<Image name="TitlebarBottomLeft" xPos="87" yPos="123" width="8" height="2" />
<Image name="TitlebarBottomRight" xPos="109" yPos="123" width="8" height="2" />
<Image name="TitlebarLeft" xPos="87" yPos="110" width="8" height="10" />
<Image name="TitlebarRight" xPos="109" yPos="110" width="8" height="10" />
<Image name="TitlebarTop" xPos="98" yPos="103" width="8" height="4" />
<Image name="TitlebarBottom" xPos="98" yPos="123" width="8" height="2" />
<Image name="TitlebarFill" xPos="98" yPos="110" width="8" height="10" />
<Image name="CheckboxNormal" xPos="17" yPos="37" width="10" height="10" />
<Image name="CheckboxHover" xPos="17" yPos="49" width="10" height="10" />
<Image name="CheckboxMark" xPos="17" yPos="61" width="10" height="10" />
<Image name="RadioButtonNormal" xPos="29" yPos="37" width="10" height="10" />
<Image name="RadioButtonHover" xPos="29" yPos="49" width="10" height="10" />
<Image name="RadioButtonMark" xPos="29" yPos="61" width="10" height="10" />
<Image name="SliderThumbNormal" xPos="47" yPos="20" width="7" height="10" />
<Image name="SliderThumbHover" xPos="47" yPos="32" width="7" height="10" />
<Image name="SliderTrackLeft" xPos="56" yPos="20" width="3" height="4" />
<Image name="SlidertrackMiddle" xPos="63" yPos="20" width="2" height="4" />
<Image name="SliderTrackRight" xPos="69" yPos="20" width="3" height="4" />
<Image name="SliderTick" xPos="56" yPos="26" width="1" height="4" />
<Image name="HeaderMainBrush" xPos="53" yPos="45" width="2" height="2" />
<Image name="HeaderBottomEdge" xPos="53" yPos="50" width="2" height="4" />
<Image name="HeaderSplitter" xPos="47" yPos="44" width="3" height="15" />
<Image name="VertScrollbarGrip" xPos="41" yPos="68" width="5" height="8" />
<Image name="HorzScrollbarGrip" xPos="41" yPos="61" width="8" height="5" />
<Image name="LargeLeftArrow" xPos="2" yPos="65" width="5" height="9" />
<Image name="LargeRightArrow" xPos="9" yPos="65" width="5" height="9" />
<Image name="LargeUpArrow" xPos="2" yPos="76" width="9" height="5" />
<Image name="LargeDownArrow" xPos="2" yPos="83" width="9" height="5" />
<Image name="SmallLeftArrow" xPos="17" yPos="73" width="5" height="5" />
<Image name="SmallRightArrow" xPos="24" yPos="73" width="5" height="5" />
<Image name="SmallUpArrow" xPos="17" yPos="80" width="5" height="5" />
<Image name="SmallDownArrow" xPos="24" yPos="80" width="5" height="5" />
<Image name="EditBoxCaret" xPos="29" yPos="118" width="2" height="8" />
<Image name="MouseArrow" xPos="2" yPos="90" width="10" height="19" xOffset="0" yOffset="0" />
<Image name="MouseMoveCursor" xPos="14" yPos="90" width="22" height="22" xOffset="-10" yOffset="-10" />
<Image name="MouseNoSoCursor" xPos="38" yPos="89" width="11" height="19" xOffset="-4" yOffset="-9" />
<Image name="MouseEsWeCursor" xPos="2" yPos="116" width="19" height="8" xOffset="-9" yOffset="-4" />
<Image name="MouseNeSwCursor" xPos="51" yPos="90" width="15" height="15" xOffset="-7" yOffset="-6" />
<Image name="MouseNwSeCursor" xPos="68" yPos="90" width="15" height="15" xOffset="-6" yOffset="-7" />
<Image name="MouseTextBar" xPos="73" yPos="107" width="11" height="20" xOffset="-5" yOffset="-10" />
<Image name="TabHorizontalTopFiller" xPos="81" yPos="20" width="2" height="2" />
<Image name="TabHorizontalBottomFiller" xPos="81" yPos="34" width="2" height="2" />
<Image name="TabContentPaneUpperLeft" xPos="92" yPos="2" width="3" height="3" />
<Image name="TabContentPaneTop" xPos="99" yPos="2" width="2" height="3" />
<Image name="TabContentPaneUpperRight" xPos="105" yPos="2" width="3" height="3" />
<Image name="TabContentPaneLeft" xPos="92" yPos="9" width="2" height="2" />
<Image name="TabContentPaneMiddle" xPos="9" yPos="9" width="2" height="2" />
<Image name="TabContentPaneRight" xPos="106" yPos="9" width="2" height="2" />
<Image name="TabContentPaneLower" xPos="99" yPos="15" width="2" height="3" />
<Image name="TabContentPaneLowerLeft" xPos="92" yPos="15" width="3" height="3" />
<Image name="TabContentPaneLowerRight" xPos="105" yPos="15" width="3" height="3" />
<Image name="TabButtonUpperLeftNormal" xPos="74" yPos="20" width="3" height="3" />
<Image name="TabButtonUpperNormal" xPos="81" yPos="20" width="2" height="3" />
<Image name="TabButtonUpperRightNormal" xPos="87" yPos="20" width="3" height="3" />
<Image name="TabButtonLeftNormal" xPos="74" yPos="27" width="2" height="2" />
<Image name="TabButtonMiddleNormal" xPos="9" yPos="9" width="2" height="2" />
<Image name="TabButtonRightNormal" xPos="88" yPos="27" width="2" height="2" />
<Image name="TabButtonLowerLeftNormal" xPos="74" yPos="33" width="3" height="3" />
<Image name="TabButtonLowerNormal" xPos="81" yPos="33" width="2" height="3" />
<Image name="TabButtonLowerRightNormal" xPos="87" yPos="33" width="3" height="3" />
<Image name="TabButtonUpperLeftSelected" xPos="92" yPos="20" width="3" height="3" />
<Image name="TabButtonUpperSelected" xPos="99" yPos="20" width="2" height="3" />
<Image name="TabButtonUpperRightSelected" xPos="105" yPos="20" width="3" height="3" />
<Image name="TabButtonLeftSelected" xPos="92" yPos="27" width="2" height="2" />
<Image name="TabButtonMiddleSelected" xPos="9" yPos="9" width="2" height="2" />
<Image name="TabButtonRightSelected" xPos="106" yPos="27" width="2" height="2" />
<Image name="TabButtonLowerLeftSelected" xPos="92" yPos="33" width="3" height="3" />
<Image name="TabButtonLowerSelected" xPos="99" yPos="33" width="2" height="3" />
<Image name="TabButtonLowerRightSelected" xPos="105" yPos="33" width="3" height="3" />
<Image name="TabButtonScrollLeftNormal" xPos="75" yPos="75" width="13" height="13" />
<Image name="TabButtonScrollRightNormal" xPos="87" yPos="75" width="13" height="13" />
<Image name="TabButtonScrollLeftHover" xPos="99" yPos="75" width="13" height="13" />
<Image name="TabButtonScrollRightHover" xPos="111" yPos="75" width="13" height="13" />
<Image name="TooltipTopLeft" xPos="74" yPos="38" width="3" height="3" />
<Image name="TooltipTopRight" xPos="87" yPos="38" width="4" height="3" />
<Image name="TooltipBottomLeft" xPos="74" yPos="51" width="3" height="4" />
<Image name="TooltipBottomRight" xPos="87" yPos="51" width="4" height="4" />
<Image name="TooltipLeftEdge" xPos="74" yPos="45" width="3" height="2" />
<Image name="TooltipRightEdge" xPos="87" yPos="45" width="4" height="2" />
<Image name="TooltipTopEdge" xPos="81" yPos="38" width="2" height="3" />
<Image name="TooltipBottomEdge" xPos="81" yPos="51" width="2" height="4" />
<Image name="TooltipMiddle" xPos="81" yPos="45" width="2" height="2" />
<Image name="MenuTopLeft" xPos="61" yPos="57" width="2" height="2" />
<Image name="MenuTopRight" xPos="70" yPos="57" width="2" height="2" />
<Image name="MenuBottomLeft" xPos="61" yPos="66" width="2" height="2" />
<Image name="MenuBottomRight" xPos="70" yPos="66" width="2" height="2" />
<Image name="MenuLeft" xPos="61" yPos="62" width="2" height="1" />
<Image name="MenuRight" xPos="70" yPos="62" width="2" height="1" />
<Image name="MenuTop" xPos="66" yPos="57" width="1" height="2" />
<Image name="MenuBottom" xPos="66" yPos="66" width="1" height="2" />
<Image name="PopupMenuFrameTopLeft" xPos="74" yPos="57" width="3" height="3" />
<Image name="PopupMenuFrameTopRight" xPos="87" yPos="57" width="3" height="3" />
<Image name="PopupMenuFrameBottomLeft" xPos="74" yPos="70" width="3" height="3" />
<Image name="PopupMenuFrameBottomRight" xPos="87" yPos="70" width="3" height="3" />
<Image name="PopupMenuFrameLeft" xPos="74" yPos="64" width="3" height="2" />
<Image name="PopupMenuFrameRight" xPos="87" yPos="64" width="3" height="2" />
<Image name="PopupMenuFrameTop" xPos="81" yPos="57" width="2" height="3" />
<Image name="PopupMenuFrameBottom" xPos="81" yPos="70" width="2" height="3" />
<Image name="PopupMenuArrowRight" xPos="61" yPos="75" width="5" height="9" />
<Image name="PopupMenuArrowLeft" xPos="68" yPos="75" width="5" height="9" />
<Image name="MultiListSelectionBrush" xPos="9" yPos="71" width="14" height="14" />
</Imageset>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<Imageset autoScaled="vertical" imagefile="../../textures/mouse.png" name="ColobotMouse" nativeHorzRes="640" nativeVertRes="480" version="2">
<Image name="NormalAlpha" width="64" height="64" xPos="0" yPos="0" />
<Image name="Normal" width="64" height="64" xPos="64" yPos="0" />
<Image name="WaitAlpha" width="64" height="64" xPos="128" yPos="0" />
<Image name="Wait" width="64" height="64" xPos="192" yPos="0" />
<Image name="HandAlpha" width="64" height="64" xPos="256" yPos="0" />
<Image name="Hand" width="64" height="64" xPos="320" yPos="0" />
<Image name="NoAlpha" width="64" height="64" xPos="384" yPos="0" />
<Image name="No" width="64" height="64" xPos="448" yPos="0" />
<Image name="Edit" width="64" height="64" xPos="0" yPos="64" />
<Image name="EditAlpha" width="64" height="64" xPos="64" yPos="64" />
<Image name="Cross" width="64" height="64" xPos="128" yPos="64" />
<Image name="CrossAlpha" width="64" height="64" xPos="192" yPos="64" />
<Image name="ResizeV" width="64" height="64" xPos="256" yPos="64" />
<Image name="ResizeVAlpha" width="64" height="64" xPos="320" yPos="64" />
<Image name="ResizeH" width="64" height="64" xPos="384" yPos="64" />
<Image name="ResizeHAlpha" width="64" height="64" xPos="448" yPos="64" />
<Image name="ResizeDL" width="64" height="64" xPos="0" yPos="128" />
<Image name="ResizeDLAlpha" width="64" height="64" xPos="64" yPos="128" />
<Image name="ResizeDR" width="64" height="64" xPos="128" yPos="128" />
<Image name="ResizeDRAlpha" width="64" height="64" xPos="192" yPos="128" />
<Image name="Resize" width="64" height="64" xPos="256" yPos="128" />
<Image name="ResizeAlpha" width="64" height="64" xPos="320" yPos="128" />
<Image name="Target" width="64" height="64" xPos="384" yPos="128" />
<Image name="TargetAlpha" width="64" height="64" xPos="448" yPos="128" />
<Image name="ScrollL1" width="64" height="64" xPos="0" yPos="192" />
<Image name="ScrollL2" width="64" height="64" xPos="64" yPos="192" />
<Image name="ScrollR1" width="64" height="64" xPos="128" yPos="192" />
<Image name="ScrollR2" width="64" height="64" xPos="192" yPos="192" />
<Image name="ScrollU1" width="64" height="64" xPos="256" yPos="192" />
<Image name="ScrollU2" width="64" height="64" xPos="320" yPos="192" />
<Image name="ScrollD1" width="64" height="64" xPos="384" yPos="192" />
<Image name="ScrollD2" width="64" height="64" xPos="448" yPos="192" />
<Image name="NormalShadow" width="64" height="64" xPos="0" yPos="256" />
<Image name="WaitShadow" width="64" height="64" xPos="64" yPos="256" />
<Image name="HandShadow" width="64" height="64" xPos="128" yPos="256" />
<Image name="NoShadow" width="64" height="64" xPos="192" yPos="256" />
<Image name="EditShadow" width="64" height="64" xPos="256" yPos="256" /> <!-- unused -->
<Image name="CrossShadow" width="64" height="64" xPos="320" yPos="256" /> <!-- unused -->
<Image name="ResizeVShadow" width="64" height="64" xPos="384" yPos="256" /> <!-- unused -->
<Image name="ResizeHShadow" width="64" height="64" xPos="448" yPos="256" /> <!-- unused -->
<Image name="ResizeDLShadow" width="64" height="64" xPos="0" yPos="320" /> <!-- unused -->
<Image name="ResizeDRShadow" width="64" height="64" xPos="64" yPos="320" /> <!-- unused -->
<Image name="ResizeShadow" width="64" height="64" xPos="128" yPos="320" /> <!-- unused -->
<Image name="ScrollLShadow" width="64" height="64" xPos="192" yPos="320" />
<Image name="ScrollRShadow" width="64" height="64" xPos="256" yPos="320" />
<Image name="ScrollUShadow" width="64" height="64" xPos="320" yPos="320" />
<Image name="ScrollDShadow" width="64" height="64" xPos="384" yPos="320" />
<!-- <Image name="UnusedSpace" width="64" height="64" xPos="448" yPos="320" /> -->
<Image name="TargetBig1" width="128" height="128" xPos="0" yPos="384" />
<Image name="TargetBig2" width="128" height="128" xPos="128" yPos="384" />
<Image name="Corner1" width="128" height="128" xPos="256" yPos="384" />
<Image name="Corner2" width="128" height="128" xPos="384" yPos="384" />
</Imageset>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<GUILayout version="4">
<Window type="DefaultWindow" name="root">
<!--<Window type="TaharezLook/FrameWindow" name="testWindow">
<Property name="UnifiedPosition" value="{ {0.25, 0}, {0.25, 0} }" />
<Property name="UnifiedSize" value="{ {0.5, 0}, {0.5, 0} }" />
<Property name="Text" value="Hello World!" />
</Window>-->
<Window type="WindowsLook/StaticText" name="hello_world">
<Property name="Font" value="dvu_sans-12" />
<Property name="Text" value="CEGUI is working!" />
<Property name="UnifiedMaxSize" value="{{1,0},{1,0}}" />
<Property name="UnifiedAreaRect" value="{{0.06,0},{0.226667,0},{0.415,0},{0.476667,0}}" />
</Window>
</Window>
</GUILayout>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<GUIScheme version="5" name="WindowsLookSkin">
<Imageset filename="WindowsLook.imageset" />
<LookNFeel filename="WindowsLook.looknfeel" />
<WindowRendererSet filename="CEGUICoreWindowRendererSet" />
<FalagardMapping windowType="WindowsLook/Label" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="WindowsLook/Label" />
<FalagardMapping windowType="WindowsLook/Button" targetType="CEGUI/PushButton" renderer="Core/Button" lookNFeel="WindowsLook/Button" />
<FalagardMapping windowType="WindowsLook/Checkbox" targetType="CEGUI/ToggleButton" renderer="Core/ToggleButton" lookNFeel="WindowsLook/Checkbox" />
<FalagardMapping windowType="WindowsLook/IconButton" targetType="CEGUI/PushButton" renderer="Core/Button" lookNFeel="WindowsLook/IconButton" />
<FalagardMapping windowType="WindowsLook/RadioButton" targetType="CEGUI/RadioButton" renderer="Core/ToggleButton" lookNFeel="WindowsLook/RadioButton" />
<FalagardMapping windowType="WindowsLook/FrameWindow" targetType="CEGUI/FrameWindow" renderer="Core/FrameWindow" lookNFeel="WindowsLook/FrameWindow" />
<FalagardMapping windowType="WindowsLook/Titlebar" targetType="CEGUI/Titlebar" renderer="Core/Titlebar" lookNFeel="WindowsLook/Titlebar" />
<FalagardMapping windowType="WindowsLook/SystemButton" targetType="CEGUI/PushButton" renderer="Core/Button" lookNFeel="WindowsLook/SystemButton" />
<FalagardMapping windowType="WindowsLook/Editbox" targetType="CEGUI/Editbox" renderer="Core/Editbox" lookNFeel="WindowsLook/Editbox" />
<FalagardMapping windowType="WindowsLook/MultiLineEditbox" targetType="CEGUI/MultiLineEditbox" renderer="Core/MultiLineEditbox" lookNFeel="WindowsLook/MultiLineEditbox" />
<FalagardMapping windowType="WindowsLook/Menubar" targetType="CEGUI/Menubar" renderer="Core/Menubar" lookNFeel="WindowsLook/Menubar" />
<FalagardMapping windowType="WindowsLook/PopupMenu" targetType="CEGUI/PopupMenu" renderer="Core/PopupMenu" lookNFeel="WindowsLook/PopupMenu" />
<FalagardMapping windowType="WindowsLook/MenuItem" targetType="CEGUI/MenuItem" renderer="Core/MenuItem" lookNFeel="WindowsLook/MenuItem" />
<FalagardMapping windowType="WindowsLook/ProgressBar" targetType="CEGUI/ProgressBar" renderer="Core/ProgressBar" lookNFeel="WindowsLook/ProgressBar" />
<FalagardMapping windowType="WindowsLook/VerticalScrollbar" targetType="CEGUI/Scrollbar" renderer="Core/Scrollbar" lookNFeel="WindowsLook/VerticalScrollbar" />
<FalagardMapping windowType="WindowsLook/HorizontalScrollbar" targetType="CEGUI/Scrollbar" renderer="Core/Scrollbar" lookNFeel="WindowsLook/HorizontalScrollbar" />
<FalagardMapping windowType="WindowsLook/VerticalScrollbarThumb" targetType="CEGUI/Thumb" renderer="Core/Button" lookNFeel="WindowsLook/VerticalScrollbarThumb" />
<FalagardMapping windowType="WindowsLook/HorizontalScrollbarThumb" targetType="CEGUI/Thumb" renderer="Core/Button" lookNFeel="WindowsLook/HorizontalScrollbarThumb" />
<FalagardMapping windowType="WindowsLook/TabButton" targetType="CEGUI/TabButton" renderer="Core/TabButton" lookNFeel="WindowsLook/TabButton" />
<FalagardMapping windowType="WindowsLook/TabControl" targetType="CEGUI/TabControl" renderer="Core/TabControl" lookNFeel="WindowsLook/TabControl" />
<FalagardMapping windowType="WindowsLook/TabContentPane" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="WindowsLook/TabContentPane" />
<FalagardMapping windowType="WindowsLook/TabButtonPane" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="WindowsLook/TabButtonPane" />
<FalagardMapping windowType="WindowsLook/ComboDropList" targetType="CEGUI/ComboDropList" renderer="Core/Listbox" lookNFeel="WindowsLook/ComboDropList" />
<FalagardMapping windowType="WindowsLook/Combobox" targetType="CEGUI/Combobox" renderer="Core/Default" lookNFeel="WindowsLook/Combobox" />
<FalagardMapping windowType="WindowsLook/Listbox" targetType="CEGUI/Listbox" renderer="Core/Listbox" lookNFeel="WindowsLook/Listbox" />
<FalagardMapping windowType="WindowsLook/ListHeader" targetType="CEGUI/ListHeader" renderer="Core/ListHeader" lookNFeel="WindowsLook/ListHeader" />
<FalagardMapping windowType="WindowsLook/ListHeaderSegment" targetType="CEGUI/ListHeaderSegment" renderer="Core/ListHeaderSegment" lookNFeel="WindowsLook/ListHeaderSegment" />
<FalagardMapping windowType="WindowsLook/MultiColumnList" targetType="CEGUI/MultiColumnList" renderer="Core/MultiColumnList" lookNFeel="WindowsLook/MultiColumnList" />
<FalagardMapping windowType="WindowsLook/Slider" targetType="CEGUI/Slider" renderer="Core/Slider" lookNFeel="WindowsLook/Slider" />
<FalagardMapping windowType="WindowsLook/SliderThumb" targetType="CEGUI/Thumb" renderer="Core/Button" lookNFeel="WindowsLook/SliderThumb" />
<FalagardMapping windowType="WindowsLook/ScrollablePane" targetType="CEGUI/ScrollablePane" renderer="Core/ScrollablePane" lookNFeel="WindowsLook/ScrollablePane" />
<FalagardMapping windowType="WindowsLook/Spinner" targetType="CEGUI/Spinner" renderer="Core/Default" lookNFeel="WindowsLook/Spinner" />
<FalagardMapping windowType="WindowsLook/Tooltip" targetType="CEGUI/Tooltip" renderer="Core/Tooltip" lookNFeel="WindowsLook/Tooltip" />
<FalagardMapping windowType="WindowsLook/Static" targetType="DefaultWindow" renderer="Core/Static" lookNFeel="WindowsLook/Static" />
<FalagardMapping windowType="WindowsLook/StaticImage" targetType="DefaultWindow" renderer="Core/StaticImage" lookNFeel="WindowsLook/StaticImage" />
<FalagardMapping windowType="WindowsLook/StaticText" targetType="DefaultWindow" renderer="Core/StaticText" lookNFeel="WindowsLook/StaticText" />
<FalagardMapping windowType="WindowsLook/ItemListbox" targetType="CEGUI/ItemListbox" renderer="Core/ItemListbox" lookNFeel="WindowsLook/ItemListbox" />
<FalagardMapping windowType="WindowsLook/ListboxItem" targetType="CEGUI/ItemEntry" renderer="Core/ItemEntry" lookNFeel="WindowsLook/ListboxItem" />
<!--
<FalagardMapping windowType="WindowsLook/GroupBox" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="WindowsLook/GroupBox" />
-->
</GUIScheme>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" ?>
<GUIScheme version="5" name="Colobot">
<Imageset filename="../imagesets/mouse.imageset" />
<Font filename="../fonts/dvu_sans-12.font" />
</GUIScheme>

5
textures/INFO Normal file
View File

@ -0,0 +1,5 @@
GOLD Remaster TexturePack (c) by Polish Portal of COLOBOT (PPC)
GOLD Remaster TexturePack is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License.
You should have received a copy of the license along with this work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.

View File

@ -0,0 +1,425 @@
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More_considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the "Licensor." Except for the limited purpose of indicating
that material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.
Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,441 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="ant01.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient4803">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4805" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4807" />
</linearGradient>
<filter
inkscape:collect="always"
id="filter4632"
x="-0.83672052"
width="2.673441"
y="-0.37123015"
height="1.7424603">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="9.8994708"
id="feGaussianBlur4634" />
</filter>
<filter
inkscape:collect="always"
id="filter4651"
x="-0.17929725"
width="1.3585945"
y="-0.079549319"
height="1.1590986">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="2.1213152"
id="feGaussianBlur4653" />
</filter>
<filter
inkscape:collect="always"
id="filter4741"
x="-0.15618783"
width="1.3123757"
y="-0.069296296"
height="1.1385926">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.8479012"
id="feGaussianBlur4743" />
</filter>
<filter
inkscape:collect="always"
id="filter4875"
x="-0.73711095"
width="2.4742219"
y="-0.32703609"
height="1.6540722">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="8.7209623"
id="feGaussianBlur4877" />
</filter>
<filter
inkscape:collect="always"
id="filter4972"
x="-0.24570365"
width="1.4914073"
y="-0.10901203"
height="1.2180241">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="2.9069874"
id="feGaussianBlur4974" />
</filter>
<filter
inkscape:collect="always"
id="filter5214"
x="-0.4516154"
width="1.9032308"
y="-0.070793474"
height="1.1415869">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.8096478"
id="feGaussianBlur5216" />
</filter>
<filter
inkscape:collect="always"
id="filter5292"
x="-1.0391311"
width="3.0782622"
y="-0.16289015"
height="1.3257803">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="4.1638554"
id="feGaussianBlur5294" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5298">
<rect
style="fill:none;stroke:#c3f024;stroke-opacity:1"
id="rect5300"
width="64"
height="64"
x="1.1328125e-006"
y="-4.0820314e-006" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5592">
<rect
style="fill:none;stroke:#5f7a06;stroke-opacity:1"
id="rect5594"
width="64"
height="64"
x="0"
y="0" />
</clipPath>
<filter
inkscape:collect="always"
id="filter5620"
x="-0.4712188"
width="1.9424376"
y="-0.018714886"
height="1.0374298">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.49906364"
id="feGaussianBlur5622" />
</filter>
<filter
inkscape:collect="always"
id="filter5768"
x="-0.98609147"
width="2.9721829"
y="-0.15457586"
height="1.3091517">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="3.9513228"
id="feGaussianBlur5770" />
</filter>
<filter
inkscape:collect="always"
id="filter5772"
x="-0.15175203"
width="1.3035041"
y="-0.67313594"
height="2.3462719">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5774" />
</filter>
<filter
inkscape:collect="always"
id="filter5776"
x="-0.31109171"
width="1.6221834"
y="-0.88883332"
height="2.7776666">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5778" />
</filter>
<filter
inkscape:collect="always"
id="filter5780"
x="-0.11521913"
width="1.2304383"
y="-1.1208449"
height="3.2416897">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5782" />
</filter>
<filter
inkscape:collect="always"
id="filter5784"
x="-0.15953419"
width="1.3190684"
y="-1.5056845"
height="4.011369">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5786" />
</filter>
<filter
inkscape:collect="always"
id="filter5788"
x="-0.1885404"
width="1.3770808"
y="-0.66550573"
height="2.3310115">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5790" />
</filter>
<filter
inkscape:collect="always"
id="filter5792"
x="-0.10915497"
width="1.2183099"
y="-0.62708461"
height="2.2541692">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5794" />
</filter>
<filter
inkscape:collect="always"
id="filter5796"
x="-0.17776667"
width="1.3555333"
y="-0.88378314"
height="2.7675663">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65468759"
id="feGaussianBlur5798" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="1.2282352"
inkscape:cy="25.454587"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1680"
inkscape:window-height="988"
inkscape:window-x="-8"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:snap-page="true">
<inkscape:grid
type="xygrid"
id="grid3784"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-696.57141,-697.50507)"
style="display:none"
sodipodi:insensitive="true">
<image
y="697.50507"
x="696.57141"
id="image2993"
xlink:href="data:image/png;base64,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
"
height="64"
width="64" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:none">
<image
y="0.053925432"
x="-66.850266"
id="image2993-1"
xlink:href="data:image/png;base64,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 "
height="64"
width="64" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="vector">
<rect
style="fill:#87aa0d;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="rect3786"
width="64"
height="64"
x="0"
y="0" />
<path
style="fill:none;stroke:none"
d="m 23.356412,64 -9.794624,0 0,-64 9.794624,0 z"
id="path4636"
inkscape:connector-curvature="0"
clip-path="none" />
<path
style="fill:#455706;fill-opacity:1;stroke:none"
d="M 16.575517,64 0,64 0,0 21.096113,0 c 0,0 1.506865,6.0000003 -2.260298,10 -3.767163,4 6.780895,16 -2.260298,26 -9.0411912,10 11.301491,4 0,28 z"
id="path3790-0"
inkscape:connector-curvature="0"
clip-path="none" />
<path
clip-path="none"
inkscape:connector-curvature="0"
id="path4924"
d="M 16.575517,64 0,64 0,0 21.096113,0 c 0,0 1.506865,6.0000003 -2.260298,10 -3.767163,4 6.780895,16 -2.260298,26 -9.0411912,10 11.301491,4 0,28 z"
style="fill:#455706;fill-opacity:1;stroke:none" />
<path
style="fill:none;stroke:#455706;stroke-width:19.45000076000000200;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5768)"
d="m 28.022771,1.3251765 c 0,0 2.010379,5.7515297 -3.015568,9.5858825 -5.025946,3.834353 9.046705,15.337412 -3.015567,24.923294 -12.0622699,9.585882 15.077839,3.834353 0,26.840471"
id="path4976"
inkscape:connector-curvature="0"
clip-path="url(#clipPath5298)"
sodipodi:nodetypes="cssc"
transform="scale(0.75343266,1)" />
<path
style="fill:none;stroke:#607a06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5772)"
d="m 7.449875,10.083108 c 0,0 3.282996,-2.7779197 10.354064,-2.2728434"
id="path5316"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:0;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5776)"
d="m 14.015867,15.386409 c 2.020305,0 5.050762,-1.767767 5.050762,-1.767767"
id="path5318"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5780)"
d="M 5.9346462,23.467629 C 8.7125657,25.487934 19.571706,24.73032 19.571706,24.73032"
id="path5320"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5784)"
d="m 9.217642,33.064078 c 9.091373,0.252538 9.848987,-1.010152 9.848987,-1.010152"
id="path5322"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5788)"
d="m 9.9752564,42.660527 c 0,0 5.8083776,3.788072 8.3337586,1.767767"
id="path5324"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5792)"
d="m 4.6719555,53.014591 c 0,0 8.8388345,2.525381 14.3946735,-1.767767"
id="path5326"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#617b06;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5796)"
d="m 7.9549513,56.550125 c 0,0 8.0812207,-0.252538 8.8388347,1.767767"
id="path5328"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;stroke:#5f7a06;stroke-width:6.70000000000000020;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:0;filter:url(#filter5620)"
d="m 44.067905,64 c 0,0 0.505076,-25.380083 -1.767767,-43.31029 C 40.027295,2.7595018 43.815367,0 43.815367,0"
id="path5330"
inkscape:connector-curvature="0"
clip-path="url(#clipPath5592)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

View File

@ -0,0 +1,227 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo01.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo01.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3013">
<stop
style="stop-color:#80642a;stop-opacity:1"
offset="0"
id="stop3015" />
<stop
style="stop-color:#a48d4d;stop-opacity:1"
offset="1"
id="stop3017" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3003">
<stop
style="stop-color:#4f3e1b;stop-opacity:1"
offset="0"
id="stop3005" />
<stop
style="stop-color:#c2ab5f;stop-opacity:1"
offset="1"
id="stop3007" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3852">
<stop
style="stop-color:#a48d4d;stop-opacity:1"
offset="0"
id="stop3854" />
<stop
style="stop-color:#e0c870;stop-opacity:1"
offset="1"
id="stop3856" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3842">
<stop
style="stop-color:#5c5c5c;stop-opacity:1"
offset="0"
id="stop3844" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3846" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3842"
id="linearGradient3848"
x1="8.9702139"
y1="25.344385"
x2="52.331123"
y2="70.539734"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(10,-8)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3852"
id="linearGradient3858"
x1="20.026524"
y1="77.14241"
x2="19.400696"
y2="37.923798"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(13.50321,-16.897379)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3003"
id="linearGradient3009"
x1="64"
y1="64"
x2="0"
y2="0"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3013"
id="linearGradient3019"
x1="1"
y1="66"
x2="-61"
y2="4"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(128.37918,-29.846689)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3013"
id="linearGradient3021"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(145.19524,-1.8199259)"
x1="1"
y1="66"
x2="-61"
y2="4" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="42.370086"
inkscape:cy="36.358255"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:snap-page="false"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3014"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-225.14287,-491.79074)"
sodipodi:insensitive="true"
style="display:none">
<image
y="491.79074"
x="225.14287"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAA3NCSVQICAjb4U/gAAABkElEQVRo ge1aO07DQBB9Y7mmoKDhJGlyBe5BAxUH4DIUHCBdKiJR0dJgCYlT0KxTbLL5MLtiE8PojfYVkbNZ O28073nGycjn6z1ocffw3AN4WQ3WTE7Bx/sAoI9vFm8XsgWA3EFuUT1HRMoX2mw43Hm8mE79+SkG AF0MgI59vN4uA3Hp8fZy6jyPe6+T4Wl5pQQAYJz4i/4KiT1SAHE1BJII9mI4kNBIkgLdA3AgIZYM oEnIGE1C1shWYhL+JQ9wRODZA3aMauBXQiEECz6nwKOEiEycCYDKA8kE2wAAEEkIwFEGQCUhNAkZ o0nIGrqEmAqZWonBI6HINh5784Adpxr4vY3S/Dbq8zbqQUIsGchIiCeAwgONHakaFFoJjggUD3C1 EooHYnNEUwY6fgm57UbNONXBZyshIiOJiwsesCNVg4wHeCQEB5VYlxCJBZqEzKFLiKiQdfqffEQZ cOwBK0Z18NqN8jwTZyX09T2Tf5x9VXfKr2dfI3Ozyd0z2acAemymqCnnvwHIzfzamsNZWAP8s6rm 6wmGhAAAAABJRU5ErkJggg== "
height="64"
width="64" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true">
<image
y="0"
x="-74"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAA3NCSVQICAjb4U/gAAABkElEQVRo ge1aO07DQBB9Y7mmoKDhJGlyBe5BAxUH4DIUHCBdKiJR0dJgCYlT0KxTbLL5MLtiE8PojfYVkbNZ O28073nGycjn6z1ocffw3AN4WQ3WTE7Bx/sAoI9vFm8XsgWA3EFuUT1HRMoX2mw43Hm8mE79+SkG AF0MgI59vN4uA3Hp8fZy6jyPe6+T4Wl5pQQAYJz4i/4KiT1SAHE1BJII9mI4kNBIkgLdA3AgIZYM oEnIGE1C1shWYhL+JQ9wRODZA3aMauBXQiEECz6nwKOEiEycCYDKA8kE2wAAEEkIwFEGQCUhNAkZ o0nIGrqEmAqZWonBI6HINh5784Adpxr4vY3S/Dbq8zbqQUIsGchIiCeAwgONHakaFFoJjggUD3C1 EooHYnNEUwY6fgm57UbNONXBZyshIiOJiwsesCNVg4wHeCQEB5VYlxCJBZqEzKFLiKiQdfqffEQZ cOwBK0Z18NqN8jwTZyX09T2Tf5x9VXfKr2dfI3Ozyd0z2acAemymqCnnvwHIzfzamsNZWAP8s6rm 6wmGhAAAAABJRU5ErkJggg== "
height="64"
width="64" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:url(#linearGradient3009);fill-opacity:1;stroke:none"
id="rect3001"
width="64"
height="64"
x="0"
y="0" />
<rect
style="fill:url(#linearGradient3021);fill-opacity:1;stroke:none"
id="rect3011"
width="62"
height="62"
x="84.195229"
y="2.180074" />
<rect
style="fill:url(#linearGradient3848);fill-opacity:1;stroke:none"
id="rect3840"
width="60"
height="60"
x="2"
y="2" />
<rect
style="fill:url(#linearGradient3858);fill-opacity:1;stroke:none"
id="rect3850"
width="56"
height="56"
x="4"
y="4" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@ -0,0 +1,704 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="8"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo03.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo03.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3848">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3838">
<stop
style="stop-color:#a48d4d;stop-opacity:1"
offset="0"
id="stop3840" />
<stop
style="stop-color:#80642a;stop-opacity:1"
offset="1"
id="stop3842" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3824">
<stop
style="stop-color:#d4d8d8;stop-opacity:1"
offset="0"
id="stop3826" />
<stop
style="stop-color:#a1aaab;stop-opacity:1"
offset="1"
id="stop3828" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3808">
<stop
style="stop-color:#a48d4d;stop-opacity:1"
offset="0"
id="stop3810" />
<stop
style="stop-color:#dfc76f;stop-opacity:1"
offset="1"
id="stop3812" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3808"
id="linearGradient3814"
x1="4.1668792"
y1="79.386406"
x2="4.3585024"
y2="28.128157"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3824"
id="linearGradient3830"
x1="4"
y1="20"
x2="4"
y2="22"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3838"
id="linearGradient3844"
x1="4"
y1="24"
x2="4"
y2="28"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3848"
id="linearGradient3854"
x1="0"
y1="25"
x2="0"
y2="27"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3848-4"
id="linearGradient3854-7"
x1="0"
y1="25"
x2="0"
y2="27"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9" />
</linearGradient>
<linearGradient
gradientTransform="translate(2,2.2209961e-7)"
y2="27"
x2="0"
y1="25"
x1="0"
gradientUnits="userSpaceOnUse"
id="linearGradient3871"
xlink:href="#linearGradient3848-4"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(2,2.2209961e-7)"
y2="27"
x2="0"
y1="25"
x1="0"
gradientUnits="userSpaceOnUse"
id="linearGradient3871-8"
xlink:href="#linearGradient3848-4-8"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4-8">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0-2" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9-4" />
</linearGradient>
<linearGradient
y2="27"
x2="0"
y1="25"
x1="0"
gradientTransform="translate(4,0)"
gradientUnits="userSpaceOnUse"
id="linearGradient3905"
xlink:href="#linearGradient3848-4-8"
inkscape:collect="always" />
<linearGradient
y2="27"
x2="0"
y1="25"
x1="0"
gradientTransform="translate(4,0)"
gradientUnits="userSpaceOnUse"
id="linearGradient3905-5"
xlink:href="#linearGradient3848-4-8-1"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4-8-1">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0-2-7" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9-4-1" />
</linearGradient>
<linearGradient
y2="27"
x2="0"
y1="25"
x1="0"
gradientTransform="translate(6,0)"
gradientUnits="userSpaceOnUse"
id="linearGradient3939"
xlink:href="#linearGradient3848-4-8-1"
inkscape:collect="always" />
<linearGradient
y2="27"
x2="0"
y1="25"
x1="0"
gradientTransform="translate(5.999998,-136)"
gradientUnits="userSpaceOnUse"
id="linearGradient3939-2"
xlink:href="#linearGradient3848-4-8-1-3"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4-8-1-3">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0-2-7-2" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9-4-1-2" />
</linearGradient>
<linearGradient
y2="27"
x2="0"
y1="25"
x1="0"
gradientTransform="translate(3.999998,-136)"
gradientUnits="userSpaceOnUse"
id="linearGradient3905-1"
xlink:href="#linearGradient3848-4-8-6"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4-8-6">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0-2-8" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9-4-5" />
</linearGradient>
<linearGradient
gradientTransform="translate(1.999998,-136)"
y2="27"
x2="0"
y1="25"
x1="0"
gradientUnits="userSpaceOnUse"
id="linearGradient3871-7"
xlink:href="#linearGradient3848-4-6"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-4-6">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-0-1" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-9-8" />
</linearGradient>
<linearGradient
gradientTransform="translate(-1.9669533e-6,-136)"
inkscape:collect="always"
xlink:href="#linearGradient3848-2"
id="linearGradient3854-9"
x1="0"
y1="25"
x2="0"
y2="27"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3848-2">
<stop
style="stop-color:#d2ad2e;stop-opacity:1"
offset="0"
id="stop3850-7" />
<stop
style="stop-color:#b99929;stop-opacity:1"
offset="1"
id="stop3852-95" />
</linearGradient>
<linearGradient
gradientTransform="translate(-1.9669533e-6,-136)"
inkscape:collect="always"
xlink:href="#linearGradient3838-3"
id="linearGradient3844-4"
x1="4"
y1="24"
x2="4"
y2="28"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3838-3">
<stop
style="stop-color:#a48d4d;stop-opacity:1"
offset="0"
id="stop3840-1" />
<stop
style="stop-color:#80642a;stop-opacity:1"
offset="1"
id="stop3842-2" />
</linearGradient>
<linearGradient
gradientTransform="translate(-8,-136)"
inkscape:collect="always"
xlink:href="#linearGradient3824-3"
id="linearGradient3830-3"
x1="4"
y1="20"
x2="4"
y2="22"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3824-3">
<stop
style="stop-color:#d4d8d8;stop-opacity:1"
offset="0"
id="stop3826-4" />
<stop
style="stop-color:#a1aaab;stop-opacity:1"
offset="1"
id="stop3828-1" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-32.956954"
inkscape:cy="56.421203"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3765"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-698.85712,-696.93359)"
sodipodi:insensitive="true">
<image
y="696.93359"
x="698.85712"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACACAIAAAC5jr9pAAAAA3NCSVQICAjb4U/gAAABO0lEQVRI iWN8cKKAARtgwio6aCVYDj6yprkdEOr7z5/v371lYGAQFBLmZGdH6Hj/7i0PNw8PNw9EmgijBIWE 4UahSHCys3NKSlHo3G1btmCVYLxy4wZ2HWcvXSbRKFzJh+XI0btYJZj0FB5++HAfk2R6/uY3AwMD Jsly/DQjA8O/N8/RSZyWkxFW///jkPj3D7sMy38cWsiQ+PcPp6uGlB30CcQBtANP6FLNKNx24DSK ej6noh3/SA9dXHbgMWow2kGPlGhjrYxVYkAryGEvwaImK0CijluPP5Bu+bPnzzBJKvqDceGq1VQy CrfP7eWOkqhjwZxdWCWYK9NFfvxn1tf8h0YySYqwMjAwYJKMS3p9sduBK+OwlE97j13Cy8cHqwTO ZhRjeFw8aUYNtrbo////GRkZqdgWxSkBALkfC96sBah8AAAAAElFTkSuQmCC "
height="128"
width="8" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:none">
<image
y="0"
x="-15"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACACAIAAAC5jr9pAAAAA3NCSVQICAjb4U/gAAABO0lEQVRI iWN8cKKAARtgwio6aCVYDj6yprkdEOr7z5/v371lYGAQFBLmZGdH6Hj/7i0PNw8PNw9EmgijBIWE 4UahSHCys3NKSlHo3G1btmCVYLxy4wZ2HWcvXSbRKFzJh+XI0btYJZj0FB5++HAfk2R6/uY3AwMD Jsly/DQjA8O/N8/RSZyWkxFW///jkPj3D7sMy38cWsiQ+PcPp6uGlB30CcQBtANP6FLNKNx24DSK ej6noh3/SA9dXHbgMWow2kGPlGhjrYxVYkAryGEvwaImK0CijluPP5Bu+bPnzzBJKvqDceGq1VQy CrfP7eWOkqhjwZxdWCWYK9NFfvxn1tf8h0YySYqwMjAwYJKMS3p9sduBK+OwlE97j13Cy8cHqwTO ZhRjeFw8aUYNtrbo////GRkZqdgWxSkBALkfC96sBah8AAAAAElFTkSuQmCC "
height="128"
width="8" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="opacity:1;fill:url(#linearGradient3814);fill-opacity:1;stroke:none"
id="rect3785"
width="8"
height="128"
x="0"
y="0" />
<rect
style="fill:#a1aaab;fill-opacity:1;stroke:none"
id="rect3816"
width="8"
height="15"
x="0"
y="8" />
<rect
style="fill:#575e5f;fill-opacity:1;stroke:none"
id="rect3818"
width="8"
height="1"
x="0"
y="19" />
<rect
style="fill:#575e5f;fill-opacity:1;stroke:none"
id="rect3820"
width="8"
height="1"
x="0"
y="22" />
<rect
style="fill:url(#linearGradient3830);fill-opacity:1;stroke:none"
id="rect3822"
width="8"
height="2"
x="0"
y="20" />
<path
sodipodi:type="arc"
style="fill:#879191;fill-opacity:1;stroke:none"
id="path3832"
sodipodi:cx="-11"
sodipodi:cy="14"
sodipodi:rx="2"
sodipodi:ry="2"
d="m -9,14 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
transform="translate(15,0)" />
<path
sodipodi:type="arc"
style="fill:#939c9d;fill-opacity:1;stroke:none"
id="path3834"
sodipodi:cx="-11"
sodipodi:cy="14"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -10,14 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
transform="translate(15,0)" />
<rect
style="fill:url(#linearGradient3844);fill-opacity:1;stroke:none"
id="rect3836"
width="8"
height="4"
x="0"
y="24" />
<rect
style="fill:url(#linearGradient3854);fill-opacity:1;stroke:none"
id="rect3846"
width="1"
height="2"
x="0"
y="25" />
<rect
style="fill:url(#linearGradient3871);fill-opacity:1;stroke:none"
id="rect3846-4"
width="1"
height="2"
x="2"
y="25" />
<rect
style="fill:url(#linearGradient3905);fill-opacity:1;stroke:none"
id="rect3846-4-5"
width="1"
height="2"
x="4"
y="25" />
<rect
style="fill:url(#linearGradient3939);fill-opacity:1;stroke:none"
id="rect3846-4-5-1"
width="1"
height="2"
x="6"
y="25" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958"
width="1"
height="2"
x="1"
y="25" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5"
width="1"
height="2"
x="3"
y="25" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5-2"
width="1"
height="2"
x="5"
y="25" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5-2-7"
width="1"
height="2"
x="7"
y="25" />
<rect
style="fill:#e0c870;fill-opacity:1;stroke:none"
id="rect4014"
width="8"
height="49"
x="0"
y="79" />
<rect
style="fill:#a1aaab;fill-opacity:1;stroke:none"
id="rect4016"
width="8"
height="25"
x="0"
y="81" />
<rect
style="fill:#c7c7bb;fill-opacity:1;stroke:none"
id="rect4029"
width="8"
height="2"
x="0"
y="94" />
<rect
style="fill:#879191;fill-opacity:1;stroke:none"
id="rect4031"
width="1"
height="4"
x="1"
y="98" />
<rect
style="fill:#879191;fill-opacity:1;stroke:none"
id="rect4031-6"
width="1"
height="4"
x="3"
y="98" />
<rect
style="fill:#879191;fill-opacity:1;stroke:none"
id="rect4031-6-1"
width="1"
height="4"
x="5"
y="98" />
<rect
style="fill:#879191;fill-opacity:1;stroke:none"
id="rect4031-6-1-4"
width="1"
height="4"
x="7"
y="98" />
<rect
style="fill:#a1aaab;fill-opacity:1;stroke:none"
id="rect3816-1"
width="8"
height="15"
x="-7.999999"
y="-128.00002"
transform="scale(-1,-1)" />
<rect
style="fill:#575e5f;fill-opacity:1;stroke:none"
id="rect3818-3"
width="8"
height="1"
x="-7.999999"
y="-117.00002"
transform="scale(-1,-1)" />
<rect
style="fill:#575e5f;fill-opacity:1;stroke:none"
id="rect3820-8"
width="8"
height="1"
x="-7.999999"
y="-114.00002"
transform="scale(-1,-1)" />
<rect
style="fill:url(#linearGradient3830-3);fill-opacity:1;stroke:none"
id="rect3822-7"
width="8"
height="2"
x="-7.999999"
y="-116.00002"
transform="scale(-1,-1)" />
<path
sodipodi:type="arc"
style="fill:#879191;fill-opacity:1;stroke:none"
id="path3832-4"
sodipodi:cx="-11"
sodipodi:cy="14"
sodipodi:rx="2"
sodipodi:ry="2"
d="m -9,14 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
transform="matrix(-1,0,0,-1,-7,136)" />
<path
sodipodi:type="arc"
style="fill:#939c9d;fill-opacity:1;stroke:none"
id="path3834-2"
sodipodi:cx="-11"
sodipodi:cy="14"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -10,14 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
transform="matrix(-1,0,0,-1,-7,136)" />
<rect
style="fill:url(#linearGradient3844-4);fill-opacity:1;stroke:none"
id="rect3836-7"
width="8"
height="4"
x="-1.013279e-006"
y="-112.00002"
transform="scale(1,-1)" />
<rect
style="fill:url(#linearGradient3854-9);fill-opacity:1;stroke:none"
id="rect3846-7"
width="1"
height="2"
x="-1.013279e-006"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:url(#linearGradient3871-7);fill-opacity:1;stroke:none"
id="rect3846-4-9"
width="1"
height="2"
x="1.999999"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:url(#linearGradient3905-1);fill-opacity:1;stroke:none"
id="rect3846-4-5-3"
width="1"
height="2"
x="3.999999"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:url(#linearGradient3939-2);fill-opacity:1;stroke:none"
id="rect3846-4-5-1-1"
width="1"
height="2"
x="5.999999"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-9"
width="1"
height="2"
x="0.99999899"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5-8"
width="1"
height="2"
x="2.999999"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5-2-6"
width="1"
height="2"
x="4.999999"
y="-110.99998"
transform="scale(1,-1)" />
<rect
style="fill:#947d2c;fill-opacity:1;stroke:none"
id="rect3958-5-2-7-5"
width="1"
height="2"
x="6.999999"
y="-110.99998"
transform="scale(1,-1)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

@ -0,0 +1,197 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo05.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo05.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
id="linearGradient3003"
inkscape:collect="always">
<stop
id="stop3005"
offset="0"
style="stop-color:#d6bfa6;stop-opacity:1" />
<stop
id="stop3007"
offset="1"
style="stop-color:#6e4f33;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3912">
<stop
style="stop-color:#b38d60;stop-opacity:1"
offset="0"
id="stop3914" />
<stop
style="stop-color:#86613f;stop-opacity:1"
offset="1"
id="stop3916" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3788">
<stop
style="stop-color:#b38d60;stop-opacity:1"
offset="0"
id="stop3790" />
<stop
style="stop-color:#997347;stop-opacity:1"
offset="1"
id="stop3792" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3788"
id="linearGradient3794"
x1="13"
y1="16"
x2="13"
y2="0"
gradientUnits="userSpaceOnUse" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3854">
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 4,14 20,2 4,2 z"
id="path3856"
inkscape:connector-curvature="0" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3912"
id="linearGradient3918"
x1="13.135513"
y1="9.7858953"
x2="5.0076594"
y2="2.7378988"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3003"
id="linearGradient3001"
x1="20"
y1="14"
x2="4"
y2="2"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="9.0942494"
inkscape:cy="6.403124"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3764"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-736.57141,-721.50507)"
sodipodi:insensitive="true"
style="display:none">
<image
y="721.50507"
x="736.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAIAAACDRijCAAAAA3NCSVQICAjb4U/gAAABIUlEQVQ4 jbWSwUoDQRBEq6p7UYhJ3Ogh6MmbiOBJ8ObND/CD8jV+hX6DehaMFyFXFT2atIfJJuOS4BxiMbDT C/Wo7h7ejK6n0+msUQSAiECj5Q3g/EMAJKFGZiZsSO5uElOaz/evp9c3RB5jVSIAxNnxsKoqiSmU k5JS1Nl48jEc7PQ71Z+tbfX3T84vXx7vSEkk5ZIiQEYEzTTobffqbmZeAQIAfJuZmXEuuZkiGBER 4W7pLDEZhzkHdPcMRCdFRtqTTGYyMxQoLSsNBaBLBJhAJrZA6xPBzBbTBeBsXkVEpG6ZOVrmX701 SqUvbiSldIoeV9r6sizxFHH/C1R1+iW27t5B64/nxdFhfXpxVRhh8ny/FlTXu+OH20JQSxub0Q/2 JVHPMFvUFwAAAABJRU5ErkJggg== "
height="16"
width="24" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:inline">
<image
y="0"
x="-29"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAIAAACDRijCAAAAA3NCSVQICAjb4U/gAAABIUlEQVQ4 jbWSwUoDQRBEq6p7UYhJ3Ogh6MmbiOBJ8ObND/CD8jV+hX6DehaMFyFXFT2atIfJJuOS4BxiMbDT C/Wo7h7ejK6n0+msUQSAiECj5Q3g/EMAJKFGZiZsSO5uElOaz/evp9c3RB5jVSIAxNnxsKoqiSmU k5JS1Nl48jEc7PQ71Z+tbfX3T84vXx7vSEkk5ZIiQEYEzTTobffqbmZeAQIAfJuZmXEuuZkiGBER 4W7pLDEZhzkHdPcMRCdFRtqTTGYyMxQoLSsNBaBLBJhAJrZA6xPBzBbTBeBsXkVEpG6ZOVrmX701 SqUvbiSldIoeV9r6sizxFHH/C1R1+iW27t5B64/nxdFhfXpxVRhh8ny/FlTXu+OH20JQSxub0Q/2 JVHPMFvUFwAAAABJRU5ErkJggg== "
height="16"
width="24" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:url(#linearGradient3794);fill-opacity:1;stroke:none"
id="rect3786"
width="24"
height="16"
x="0"
y="0" />
<rect
style="fill:url(#linearGradient3001);fill-opacity:1;stroke:none"
id="rect3796"
width="16"
height="12"
x="4"
y="2"
rx="2.2" />
<rect
style="fill:url(#linearGradient3918);fill-opacity:1;stroke:none"
id="rect3796-4"
width="14"
height="10.5"
x="5"
y="2.7499998"
rx="1.9250001" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

View File

@ -0,0 +1,216 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo06.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo06.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3790">
<stop
style="stop-color:#6d4e33;stop-opacity:1"
offset="0"
id="stop3792" />
<stop
style="stop-color:#6d4e33;stop-opacity:1"
offset="1"
id="stop3794" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3790"
id="linearGradient3796"
x1="-7"
y1="13"
x2="-17"
y2="3"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3790-4"
id="linearGradient3796-7"
x1="-7"
y1="13"
x2="-17"
y2="3"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3790-4">
<stop
style="stop-color:#6d4e33;stop-opacity:1"
offset="0"
id="stop3792-0" />
<stop
style="stop-color:#6d4e33;stop-opacity:1"
offset="1"
id="stop3794-9" />
</linearGradient>
<filter
inkscape:collect="always"
id="filter4088"
x="-0.24149428"
width="1.4829886"
y="-0.2385241"
height="1.4770482">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.61341477"
id="feGaussianBlur4090" />
</filter>
<filter
inkscape:collect="always"
id="filter3794">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.49"
id="feGaussianBlur3796" />
</filter>
<filter
inkscape:collect="always"
id="filter3826">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.28"
id="feGaussianBlur3828" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="25.696703"
inkscape:cy="0.53638685"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3783"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-254.85716,-358.64792)"
sodipodi:insensitive="true"
style="display:none">
<image
y="358.64792"
x="254.85716"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAABaklEQVQo kZVSTUsCURQ9oyb5MY05Os6YqeNIRAhKtA1UMNq48Zf0u9wIboQExV0IlokoSKOBpE5mKIYibVrM 9NRRgu7qnss5553LfdTrwx3+U6ZN0GoqhXxHx0hnwmfnAoGU+kL3ZZLLtgCw3HKvcTIV8wc4AAYV 57ItllsStsfJBwQx5Av7+aA6KRXr60itpkKcPKxgt9gd9DGZGA2G1fdqMH7rySNR4k0ACvmO6u1h BR93qgvjZFwArFZrpdzQBKRoK713AZPZwvz2BjL1uk8Yu2OXbWO4QOQauwKT8WCvPS/FNuFaQFHU LvvI5dNN1oLlSn8BmvW6/RcAht3nLUE6Ewbw/jmafU213A5OurzhAhEAs3F/MVVq7Wo8EdUE5PLz xRyA0XzIh7TcA/npo99W+6DkAflLyVSsVKwrkyFttzFwyo/3JEOtXQWQur3SVt38rT15VCk3dJvE E1HVW62tw4kSL0o8/qwfhbliT2WKywwAAAAASUVORK5CYII= "
height="16"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:none">
<image
y="-1.2988281e-006"
x="-20"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAABaklEQVQo kZVSTUsCURQ9oyb5MY05Os6YqeNIRAhKtA1UMNq48Zf0u9wIboQExV0IlokoSKOBpE5mKIYibVrM 9NRRgu7qnss5553LfdTrwx3+U6ZN0GoqhXxHx0hnwmfnAoGU+kL3ZZLLtgCw3HKvcTIV8wc4AAYV 57ItllsStsfJBwQx5Av7+aA6KRXr60itpkKcPKxgt9gd9DGZGA2G1fdqMH7rySNR4k0ACvmO6u1h BR93qgvjZFwArFZrpdzQBKRoK713AZPZwvz2BjL1uk8Yu2OXbWO4QOQauwKT8WCvPS/FNuFaQFHU LvvI5dNN1oLlSn8BmvW6/RcAht3nLUE6Ewbw/jmafU213A5OurzhAhEAs3F/MVVq7Wo8EdUE5PLz xRyA0XzIh7TcA/npo99W+6DkAflLyVSsVKwrkyFttzFwyo/3JEOtXQWQur3SVt38rT15VCk3dJvE E1HVW62tw4kSL0o8/qwfhbliT2WKywwAAAAASUVORK5CYII= "
height="16"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:#e0c870;fill-opacity:1;stroke:none"
id="rect3786"
width="16"
height="16"
x="2.4755859e-006"
y="-1.2988281e-006" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3796);fill-opacity:1;stroke:none"
id="path3788"
sodipodi:cx="-12"
sodipodi:cy="8"
sodipodi:rx="7"
sodipodi:ry="7"
d="M -5,8 A 7,7 0 1 1 -19,8 7,7 0 1 1 -5,8 z"
transform="translate(20,0)" />
<path
sodipodi:type="arc"
style="fill:#80642a;fill-opacity:1;stroke:none;filter:url(#filter3826)"
id="path3788-4"
sodipodi:cx="-12"
sodipodi:cy="8"
sodipodi:rx="7"
sodipodi:ry="7"
d="M -5,8 A 7,7 0 1 1 -19,8 7,7 0 1 1 -5,8 z"
transform="matrix(0.92857144,0,0,0.92857143,19.642857,1.0714286)" />
<path
sodipodi:type="arc"
style="fill:#b38d60;fill-opacity:1;stroke:none;filter:url(#filter3794)"
id="path3788-4-8"
sodipodi:cx="-12"
sodipodi:cy="8"
sodipodi:rx="7"
sodipodi:ry="7"
d="M -5,8 A 7,7 0 1 1 -19,8 7,7 0 1 1 -5,8 z"
transform="matrix(0.71428569,0,0,0.71428571,17.571428,3.2857143)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter4088)"
d="m 7.5682108,12.873731 c 1.0288253,0.07626 5.2040162,0.734604 5.5580582,-4.926713 0,0 -3.5580582,4.926713 -5.5580582,4.926713 z"
id="path3850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View File

@ -0,0 +1,202 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo07.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo07.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<filter
inkscape:collect="always"
id="filter3936"
x="-0.30049988"
width="1.6009998"
y="-0.30190339"
height="1.6038068">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.73516181"
id="feGaussianBlur3938" />
</filter>
<filter
inkscape:collect="always"
id="filter3972">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.090002281"
id="feGaussianBlur3974" />
</filter>
<filter
inkscape:collect="always"
id="filter3992">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.27500443"
id="feGaussianBlur3994" />
</filter>
<filter
inkscape:collect="always"
id="filter4032">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.19500215"
id="feGaussianBlur4034" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-7.6016357"
inkscape:cy="8.716778"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3784"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-674.85712,-732.93359)"
sodipodi:insensitive="true"
style="display:none">
<image
y="732.93359"
x="674.85712"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAABb0lEQVQo kZWRP2vCUBTFTyWDQ9RoghCwinZQ1BgHoYOrjv2QXdsv4lBE888OwsMIpkryUJNF5GGHJzEGKfRs 797feffc957ePz7xHwnJA/3xFpaVIlqdrqyqaUNIA2M6BaBpWpKOoujbtmBb7Z5eLJdvBmM65Wg+ n280Grxo27Yoioqi+L7vGPPhaAwgw5NwolKpxDQh5Hw+AxBFkVc8d3U1LCxL07RCoaAoCgDXdWez 2eFw4Fwul5NlGcDXZHK3dL1eB7Ber5fLpWmaAHRdlyQJQDabffxKAIIgME2zVCpxMzdcLpcYyCRp QggeiTH2wOA4Ds+t6zqvNJtNAGEYbrfbdKQoiuLXkCSJJ4lbyWkZAK1OlxCy2+32+32ydzwePc/z fR8ApbQ/GFwnyKoK2+JzGWOCIDDGTqcTR2M9N15ukdo93THmADabTWpjSimA1+HwbodiuTwcjT13 xX8nqf5gwO++M3Cp1dpbtYY/9QvYg54RFp855AAAAABJRU5ErkJggg== "
height="16"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:none">
<image
y="3.7499999e-006"
x="-21"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAA3NCSVQICAjb4U/gAAABb0lEQVQo kZWRP2vCUBTFTyWDQ9RoghCwinZQ1BgHoYOrjv2QXdsv4lBE888OwsMIpkryUJNF5GGHJzEGKfRs 797feffc957ePz7xHwnJA/3xFpaVIlqdrqyqaUNIA2M6BaBpWpKOoujbtmBb7Z5eLJdvBmM65Wg+ n280Grxo27Yoioqi+L7vGPPhaAwgw5NwolKpxDQh5Hw+AxBFkVc8d3U1LCxL07RCoaAoCgDXdWez 2eFw4Fwul5NlGcDXZHK3dL1eB7Ber5fLpWmaAHRdlyQJQDabffxKAIIgME2zVCpxMzdcLpcYyCRp QggeiTH2wOA4Ds+t6zqvNJtNAGEYbrfbdKQoiuLXkCSJJ4lbyWkZAK1OlxCy2+32+32ydzwePc/z fR8ApbQ/GFwnyKoK2+JzGWOCIDDGTqcTR2M9N15ukdo93THmADabTWpjSimA1+HwbodiuTwcjT13 xX8nqf5gwO++M3Cp1dpbtYY/9QvYg54RFp855AAAAABJRU5ErkJggg== "
height="16"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:#a1aaab;fill-opacity:1;stroke:none"
id="rect3786"
width="16"
height="16"
x="0"
y="0" />
<path
sodipodi:type="arc"
style="fill:#545454;fill-opacity:1;stroke:none;"
id="path3788"
sodipodi:cx="-13"
sodipodi:cy="8"
sodipodi:rx="7"
sodipodi:ry="7"
d="M -6,8 A 7,7 0 1 1 -20,8 7,7 0 1 1 -6,8 z"
transform="translate(21,0)" />
<path
sodipodi:type="arc"
style="fill:#666666;fill-opacity:1;stroke:none;filter:url(#filter4032)"
id="path3790"
sodipodi:cx="-13.5"
sodipodi:cy="7.5"
sodipodi:rx="6.5"
sodipodi:ry="6.5"
d="m -7,7.5 a 6.5,6.5 0 1 1 -13,0 6.5,6.5 0 1 1 13,0 z"
transform="matrix(1.029139,0,0,1.038852,21.58278,-0.03885202)" />
<path
sodipodi:type="arc"
style="fill:#939393;fill-opacity:1;stroke:none;filter:url(#filter3992)"
id="path3792"
sodipodi:cx="-14.5"
sodipodi:cy="6.5"
sodipodi:rx="5.5"
sodipodi:ry="5.5"
d="m -9,6.5 a 5.5,5.5 0 1 1 -11,0 5.5,5.5 0 1 1 11,0 z"
transform="matrix(1.0285189,0,0,1.027904,22.577837,0.98672481)" />
<path
sodipodi:type="arc"
style="fill:#545454;fill-opacity:1;stroke:none"
id="path3794"
sodipodi:cx="-13"
sodipodi:cy="8"
sodipodi:rx="2"
sodipodi:ry="2"
d="m -11,8 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
transform="translate(21,0)" />
<path
sodipodi:type="arc"
style="fill:#666666;fill-opacity:1;stroke:none;filter:url(#filter3972)"
id="path3796"
sodipodi:cx="8.5"
sodipodi:cy="8.5"
sodipodi:rx="1.5"
sodipodi:ry="1.5"
d="m 10,8.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z"
transform="matrix(1.2441171,0,0,1.2430056,-2.4400838,-2.4325433)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3936)"
d="m 2.9041888,9.6865466 c 0,0 0.3156727,-7.0079333 6.1871837,-6.4397225 C 6.9141258,3.3067027 4.577992,5.7568615 2.9041888,9.6865466 z"
id="path3798"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

View File

@ -0,0 +1,348 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="20"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo08.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo08.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
id="linearGradient3802"
inkscape:collect="always">
<stop
id="stop3804"
offset="0"
style="stop-color:#98a5ad;stop-opacity:1" />
<stop
id="stop3806"
offset="1"
style="stop-color:#b7bfca;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3790">
<stop
style="stop-color:#7e9293;stop-opacity:1"
offset="0"
id="stop3792" />
<stop
style="stop-color:#a8bcbd;stop-opacity:1"
offset="1"
id="stop3794" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3790"
id="linearGradient3796"
x1="8"
y1="2"
x2="8"
y2="4"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3802"
id="linearGradient3800"
x1="8"
y1="2"
x2="8"
y2="5"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(0,6)"
inkscape:collect="always"
xlink:href="#linearGradient3790-4"
id="linearGradient3796-7"
x1="8"
y1="2"
x2="8"
y2="4"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3790-4">
<stop
style="stop-color:#7e9293;stop-opacity:1"
offset="0"
id="stop3792-0" />
<stop
style="stop-color:#a8bcbd;stop-opacity:1"
offset="1"
id="stop3794-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3802-8"
id="linearGradient3800-4"
x1="8"
y1="2"
x2="8"
y2="5"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3802-8"
inkscape:collect="always">
<stop
id="stop3804-8"
offset="0"
style="stop-color:#98a5ad;stop-opacity:1" />
<stop
id="stop3806-2"
offset="1"
style="stop-color:#b7bfca;stop-opacity:1" />
</linearGradient>
<linearGradient
gradientTransform="translate(0,6)"
y2="5"
x2="8"
y1="2"
x1="8"
gradientUnits="userSpaceOnUse"
id="linearGradient3828"
xlink:href="#linearGradient3802-8"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(0,6)"
y2="5"
x2="8"
y1="2"
x1="8"
gradientUnits="userSpaceOnUse"
id="linearGradient3828-5"
xlink:href="#linearGradient3802-8-1"
inkscape:collect="always" />
<linearGradient
id="linearGradient3802-8-1"
inkscape:collect="always">
<stop
id="stop3804-8-7"
offset="0"
style="stop-color:#98a5ad;stop-opacity:1" />
<stop
id="stop3806-2-1"
offset="1"
style="stop-color:#b7bfca;stop-opacity:1" />
</linearGradient>
<linearGradient
gradientTransform="translate(0,12)"
inkscape:collect="always"
xlink:href="#linearGradient3790-4-5"
id="linearGradient3796-7-1"
x1="8"
y1="2"
x2="8"
y2="4"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3790-4-5">
<stop
style="stop-color:#7e9293;stop-opacity:1"
offset="0"
id="stop3792-0-2" />
<stop
style="stop-color:#a8bcbd;stop-opacity:1"
offset="1"
id="stop3794-9-7" />
</linearGradient>
<linearGradient
y2="5"
x2="8"
y1="2"
x1="8"
gradientTransform="translate(0,12)"
gradientUnits="userSpaceOnUse"
id="linearGradient3877"
xlink:href="#linearGradient3802-8-1"
inkscape:collect="always" />
<filter
inkscape:collect="always"
id="filter3948">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.27"
id="feGaussianBlur3950" />
</filter>
<filter
inkscape:collect="always"
id="filter4060"
x="-0.12246493"
width="1.2449299"
y="-0.097971946"
height="1.1959439">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.65314631"
id="feGaussianBlur4062" />
</filter>
<filter
inkscape:collect="always"
id="filter4344">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.43745753"
id="feGaussianBlur4346" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-17.749166"
inkscape:cy="21.521902"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3764"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-740.57141,-716.64789)"
sodipodi:insensitive="true"
style="display:none">
<image
y="716.64789"
x="740.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAIAAAALACogAAAAA3NCSVQICAjb4U/gAAACIElEQVQo kY3QuXITQRCA4e6Z3p6dPWUZyQcUrqJ4egJegwQKZxDiABfIlmTZ3mOuHjIiQ+nP/+TDDx8/bQ6b zdOv7dPd0+5hij5IygAAgACF0pa4XS5O29W6PV/3a9o+bvYP9zH6EnlAxCiQkmQBAI0KNaoCS+To /D7dawQa0lg1hoPq+8u6sfBSl6eXh8MjFcWQRjK2KLk1oK5eXy3P+heHs/ri5ueNA5n9TDnnlOIw +3EeBPDFYZyHYXjGknPOJBE2u7vD4eHrt+thSJMbXZqnaQAAa2ujS2uqutZtc9L3i65bUPIphODC PIUpJPJJYpQQAgAUhSAIJZmC52BDCMknqqrKRTe5YfbWz75QGplTsgDAzAQaMRu2ZVlaW1dVRVpr Q3rVv3r/9t3t9vZ/SqS11rTf75erxZFKu7s9xRiPV4oxUtv0u91h97D58v366dF77yOEv0oEBTO3 HS+6k+Vi3Ta9MsYAQM5ZRJxzIQQRUUoppUQkhOCcE5GcMwAYY5SIcFF6l7moV11XEWHMlq1lizFX RKuu46L2LnNRigiN44gY3pyt+7673d5ewPm/lDCHcRwphHB6dqzS9veBmPl4JWYma62b0zDFH58/ +93u2U2jdwkyAGjAik1jLC+XfbuowVhrSWuNIt57IgqIxpjClqogAJAQlWREJCLvfVM1WmtCRK21 iDR1t2QWyB6zTxEAWBNnVIC+KKdx1Foj4h+aQGMxPRcxEQAAAABJRU5ErkJggg== "
height="20"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:none">
<image
y="0"
x="-20"
id="image2993-1"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAIAAAALACogAAAAA3NCSVQICAjb4U/gAAACIElEQVQo kY3QuXITQRCA4e6Z3p6dPWUZyQcUrqJ4egJegwQKZxDiABfIlmTZ3mOuHjIiQ+nP/+TDDx8/bQ6b zdOv7dPd0+5hij5IygAAgACF0pa4XS5O29W6PV/3a9o+bvYP9zH6EnlAxCiQkmQBAI0KNaoCS+To /D7dawQa0lg1hoPq+8u6sfBSl6eXh8MjFcWQRjK2KLk1oK5eXy3P+heHs/ri5ueNA5n9TDnnlOIw +3EeBPDFYZyHYXjGknPOJBE2u7vD4eHrt+thSJMbXZqnaQAAa2ujS2uqutZtc9L3i65bUPIphODC PIUpJPJJYpQQAgAUhSAIJZmC52BDCMknqqrKRTe5YfbWz75QGplTsgDAzAQaMRu2ZVlaW1dVRVpr Q3rVv3r/9t3t9vZ/SqS11rTf75erxZFKu7s9xRiPV4oxUtv0u91h97D58v366dF77yOEv0oEBTO3 HS+6k+Vi3Ta9MsYAQM5ZRJxzIQQRUUoppUQkhOCcE5GcMwAYY5SIcFF6l7moV11XEWHMlq1lizFX RKuu46L2LnNRigiN44gY3pyt+7673d5ewPm/lDCHcRwphHB6dqzS9veBmPl4JWYma62b0zDFH58/ +93u2U2jdwkyAGjAik1jLC+XfbuowVhrSWuNIt57IgqIxpjClqogAJAQlWREJCLvfVM1WmtCRK21 iDR1t2QWyB6zTxEAWBNnVIC+KKdx1Foj4h+aQGMxPRcxEQAAAABJRU5ErkJggg== "
height="20"
width="16" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:#9ba8b8;fill-opacity:1;stroke:none"
id="rect3786"
width="16"
height="20"
x="0"
y="0" />
<path
style="fill:#7e909e;fill-opacity:1;stroke:none;filter:url(#filter3948)"
d="M 2,20 0,16 1,10 0,6 1,1 5,0 l 6,0 4,1 1,5 -1,4 1,6 -2,4 z"
id="path3906"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#7a8085;fill-opacity:1;stroke:none;filter:url(#filter4344)"
d="m 2.0180859,20.024743 -2.00000002,-4 1.00000002,-6 L 0.01808588,6.0247435 1.0180859,1.0247434 5.0180856,0.02474343 l 6.0000004,0 4,0.99999997 1,5.0000001 -1,3.9999995 1,6 -2,4 z"
id="path3906-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc"
transform="matrix(0.8744287,0,0,0.94621333,0.96956347,-0.11229338)" />
<path
style="fill:#4b6367;fill-opacity:1;stroke:none;filter:url(#filter4060)"
d="M 3.2,18 1.6,14.8 2.4,10 1.6,6.8 2.4,2.8 5.6,2 l 4.8,0 3.2,0.8 0.8,4 -0.8,3.2 0.8,4.8 -1.6,3.2 z"
id="path3906-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc"
transform="matrix(1,0,0,1.1204874,0,-2.2728736)" />
<rect
style="fill:url(#linearGradient3800);fill-opacity:1;stroke:none"
id="rect3798"
width="10"
height="3"
x="3"
y="2" />
<rect
style="fill:url(#linearGradient3796);fill-opacity:1;stroke:none"
id="rect3788"
width="8"
height="3"
x="4"
y="2" />
<rect
style="fill:url(#linearGradient3828);fill-opacity:1;stroke:none"
id="rect3798-4"
width="10"
height="3"
x="3"
y="8" />
<rect
style="fill:url(#linearGradient3796-7);fill-opacity:1;stroke:none"
id="rect3788-5"
width="8"
height="3"
x="4"
y="8" />
<rect
style="fill:url(#linearGradient3877);fill-opacity:1;stroke:none"
id="rect3798-4-6"
width="10"
height="3"
x="3"
y="14" />
<rect
style="fill:url(#linearGradient3796-7-1);fill-opacity:1;stroke:none"
id="rect3788-5-1"
width="8"
height="3"
x="4"
y="14" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

View File

@ -0,0 +1,310 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="18"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo09.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo09.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
id="linearGradient3853"
inkscape:collect="always">
<stop
id="stop3855"
offset="0"
style="stop-color:#26302d;stop-opacity:0.55326462" />
<stop
id="stop3857"
offset="1"
style="stop-color:#798582;stop-opacity:0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3839">
<stop
style="stop-color:#5e6a67;stop-opacity:1"
offset="0"
id="stop3841" />
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="1"
id="stop3843" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3829">
<stop
style="stop-color:#48524f;stop-opacity:1"
offset="0"
id="stop3831" />
<stop
style="stop-color:#3c4643;stop-opacity:1"
offset="1"
id="stop3833" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3776">
<stop
style="stop-color:#616967;stop-opacity:1"
offset="0"
id="stop3778" />
<stop
style="stop-color:#808c89;stop-opacity:1"
offset="1"
id="stop3780" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3776"
id="linearGradient3782"
x1="815.57141"
y1="786.2193"
x2="815.57141"
y2="790.2193"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3776"
id="linearGradient3788"
gradientUnits="userSpaceOnUse"
x1="815.57141"
y1="786.2193"
x2="815.57141"
y2="790.2193"
gradientTransform="translate(-1657.1428,6.8359373e-7)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3829"
id="linearGradient3835"
x1="828.03937"
y1="-804.2193"
x2="828.03937"
y2="-800.24182"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3839"
id="linearGradient3845"
x1="15"
y1="4"
x2="15"
y2="10"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3853"
id="linearGradient3851"
x1="817.69769"
y1="788.96674"
x2="819.00317"
y2="793.27228"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.53571429,3.2142857)" />
<filter
inkscape:collect="always"
id="filter3892"
x="-0.23957407"
width="1.4791481"
y="-0.33540377"
height="1.6708075">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.69875779"
id="feGaussianBlur3894" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-12.921594"
inkscape:cy="-5.7191735"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3766"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-812.57141,-786.2193)">
<image
y="786.2193"
x="778.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAAA3NCSVQICAjb4U/gAAAAv0lEQVQ4 jWNMzExnQAW3794Ji4hgIB2sWrFCVVkFTZBFWFwM0wIyTIcATNNY2NjYyDYOE2Caht2CKZMmcXNz c3NzU24Bo42bM6Y6JRUVMiw4cewYpiCLhpYWLreQGnp2Dg6vXr1Ct0BQUBCXBjKiR0ZG5uvXr8Ra QB5AcxaVUxEmoLkFTDQ1fVhYwHL+9BlMUUNTEzLMwmoUlsLuxLFjZJd3FlZW6BZgVZeUkkKG6fPm zMEUHIhI5uHhIc8srBoBO7cnBBFfYVoAAAAASUVORK5CYII= "
height="18"
width="32" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3768"
width="32"
height="18"
x="0"
y="0"
transform="translate(812.57141,786.2193)" />
<rect
style="fill:url(#linearGradient3845);fill-opacity:1;stroke:none"
id="rect3837"
width="32"
height="6"
x="0"
y="4"
transform="translate(812.57141,786.2193)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3809"
width="20"
height="4"
x="818.57141"
y="786.2193" />
<rect
style="fill:#232927;fill-opacity:1;stroke:none;filter:url(#filter3892)"
id="rect3896"
width="7.000001"
height="4.9999995"
x="838.5163"
y="786.38739" />
<rect
y="786.2193"
x="812.57141"
height="4.9999995"
width="7.000001"
id="rect3870"
style="fill:#232927;fill-opacity:1;stroke:none;filter:url(#filter3892)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3772"
width="7.000001"
height="4.9999995"
x="812.57141"
y="786.2193" />
<rect
style="fill:url(#linearGradient3782);fill-opacity:1;stroke:none"
id="rect3774"
width="6"
height="4"
x="812.57141"
y="786.2193" />
<rect
y="786.2193"
x="-844.57141"
height="4.9999995"
width="7.000001"
id="rect3784"
style="fill:#3c4643;fill-opacity:1;stroke:none"
transform="scale(-1,1)" />
<rect
y="786.2193"
x="-844.57141"
height="4"
width="6"
id="rect3786"
style="fill:url(#linearGradient3788);fill-opacity:1;stroke:none"
transform="scale(-1,1)" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3811"
width="18"
height="3"
x="819.57141"
y="786.2193" />
<rect
y="-804.2193"
x="812.57141"
height="4.9999995"
width="7.000001"
id="rect3813"
style="fill:#616967;fill-opacity:1;stroke:none"
transform="scale(1,-1)" />
<rect
y="-804.2193"
x="812.57141"
height="4"
width="6"
id="rect3815"
style="fill:#74807d;fill-opacity:1;stroke:none"
transform="scale(1,-1)" />
<rect
transform="scale(-1,-1)"
style="fill:#616967;fill-opacity:1;stroke:none"
id="rect3817"
width="7.000001"
height="4.9999995"
x="-844.57141"
y="-804.2193" />
<rect
transform="scale(-1,-1)"
style="fill:#74807d;fill-opacity:1;stroke:none"
id="rect3819"
width="6"
height="4"
x="-844.57141"
y="-804.2193" />
<rect
y="-804.2193"
x="818.57141"
height="4"
width="20"
id="rect3821"
style="fill:url(#linearGradient3835);fill-opacity:1;stroke:none"
transform="scale(1,-1)" />
<rect
y="-804.2193"
x="819.57141"
height="3"
width="18"
id="rect3823"
style="fill:#929e9b;fill-opacity:1;stroke:none"
transform="scale(1,-1)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

View File

@ -0,0 +1,492 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="8"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo10.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo10.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3936">
<stop
style="stop-color:#687471;stop-opacity:1"
offset="0"
id="stop3938" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop3940" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3926">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3928" />
<stop
style="stop-color:#b1b5b4;stop-opacity:0;"
offset="1"
id="stop3930" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3912">
<stop
style="stop-color:#b1b5b4;stop-opacity:1"
offset="0"
id="stop3914" />
<stop
style="stop-color:#dbdfde;stop-opacity:0;"
offset="1"
id="stop3916" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3902">
<stop
style="stop-color:#8f9392;stop-opacity:1"
offset="0"
id="stop3904" />
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="1"
id="stop3906" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3892">
<stop
style="stop-color:#3c4643;stop-opacity:1"
offset="0"
id="stop3894" />
<stop
style="stop-color:#b1b5b4;stop-opacity:0;"
offset="1"
id="stop3896" />
</linearGradient>
<linearGradient
id="linearGradient3884"
inkscape:collect="always">
<stop
id="stop3886"
offset="0"
style="stop-color:#b3bbb9;stop-opacity:0" />
<stop
id="stop3888"
offset="1"
style="stop-color:#b1b5b4;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3102">
<stop
style="stop-color:#b1b5b4;stop-opacity:1"
offset="0"
id="stop3104" />
<stop
style="stop-color:#99a5a2;stop-opacity:0"
offset="1"
id="stop3106" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3092">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3094" />
<stop
style="stop-color:#99a5a2;stop-opacity:0"
offset="1"
id="stop3096" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3082">
<stop
style="stop-color:#3c4643;stop-opacity:1"
offset="0"
id="stop3084" />
<stop
style="stop-color:#99a5a2;stop-opacity:0"
offset="1"
id="stop3086" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3072">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3074" />
<stop
style="stop-color:#9ea9a6;stop-opacity:0"
offset="1"
id="stop3076" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3062">
<stop
style="stop-color:#808c89;stop-opacity:1"
offset="0"
id="stop3064" />
<stop
style="stop-color:#99a5a2;stop-opacity:0"
offset="1"
id="stop3066" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3052">
<stop
style="stop-color:#b3bbb9;stop-opacity:1"
offset="0"
id="stop3054" />
<stop
style="stop-color:#99a5a2;stop-opacity:1"
offset="1"
id="stop3056" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3052"
id="linearGradient3058"
x1="882.87494"
y1="865.02289"
x2="883.05359"
y2="736.80859"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3062"
id="linearGradient3068"
x1="7"
y1="11"
x2="7"
y2="9"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3072"
id="linearGradient3078"
x1="4"
y1="18"
x2="4"
y2="21"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3082"
id="linearGradient3088"
x1="4"
y1="26"
x2="4"
y2="23"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3092"
id="linearGradient3098"
x1="4"
y1="38"
x2="4"
y2="40"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3102"
id="linearGradient3108"
x1="4"
y1="41"
x2="4"
y2="39"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3884"
id="linearGradient3882"
x1="4"
y1="67"
x2="4"
y2="65"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3892"
id="linearGradient3898"
x1="4"
y1="68"
x2="4"
y2="66"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3902"
id="linearGradient3908"
x1="882.85712"
y1="804.93359"
x2="882.85712"
y2="815.93359"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3912"
id="linearGradient3918"
x1="4"
y1="93"
x2="4"
y2="95"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3912"
id="linearGradient3922"
gradientUnits="userSpaceOnUse"
x1="4"
y1="93"
x2="4"
y2="95"
gradientTransform="translate(878.85712,740.93359)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3926"
id="linearGradient3932"
x1="4"
y1="110"
x2="4"
y2="112"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3936"
id="linearGradient3942"
x1="4"
y1="125.48614"
x2="4"
y2="124"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-31.080533"
inkscape:cy="57.982229"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-878.85712,-736.93359)">
<image
y="736.93359"
x="868.85712"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAACACAIAAAC5jr9pAAAAA3NCSVQICAjb4U/gAAAA5UlEQVRI ie3WsQrCMBAGYK8cbclScfJh3ARXcfDhdFT0BVRQ8R2crIOgY1oH8QlyLlKs/BkKVtNit+bjrpfk mpZGs0kDXR4crRGw1hoCnS7nn1VVHEhEIPBit8Wgr2nZVXGaJBCo0+tiqNayO7rn4/kUQ7vZwqn+ y14mGGMweB4OcnQehYHjOMawPx4gWE8GHvYHIvLW80TEYRhiUEployJCRM9UURTBd4eVUtlNLuI1 VS4iCAJcru/7OBUzY7A1gxXc3PO6gL13k/sNQvFT9BvPqD3Yv4NLy7+Pm/OoGPBqs/5Qqgdwp2CQ S7flDwAAAABJRU5ErkJggg== "
height="128"
width="8" />
<rect
style="fill:url(#linearGradient3058);fill-opacity:1;stroke:none"
id="rect2998"
width="8"
height="128"
x="878.85712"
y="736.93359" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3012"
width="8"
height="7"
x="0"
y="11"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3042"
width="8"
height="12"
x="0"
y="26"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3044"
width="8"
height="24"
x="0"
y="41"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3046"
width="8"
height="25"
x="0"
y="68"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3048"
width="8"
height="11"
x="0"
y="99"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3050"
width="8"
height="2"
x="0"
y="95"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3068);fill-opacity:1;stroke:none"
id="rect3060"
width="8"
height="2"
x="0"
y="9"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3078);fill-opacity:1;stroke:none"
id="rect3070"
width="8"
height="3"
x="0"
y="18"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3088);fill-opacity:1;stroke:none"
id="rect3080"
width="8"
height="3"
x="0"
y="23"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3098);fill-opacity:1;stroke:none"
id="rect3090"
width="8"
height="2"
x="0"
y="38"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3108);fill-opacity:1;stroke:none"
id="rect3100"
width="8"
height="2"
x="0"
y="39"
transform="translate(878.85712,736.93359)" />
<rect
style="opacity:1;fill:url(#linearGradient3882);fill-opacity:1;stroke:none"
id="rect3880"
width="8"
height="2"
x="0"
y="65"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3898);fill-opacity:1;stroke:none"
id="rect3890"
width="8"
height="2"
x="0"
y="66"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3908);fill-opacity:1;stroke:none"
id="rect3900"
width="8"
height="11"
x="878.85712"
y="804.93359" />
<rect
style="fill:url(#linearGradient3918);fill-opacity:1;stroke:none"
id="rect3910"
width="8"
height="2"
x="0"
y="93"
transform="translate(878.85712,736.93359)" />
<rect
y="833.93359"
x="878.85712"
height="2"
width="8"
id="rect3920"
style="fill:url(#linearGradient3922);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3932);fill-opacity:1;stroke:none"
id="rect3924"
width="8"
height="2"
x="0"
y="110"
transform="translate(878.85712,736.93359)" />
<rect
style="fill:url(#linearGradient3942);fill-opacity:1;stroke:none"
id="rect3934"
width="8"
height="4"
x="0"
y="124"
transform="translate(878.85712,736.93359)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

View File

@ -0,0 +1,683 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo11.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo11.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4083">
<stop
style="stop-color:#48524f;stop-opacity:1"
offset="0"
id="stop4085" />
<stop
style="stop-color:#808c89;stop-opacity:0;"
offset="1"
id="stop4087" />
</linearGradient>
<linearGradient
id="linearGradient4075"
inkscape:collect="always">
<stop
id="stop4077"
offset="0"
style="stop-color:#697471;stop-opacity:1" />
<stop
id="stop4079"
offset="1"
style="stop-color:#909c99;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4063">
<stop
style="stop-color:#333d3a;stop-opacity:1"
offset="0"
id="stop4065" />
<stop
style="stop-color:#99a5a2;stop-opacity:1"
offset="1"
id="stop4067" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4053">
<stop
style="stop-color:#48524f;stop-opacity:1"
offset="0"
id="stop4055" />
<stop
style="stop-color:#aebab7;stop-opacity:1"
offset="1"
id="stop4057" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4041">
<stop
style="stop-color:#48524f;stop-opacity:1"
offset="0"
id="stop4043" />
<stop
style="stop-color:#818d8a;stop-opacity:1"
offset="1"
id="stop4045" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4031">
<stop
style="stop-color:#475350;stop-opacity:1"
offset="0"
id="stop4033" />
<stop
style="stop-color:#818d8a;stop-opacity:1"
offset="1"
id="stop4035" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3988">
<stop
style="stop-color:#818d8a;stop-opacity:1"
offset="0"
id="stop3990" />
<stop
style="stop-color:#48524f;stop-opacity:1"
offset="1"
id="stop3992" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3978">
<stop
style="stop-color:#818d8a;stop-opacity:1"
offset="0"
id="stop3980" />
<stop
style="stop-color:#4a5653;stop-opacity:1"
offset="1"
id="stop3982" />
</linearGradient>
<filter
height="1.6708075"
y="-0.33540377"
width="1.4791481"
x="-0.23957407"
id="filter3892"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur3894"
stdDeviation="0.69875779"
inkscape:collect="always" />
</filter>
<linearGradient
gradientTransform="translate(0.53571429,3.2142857)"
gradientUnits="userSpaceOnUse"
y2="793.27228"
x2="819.00317"
y1="788.96674"
x1="817.69769"
id="linearGradient3851"
xlink:href="#linearGradient3853"
inkscape:collect="always" />
<linearGradient
id="linearGradient3776"
inkscape:collect="always">
<stop
id="stop3778"
offset="0"
style="stop-color:#616967;stop-opacity:1" />
<stop
id="stop3780"
offset="1"
style="stop-color:#808c89;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient3829"
inkscape:collect="always">
<stop
id="stop3831"
offset="0"
style="stop-color:#48524f;stop-opacity:1" />
<stop
id="stop3833"
offset="1"
style="stop-color:#3c4643;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient3839"
inkscape:collect="always">
<stop
id="stop3841"
offset="0"
style="stop-color:#5e6a67;stop-opacity:1" />
<stop
id="stop3843"
offset="1"
style="stop-color:#929e9b;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3853">
<stop
style="stop-color:#26302d;stop-opacity:0.55326462"
offset="0"
id="stop3855" />
<stop
style="stop-color:#798582;stop-opacity:0"
offset="1"
id="stop3857" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3829"
id="linearGradient3184"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.7994108,0,0,1.0055841,-5611.8679,-28.861272)"
x1="828.03937"
y1="-804.2193"
x2="828.03937"
y2="-800.24182" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3776"
id="linearGradient3192"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-69.923515,33.352153)"
x1="815.57141"
y1="786.2193"
x2="815.57141"
y2="790.2193" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3776"
id="linearGradient3196"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1683.2075,33.329816)"
x1="815.57141"
y1="786.2193"
x2="815.57141"
y2="790.2193" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3839"
id="linearGradient3203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.9996336,0,0,1.003723,-870.63593,819.53422)"
x1="15"
y1="4"
x2="15"
y2="10" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978"
id="linearGradient3984"
x1="832.57141"
y1="854.64789"
x2="825.57141"
y2="860.64789"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99999989,0,0,1.166667,9.3295198e-5,-142.44157)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3988"
id="linearGradient3994"
x1="833.57141"
y1="857.64789"
x2="824.57141"
y2="857.64789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4031"
id="linearGradient4037"
x1="823.57141"
y1="759.64789"
x2="833.57141"
y2="753.64789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4041"
id="linearGradient4047"
x1="5"
y1="15"
x2="14"
y2="15"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4053"
id="linearGradient4059"
x1="832.57141"
y1="767.64789"
x2="832.57141"
y2="775.64789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4063"
id="linearGradient4069"
x1="14"
y1="25"
x2="14"
y2="33"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4075"
id="linearGradient4073"
x1="13"
y1="26"
x2="13"
y2="32"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4083"
id="linearGradient4089"
x1="14"
y1="26"
x2="14"
y2="24"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4083"
id="linearGradient4099"
gradientUnits="userSpaceOnUse"
x1="14"
y1="26"
x2="14"
y2="24"
gradientTransform="translate(819.57141,752.64788)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4053"
id="linearGradient4101"
gradientUnits="userSpaceOnUse"
x1="832.57141"
y1="767.64789"
x2="832.57141"
y2="775.64789"
gradientTransform="translate(-1.1328125e-6,9.9999872)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4075"
id="linearGradient4103"
gradientUnits="userSpaceOnUse"
x1="13"
y1="26"
x2="13"
y2="32"
gradientTransform="translate(819.57141,752.64788)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4063"
id="linearGradient4105"
gradientUnits="userSpaceOnUse"
x1="14"
y1="25"
x2="14"
y2="33"
gradientTransform="translate(819.57141,752.64788)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-65.344288"
inkscape:cy="59.789557"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3147"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-819.57141,-742.64789)">
<image
y="742.64789"
x="798.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAACACAIAAACJAq5IAAAAA3NCSVQICAjb4U/gAAAB0UlEQVRY he2ZQWvCMBTH2zWEFhOhuLbzUpjbYArqaeBkt0k/wvC609j3kn2I4k2mgw128qQieC14Cy1o6Q5l NdbWOLfpHHmn/EN+vJL3krbvifePDzlDhxBCCNu2fVkqqaqqqmo4I3za++tbztAjeSRsZYeKZTIZ JgYGo+FgNIy0rutpS1+63XCAEAINywpF27Zr9Xoac3VdOz4xisVi6kNuYoAWlUolFuXFOgDG43Ey 9tRqGfk8XLYIo1fuPW4c28pATDuOkxZuRVGSsUAUJUmSJMn3fdd1XdddrAPANM1krFwuJ7oSVnJy v1tC23Q6jc1MJhMG9tzp0FviOI6maWxvp4UCjWUQ0jRNFEUGhjCWqKPpeh7OZtneZFkOgoCWsixH 8qd3EkLo+z4tl6KfhmGM6WvH8zyMMRszTZPeSUVRNgpAv9+P5WSv14tuZZ4lPEsEgZUlB/EO4BjH OPaL2Hw+36E3ju0Z2+2vEU8ujv01jBcHOPZlS/jEbtt2bOau2WRjDctarSlwb//C20Gk8h4PDq/0 fgPbcTWUEBKOCCHlajX0sNqQiceNxgghs9lszXmJTLyxbmm9pv0T9TYQQuDi7JzuGq3xQLc0DiLc u8U+ACVhyaNx3Kv5AAAAAElFTkSuQmCC "
height="128"
width="18" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3768"
width="128"
height="17.999998"
x="-870.64789"
y="819.57141"
transform="matrix(0,-1,1,0,0,0)" />
<rect
style="fill:url(#linearGradient3203);fill-opacity:1;stroke:none"
id="rect3837"
width="127.98828"
height="6.0223379"
x="-870.63617"
y="823.54907"
transform="matrix(0,-1,1,0,0,0)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3809"
width="115.98822"
height="4.0223379"
x="-864.63611"
y="819.54907"
transform="matrix(0,-1,1,0,0,0)" />
<rect
style="fill:#232927;fill-opacity:1;stroke:none;filter:url(#filter3892)"
id="rect3896"
width="7.000001"
height="4.9999995"
x="777.27258"
y="798.0047"
transform="matrix(0,-1,1,0,21.734816,1525.9756)" />
<rect
y="797.83661"
x="751.3277"
height="4.9999995"
width="7.000001"
id="rect3870"
style="fill:#232927;fill-opacity:1;stroke:none;filter:url(#filter3892)"
transform="matrix(0,-1,1,0,21.71248,1621.9638)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3772"
width="7.000001"
height="4.9999995"
x="-870.63611"
y="819.54907"
transform="matrix(0,-1,1,0,0,0)" />
<rect
style="fill:url(#linearGradient3196);fill-opacity:1;stroke:none"
id="rect3774"
width="6"
height="4"
x="-870.63611"
y="819.54907"
transform="matrix(0,-1,1,0,0,0)" />
<rect
y="819.57141"
x="742.64789"
height="4.9999995"
width="7.000001"
id="rect3784"
style="fill:#3c4643;fill-opacity:1;stroke:none"
transform="matrix(0,1,1,0,0,0)" />
<rect
y="819.57141"
x="742.64789"
height="4"
width="6"
id="rect3786"
style="fill:url(#linearGradient3192);fill-opacity:1;stroke:none"
transform="matrix(0,1,1,0,0,0)" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3811"
width="113.98822"
height="3.0223377"
x="-863.63611"
y="819.54907"
transform="matrix(0,-1,1,0,0,0)" />
<rect
y="-837.54907"
x="-870.63611"
height="4.9999995"
width="7.000001"
id="rect3813"
style="fill:#616967;fill-opacity:1;stroke:none"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
y="-837.54907"
x="-870.63611"
height="4"
width="6"
id="rect3815"
style="fill:#74807d;fill-opacity:1;stroke:none"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
transform="matrix(0,1,-1,0,0,0)"
style="fill:#616967;fill-opacity:1;stroke:none"
id="rect3817"
width="7.000001"
height="4.9999995"
x="742.64789"
y="-837.57141" />
<rect
transform="matrix(0,1,-1,0,0,0)"
style="fill:#74807d;fill-opacity:1;stroke:none"
id="rect3819"
width="6"
height="4"
x="742.64789"
y="-837.57141" />
<rect
y="-837.57141"
x="-864.63611"
height="4.022337"
width="115.98822"
id="rect3821"
style="fill:url(#linearGradient3184);fill-opacity:1;stroke:none"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
style="fill:#75817e;fill-opacity:1;stroke:none"
id="rect3998"
width="2"
height="114"
x="833.57141"
y="749.64789" />
<rect
y="-837.57141"
x="-863.64789"
height="2.9999976"
width="114"
id="rect3823"
style="fill:#929e9b;fill-opacity:1;stroke:none"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
style="fill:#ffffff;fill-opacity:0;stroke:none"
id="rect3206"
width="10"
height="7"
x="-17"
y="112"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:url(#linearGradient3984);fill-opacity:1;stroke:none"
id="rect3208"
width="9.999999"
height="7.0000019"
x="823.57141"
y="854.64789" />
<rect
style="fill:url(#linearGradient3994);fill-opacity:1;stroke:none"
id="rect3986"
width="9"
height="6"
x="824.57141"
y="854.64789" />
<rect
style="fill:#aebab7;fill-opacity:1;stroke:none"
id="rect3996"
width="10"
height="1"
x="4"
y="111"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect4019"
width="6"
height="1"
x="825.57141"
y="838.64789" />
<rect
y="840.64789"
x="825.57141"
height="1"
width="6"
id="rect4021"
style="fill:#3c4643;fill-opacity:1;stroke:none" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect4023"
width="6"
height="1"
x="825.57141"
y="842.64789" />
<rect
y="844.64789"
x="825.57141"
height="1"
width="6"
id="rect4025"
style="fill:#3c4643;fill-opacity:1;stroke:none" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect4027"
width="6"
height="1"
x="825.57141"
y="846.64789" />
<rect
style="fill:url(#linearGradient4037);fill-opacity:1;stroke:none"
id="rect4029"
width="10.000001"
height="12.000002"
x="823.57141"
y="751.64789" />
<rect
style="fill:url(#linearGradient4047);fill-opacity:1;stroke:none"
id="rect4039"
width="9"
height="10"
x="5"
y="10"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:#aebab7;fill-opacity:1;stroke:none"
id="rect4049"
width="10"
height="1"
x="4"
y="9"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:url(#linearGradient4089);fill-opacity:1;stroke:none"
id="rect4081"
width="9"
height="2"
x="9"
y="24"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:url(#linearGradient4059);fill-opacity:1;stroke:none"
id="rect4051"
width="10"
height="8"
x="827.57141"
y="767.64789" />
<rect
style="fill:url(#linearGradient4073);fill-opacity:1;stroke:none"
id="rect4071"
width="9"
height="6"
x="9"
y="26"
transform="translate(819.57141,742.64789)" />
<rect
style="fill:url(#linearGradient4069);fill-opacity:1;stroke:none"
id="rect4061"
width="1"
height="8"
x="13"
y="25"
transform="translate(819.57141,742.64789)" />
<rect
y="776.64789"
x="828.57141"
height="2"
width="9"
id="rect4091"
style="fill:url(#linearGradient4099);fill-opacity:1;stroke:none" />
<rect
y="777.64789"
x="827.57141"
height="8"
width="10"
id="rect4093"
style="fill:url(#linearGradient4101);fill-opacity:1;stroke:none" />
<rect
y="778.64789"
x="828.57141"
height="6"
width="9"
id="rect4095"
style="fill:url(#linearGradient4103);fill-opacity:1;stroke:none" />
<rect
y="777.64789"
x="832.57141"
height="8"
width="1"
id="rect4097"
style="fill:url(#linearGradient4105);fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

View File

@ -0,0 +1,415 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo12.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo12.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3851">
<stop
style="stop-color:#3c4643;stop-opacity:1"
offset="0"
id="stop3853" />
<stop
style="stop-color:#aebab7;stop-opacity:1"
offset="1"
id="stop3855" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3831">
<stop
style="stop-color:#3c4643;stop-opacity:1"
offset="0"
id="stop3833" />
<stop
style="stop-color:#aebab7;stop-opacity:1"
offset="1"
id="stop3835" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3831"
id="linearGradient3837"
x1="916.28571"
y1="849.93359"
x2="904.28571"
y2="830.93359"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3851"
id="linearGradient3857"
x1="-2"
y1="33"
x2="-13"
y2="21"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(932.28571,736.93359)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3851"
id="linearGradient3865"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(919.28571,736.93359)"
x1="-2"
y1="33"
x2="-13"
y2="21" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-53.74806"
inkscape:cy="46.730941"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-898.28571,-736.93359)">
<image
y="736.93359"
x="864.28571"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAIAAADlBPxNAAAAA3NCSVQICAjb4U/gAAABlElEQVRo ge2aTWrDMBCFx8VX8M6+RwndlEKhFyg5SLeFHsBk0W2ha5MLdFW6M7mHvPMlsghMVGssS7JskPPe KuhnPmdGkiVrsrePd/qvU9u+7vfkr2PT3O92g8I7ex+llFIqrNYJMF85/zq1rVldVZWls1nLRthX uV4d5nqz+7FpuHB5F4memS82m31+fy0BYC3uorUALlPGS2xwrYlmn1ABYoObCTIAAMxQPlZRlqWl 26GuL6+XyWajACLqum7q+aabpR8DAABIAGCbyfoWM7gZdnYAAADATQCE1bTv+zBbRVE4AYjo5fHJ 1/rP369Ynn4MAAAAAAAAAAAAAAAAAAAAALghgHxOHjv0xgGIB/ZgpR+D9AFCkO1XY6RdogUCyPkG zUWjLhI/2jt+8HcCiE4ISH5JfxQBAAAAmwYks5oKL5xDXfta8QPMzHgcaMOjKDIgbqagbi3NTEHd WvpBzh6er5d+saaYvmTlnL8cN/mXza67fee/xr66DOexMTaoFRfzKyCKr8zkelt2DvmnpptaPAZn EDR9+Xisf+sAAAAASUVORK5CYII= "
height="128"
width="32" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect2998"
width="32"
height="128"
x="0"
y="0"
transform="translate(898.28571,736.93359)" />
<g
id="g3772">
<path
inkscape:connector-curvature="0"
id="path3000"
d="m 898.28571,857.93359 4,0 0,3 3,0 0,4 -7,0 z"
style="fill:#3c4643;fill-opacity:1;stroke:none" />
<path
transform="translate(898.28571,736.93359)"
inkscape:connector-curvature="0"
id="path3770"
d="m 0,122 3,0 0,3 3,0 0,3 -6,0 z"
style="fill:#74807d;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" />
</g>
<g
id="g3776"
transform="matrix(-1,0,0,1,1828.5714,0)">
<path
style="fill:#3c4643;fill-opacity:1;stroke:none"
d="m 898.28571,857.93359 4,0 0,3 3,0 0,4 -7,0 z"
id="path3778"
inkscape:connector-curvature="0" />
<path
style="fill:#74807d;fill-opacity:1;stroke:none"
d="m 0,122 3,0 0,3 3,0 0,3 -6,0 z"
id="path3780"
inkscape:connector-curvature="0"
transform="translate(898.28571,736.93359)" />
</g>
<g
transform="matrix(-1,0,0,-1,1828.5714,1601.8672)"
id="g3782">
<path
inkscape:connector-curvature="0"
id="path3784"
d="m 898.28571,857.93359 4,0 0,3 3,0 0,4 -7,0 z"
style="fill:#3c4643;fill-opacity:1;stroke:none" />
<path
transform="translate(898.28571,736.93359)"
inkscape:connector-curvature="0"
id="path3786"
d="m 0,122 3,0 0,3 3,0 0,3 -6,0 z"
style="fill:#74807d;fill-opacity:1;stroke:none" />
</g>
<g
id="g3788"
transform="matrix(1,0,0,-1,-2e-5,1601.8672)">
<path
style="fill:#3c4643;fill-opacity:1;stroke:none"
d="m 898.28571,857.93359 4,0 0,3 3,0 0,4 -7,0 z"
id="path3790"
inkscape:connector-curvature="0" />
<path
style="fill:#74807d;fill-opacity:1;stroke:none"
d="m 0,122 3,0 0,3 3,0 0,3 -6,0 z"
id="path3792"
inkscape:connector-curvature="0"
transform="translate(898.28571,736.93359)" />
</g>
<path
sodipodi:type="arc"
style="fill:#75817e;fill-opacity:1;stroke:none"
id="path3794"
sodipodi:cx="-23"
sodipodi:cy="2"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
transform="translate(932.28571,736.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(942.28571,736.93359)"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="2"
sodipodi:cx="-23"
id="path3796"
style="fill:#75817e;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#75817e;fill-opacity:1;stroke:none"
id="path3798"
sodipodi:cx="-23"
sodipodi:cy="2"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
transform="translate(924.28571,745.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(950.28571,745.93359)"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="2"
sodipodi:cx="-23"
id="path3800"
style="fill:#75817e;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#75817e;fill-opacity:1;stroke:none"
id="path3802"
sodipodi:cx="-23"
sodipodi:cy="2"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
transform="translate(950.28571,851.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(942.28571,859.93359)"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="2"
sodipodi:cx="-23"
id="path3804"
style="fill:#75817e;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#75817e;fill-opacity:1;stroke:none"
id="path3806"
sodipodi:cx="-23"
sodipodi:cy="2"
sodipodi:rx="1"
sodipodi:ry="1"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
transform="translate(932.28571,859.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(924.28571,851.93359)"
d="m -22,2 c 0,0.5522847 -0.447715,1 -1,1 -0.552285,0 -1,-0.4477153 -1,-1 0,-0.5522847 0.447715,-1 1,-1 0.452606,0 0.848783,0.3039974 0.965926,0.7411809"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="2"
sodipodi:cx="-23"
id="path3808"
style="fill:#75817e;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<rect
style="fill:url(#linearGradient3837);fill-opacity:1;stroke:none"
id="rect3829"
width="12"
height="19"
x="904.28571"
y="830.93359" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3839"
width="10"
height="17"
x="7"
y="95"
transform="translate(898.28571,736.93359)" />
<path
sodipodi:type="arc"
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="path3841"
sodipodi:cx="-18.5"
sodipodi:cy="109.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="m -18,109.5 c 0,0.27614 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.223858,-0.5 0.5,-0.5 0.226303,0 0.424391,0.152 0.482963,0.37059"
transform="translate(932.28571,737.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(925.28571,737.93359)"
d="m -18,109.5 c 0,0.27614 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.223858,-0.5 0.5,-0.5 0.226303,0 0.424391,0.152 0.482963,0.37059"
sodipodi:ry="0.5"
sodipodi:rx="0.5"
sodipodi:cy="109.5"
sodipodi:cx="-18.5"
id="path3843"
style="fill:#3c4643;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="path3845"
sodipodi:cx="-18.5"
sodipodi:cy="109.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="m -18,109.5 c 0,0.27614 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.223858,-0.5 0.5,-0.5 0.226303,0 0.424391,0.152 0.482963,0.37059"
transform="translate(925.28571,723.93359)"
sodipodi:start="0"
sodipodi:end="6.0213859"
sodipodi:open="true" />
<path
sodipodi:open="true"
sodipodi:end="6.0213859"
sodipodi:start="0"
transform="translate(932.28571,723.93359)"
d="m -18,109.5 c 0,0.27614 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.223858,-0.5 0.5,-0.5 0.226303,0 0.424391,0.152 0.482963,0.37059"
sodipodi:ry="0.5"
sodipodi:rx="0.5"
sodipodi:cy="109.5"
sodipodi:cx="-18.5"
id="path3847"
style="fill:#3c4643;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<rect
style="fill:url(#linearGradient3857);fill-opacity:1;stroke:none"
id="rect3849"
width="11"
height="12"
x="919.28571"
y="757.93359" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3859"
width="9"
height="10"
x="920.28571"
y="758.93359" />
<rect
y="757.93359"
x="906.28571"
height="12"
width="11"
id="rect3861"
style="fill:url(#linearGradient3865);fill-opacity:1;stroke:none" />
<rect
y="758.93359"
x="907.28571"
height="10"
width="9"
id="rect3863"
style="fill:#929e9b;fill-opacity:1;stroke:none" />
<rect
style="fill:#7d8986;fill-opacity:1;stroke:none"
id="rect3867"
width="19"
height="42"
x="904.28571"
y="782.93359" />
<rect
style="fill:#c6cac9;fill-opacity:1;stroke:none"
id="rect3869"
width="17"
height="40"
x="7"
y="47"
transform="translate(898.28571,736.93359)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,212 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo14.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo14.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3809">
<stop
style="stop-color:#edeee4;stop-opacity:1"
offset="0"
id="stop3811" />
<stop
style="stop-color:#d4d7bd;stop-opacity:1"
offset="1"
id="stop3813" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3799">
<stop
style="stop-color:#c6cbcc;stop-opacity:1;"
offset="0"
id="stop3801" />
<stop
style="stop-color:#879495;stop-opacity:1"
offset="1"
id="stop3803" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3789">
<stop
style="stop-color:#919c9d;stop-opacity:1"
offset="0"
id="stop3791" />
<stop
style="stop-color:#c4cbcc;stop-opacity:1"
offset="1"
id="stop3793" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3789"
id="linearGradient3795"
x1="348"
y1="561.36218"
x2="343"
y2="561.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3799"
id="linearGradient3805"
x1="343"
y1="541.69885"
x2="368.1651"
y2="541.84601"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3809"
id="radialGradient3815"
cx="-30.5"
cy="1"
fx="-30.5"
fy="1"
r="28.5"
gradientTransform="matrix(1.2632822,0.01193445,-0.00408734,0.39584823,8.0341922,0.96815232)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3809"
id="radialGradient3819"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2632822,0.01193445,-0.00408734,0.39584823,8.0341922,0.96815232)"
cx="-30.5"
cy="1"
fx="-30.5"
fy="1"
r="28.5" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3809"
id="radialGradient3824"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.01364242,1.415131,-0.43642521,-0.00457865,344.91691,575.60244)"
cx="-30.5"
cy="1"
fx="-30.5"
fy="1"
r="28.5" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-16.026953"
inkscape:cy="7.5242501"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:snap-page="true">
<inkscape:grid
type="xygrid"
id="grid3015"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-343,-500.36218)">
<image
y="500.36218"
x="277"
id="image2993"
xlink:href="data:image/png;base64,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 v+YAAAAASUVORK5CYII= "
height="64"
width="64" />
<rect
style="fill:#f2f3e9;fill-opacity:1;stroke:none"
id="rect3017"
width="64"
height="64"
x="0"
y="0"
transform="translate(343,500.36218)" />
<path
sodipodi:type="arc"
style="fill:url(#radialGradient3815);fill-opacity:1;stroke:none"
id="path3807"
sodipodi:cx="-30.5"
sodipodi:cy="1"
sodipodi:rx="28.5"
sodipodi:ry="11"
d="M -2,1 C -2,7.0751322 -14.759885,12 -30.5,12 -46.240115,12 -59,7.0751322 -59,1 c 0,-6.0751322 12.759885,-11 28.5,-11 15.740115,0 28.5,4.9248678 28.5,11 z"
transform="matrix(1,0,0,1.0454545,409,499.81673)" />
<path
transform="matrix(1,0,0,1.0454545,409,563.91827)"
style="fill:url(#radialGradient3819);fill-opacity:1;stroke:none"
d="M -2,1 C -2,7.0751322 -14.759885,12 -30.5,12 -46.240115,12 -57.597813,6.9252302 -59,1 -60.537069,-5.4952008 -48.554129,-10.632401 -30.5,-10 -14.770428,-9.4490234 -2,-5.0751322 -2,1 z"
id="path3817"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path3822"
d="m 344.89658,564.36218 c -6.80994,0 -12.3305,-14.29367 -12.3305,-31.92581 0,-17.63213 5.68858,-30.35507 12.3305,-31.92581 7.28082,-1.72183 13.03939,11.70151 12.33049,31.92581 -0.61762,17.62033 -5.52054,31.92581 -12.33049,31.92581 z"
style="fill:url(#radialGradient3824);fill-opacity:1;stroke:none" />
<path
style="fill:url(#linearGradient3795);fill-opacity:1;stroke:none"
d="m 343,564.36218 18,0 0,-5 -8,0 c 0,0 -5,0 -5,-5 0,-6 0,-44 0,-44 0,0 0,-5 5,-5 5,0 8,0 8,0 l 0,-5 -18,0 z"
id="path3019"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccscscccc" />
<path
style="fill:url(#linearGradient3805);fill-opacity:1;stroke:none"
d="m 359,564.36218 -16,0 0,-62 16,0 0,3 -6,0 c 0,0 -7,0 -7,7 l 0,40 c 0.0895,0.13432 -1.20021,8.97312 8,9 l 5,0 z"
id="path3797"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

View File

@ -0,0 +1,261 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo15.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo15.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
id="linearGradient3825"
inkscape:collect="always">
<stop
id="stop3827"
offset="0"
style="stop-color:#2a2828;stop-opacity:1" />
<stop
style="stop-color:#666666;stop-opacity:1"
offset="0.48028958"
id="stop3843" />
<stop
id="stop3829"
offset="1"
style="stop-color:#5a5959;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3802">
<stop
style="stop-color:#2a2828;stop-opacity:1"
offset="0"
id="stop3804" />
<stop
style="stop-color:#2a2828;stop-opacity:0"
offset="1"
id="stop3806" />
</linearGradient>
<linearGradient
id="linearGradient3018">
<stop
style="stop-color:#2a2828;stop-opacity:1"
offset="0"
id="stop3020" />
<stop
style="stop-color:#666666;stop-opacity:1"
offset="1"
id="stop3022" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3004">
<stop
style="stop-color:#484747;stop-opacity:1"
offset="0"
id="stop3006" />
<stop
style="stop-color:#5a5959;stop-opacity:1"
offset="1"
id="stop3008" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3004"
id="linearGradient3010"
x1="-26.428572"
y1="6.9285712"
x2="-9.9285717"
y2="25.517857"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3018"
id="linearGradient3024"
x1="-16"
y1="18"
x2="-18"
y2="16"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3802"
id="linearGradient3808"
x1="374.97302"
y1="525.06555"
x2="378.82425"
y2="525.19183"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.13392857,-0.22321428)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3802"
id="linearGradient3817"
gradientUnits="userSpaceOnUse"
x1="374.97302"
y1="525.06555"
x2="378.82425"
y2="525.19183"
gradientTransform="matrix(0.5,-0.8660254,0.8660254,0.5,-260.24088,598.50954)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3802"
id="linearGradient3821"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.5,0.8660254,-0.8660254,0.5,635.22876,-51.100803)"
x1="374.97302"
y1="525.06555"
x2="378.82425"
y2="525.19183" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3825"
id="linearGradient3823"
gradientUnits="userSpaceOnUse"
x1="-25.607822"
y1="7.2442441"
x2="-9.9285717"
y2="25.517857" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-3.5698339"
inkscape:cy="28.379485"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-359,-516.36218)">
<image
width="32"
height="32"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAA3NCSVQICAjb4U/gAAADGElEQVRI ic2Wz08TQRTH3xIssFN+tNslkogI0pakrFwUws1wwbbYYvghkFBiwMREryZKLGLkYDD6D2jiEQwe LGg5og3qiRgNwQNGD3jrlkPtDK0BxsOEZbs7tCVKwjvN/pjvZ96bN++NsP7zBxylFR2p+rEBUEoJ ITiVYo84lSKEUEr/A4BJq6o62NM71NfPXg719c/NzKqqWgimOIf01tYWxngsNAIAZ+rrq2w27euv jY25mVmEkC9wGSFUVlYmCMIhAJTSRCIxOhxi0larVa8OAMlk0lJSQghhGH8wIEkSl8EJkaZ+uq7O 09x8qrbWoA4AOzs77E+McTwef/M6kkgkuOEyAvTqdkmy2e18F7OnqKp6EMMIIISMDofqGxrsdrvV auWqc3iUqqr6NjJPCMkFYDnDBtby8gLVtbkYY3NeZQEIIWOhkZM1NZWVlYdS16ZH5xcMTuwDtOVb LJbyigrzfI+isIHX7z9RXGyOBteJfQBbPjdnmPm6/Gxw49bNb2trfzKZQpzQnQNKAWB7e7uCt/xG p1NV1RfPngPAtetjALBLKSFEFEWDE4QQ4HqQ26709jB1ABgdDo1PhNdWV7lOGKwgwLmWFsObtvZ2 AEin0+adODTA3dTU6fMCwMWOjuVYbDkWu333DgCMT4S/r6//TiY3NzdzYA4sdsw8iqLt7YW21shi VO9E+MHkw/uTANDocmXS6ZLSUsOWZAOyS5VeGgA+ffj4aGqqWVGqbDaPorjd7rPOxvOtrZHF6Pul pafTj2Evj6urq/VSgtaT2XFf/fI1k8lc8vu40oYVMAx7jC29ezI93en19g0OOBwOrbIK+qaPMUYI 5ZXOgTGLZAEopYz8eWVl8l44t7QB43S5nC6n+ZNguLZgjF/NvozH4wW23H0hQZBluXfgqn75YE5T URT9wYA+iAWqOxwOfzBgziIjQBAESZK6uoOyLCOE8mIEQUAIybLc1R3kdk1jiJhpHT86v8Ct8kxa FMW8fZ8PMGPMZ1UUxbxXijwAPYbu7hpnFhXllmaWp1TAXijy/naQHY+76b/YXw3Hr/gyj+J9AAAA AElFTkSuQmCC "
id="image2998"
x="325"
y="516.36218" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3823);fill-opacity:1;stroke:none"
id="path3002"
sodipodi:cx="-18"
sodipodi:cy="16"
sodipodi:rx="12"
sodipodi:ry="13"
d="m -6,16 c 0,7.179702 -5.372583,13 -12,13 -6.627417,0 -12,-5.820298 -12,-13 0,-7.1797017 5.372583,-13 12,-13 6.627417,0 12,5.8202983 12,13 z"
transform="translate(393,516.36218)" />
<path
sodipodi:nodetypes="cscccscsc"
inkscape:connector-curvature="0"
id="path3800"
d="m 373.70214,530.32836 c 0,0 1,0 1,-2 0,-2 0,-8 0,-8 0,0 0,-2 -1,-2 -1,0 4,0 4,0 0,0 -1,1 -1,2 0,1 0,8 0,8 0,0 0,2 1,2 1,0 -4,0 -4,0 z"
style="fill:url(#linearGradient3808);fill-opacity:1;stroke:none" />
<path
style="fill:url(#linearGradient3817);fill-opacity:1;stroke:none"
d="m 386.01437,540.26577 c 0,0 0.5,-0.86602 -1.23205,-1.86602 -1.73205,-1 -6.9282,-4 -6.9282,-4 0,0 -1.73205,-1 -2.23205,-0.13398 -0.5,0.86603 2,-3.4641 2,-3.4641 0,0 0.36602,1.36602 1.23205,1.86602 0.86602,0.5 6.9282,4 6.9282,4 0,0 1.73205,1 2.23205,0.13398 0.5,-0.86603 -2,3.4641 -2,3.4641 z"
id="path3815"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccscsc" />
<path
sodipodi:nodetypes="cscccscsc"
inkscape:connector-curvature="0"
id="path3819"
d="m 362.54172,537.69452 c 0,0 0.49999,0.86602 2.23205,-0.13398 1.73205,-1 6.9282,-4 6.9282,-4 0,0 1.73205,-1 1.23205,-1.86602 -0.5,-0.86603 2,3.4641 2,3.4641 0,0 -1.36602,-0.36602 -2.23205,0.13398 -0.86602,0.49999 -6.9282,4 -6.9282,4 0,0 -1.73205,1 -1.23205,1.86602 0.5,0.86603 -2,-3.4641 -2,-3.4641 z"
style="fill:url(#linearGradient3821);fill-opacity:1;stroke:none" />
<path
style="fill:#dbdfde;fill-opacity:1;stroke:none"
d="M 0 0 L 0 32 L 32 32 L 32 0 L 0 0 z M 16 3 C 22.627417 3 28 8.8202983 28 16 C 28 23.179702 22.627417 29 16 29 C 9.372583 29 4 23.179702 4 16 C 4 8.8202983 9.372583 3 16 3 z "
id="rect3000"
transform="translate(359,516.36218)" />
<path
sodipodi:type="arc"
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="path3014"
sodipodi:cx="-18"
sodipodi:cy="16"
sodipodi:rx="3"
sodipodi:ry="3"
d="m -15,16 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
transform="translate(393.06313,516.36218)" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3024);fill-opacity:1;stroke:none"
id="path3016"
sodipodi:cx="-18"
sodipodi:cy="16"
sodipodi:rx="2"
sodipodi:ry="2"
d="m -16,16 c 0,1.104569 -0.895431,2 -2,2 -1.104569,0 -2,-0.895431 -2,-2 0,-1.104569 0.895431,-2 2,-2 1.104569,0 2,0.895431 2,2 z"
transform="translate(393,516.36218)" />
<path
style="fill:#dbdfde;fill-opacity:1;stroke:none"
d="m 373,530.36218 c 0,0 1,0 1,-2 0,-2 0,-8 0,-8 0,0 0,-2 -1,-2 -1,0 4,0 4,0 0,0 -1,1 -1,2 0,1 0,8 0,8 0,0 0,2 1,2 1,0 -4,0 -4,0 z"
id="path3026"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccscsc" />
<path
sodipodi:nodetypes="cscccscsc"
inkscape:connector-curvature="0"
id="path3796"
d="m 361.70399,537.62307 c 0,0 0.5,0.86602 2.23205,-0.13397 1.73205,-1 6.9282,-4 6.9282,-4 0,0 1.73205,-1.00001 1.23205,-1.86603 -0.5,-0.86603 2,3.4641 2,3.4641 0,0 -1.36602,-0.36603 -2.23205,0.13397 -0.86602,0.50001 -6.9282,4 -6.9282,4 0,0 -1.73205,1.00001 -1.23205,1.86603 0.5,0.86603 -2,-3.4641 -2,-3.4641 z"
style="fill:#dbdfde;fill-opacity:1;stroke:none" />
<path
style="fill:#dbdfde;fill-opacity:1;stroke:none"
d="m 377.8992,531.76016 c 0,0 -0.5,0.86602 1.23205,1.86603 1.73205,1 6.9282,4 6.9282,4 0,0 1.73205,0.99999 2.23205,0.13397 0.5,-0.86603 -2,3.4641 -2,3.4641 0,0 -0.36602,-1.36603 -1.23205,-1.86603 -0.86603,-0.49999 -6.9282,-4 -6.9282,-4 0,0 -1.73205,-0.99999 -2.23205,-0.13397 -0.5,0.86603 2,-3.4641 2,-3.4641 z"
id="path3798"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccscsc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,263 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo16.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo16.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3817">
<stop
style="stop-color:#b4b7b6;stop-opacity:1"
offset="0"
id="stop3819" />
<stop
style="stop-color:#fdfdfd;stop-opacity:1"
offset="1"
id="stop3821" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3788">
<stop
style="stop-color:#a7abaa;stop-opacity:1"
offset="0"
id="stop3790" />
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="1"
id="stop3792" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3778">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3780" />
<stop
style="stop-color:#b5b5b4;stop-opacity:1"
offset="1"
id="stop3782" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3000">
<stop
style="stop-color:#818181;stop-opacity:1"
offset="0"
id="stop3002" />
<stop
style="stop-color:#b2b2b2;stop-opacity:1"
offset="1"
id="stop3004" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3000"
id="linearGradient3006"
x1="847.57141"
y1="807.79077"
x2="847.57141"
y2="839.79077"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3778"
id="linearGradient3784"
x1="845.57141"
y1="825.79077"
x2="850.57141"
y2="825.79077"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3788"
id="linearGradient3794"
x1="16"
y1="0"
x2="16"
y2="8"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3817"
id="linearGradient3823"
x1="848.57141"
y1="814.79077"
x2="848.57141"
y2="811.79077"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4,0,0,1.3333335,-339.2286,-268.59704)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3817"
id="linearGradient3827"
gradientUnits="userSpaceOnUse"
x1="848.57141"
y1="814.79077"
x2="848.57141"
y2="811.79077"
gradientTransform="matrix(2.2355896,0,0,1.3240343,-1046.5536,-258.15064)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3817"
id="linearGradient3831"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.0351028,0,0,1.3240573,-1724.0839,-252.61148)"
x1="848.57141"
y1="814.79077"
x2="848.57141"
y2="811.79077" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3817"
id="linearGradient3835"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.63474,0,0,1.324045,-2232.7255,-247.34277)"
x1="848.57141"
y1="814.79077"
x2="848.57141"
y2="811.79077" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3817"
id="linearGradient3839"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.4342468,0,0,1.3240475,-2910.238,-242.1089)"
x1="848.57141"
y1="814.79077"
x2="848.57141"
y2="811.79077" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-53.149866"
inkscape:cy="36.845954"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-832.57141,-807.79077)">
<image
y="807.79077"
x="798.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAA3NCSVQICAjb4U/gAAAFH0lEQVRI iaVWbVMTSRDu6dndJBuyJB5eBBISNBAswBIBRcWyivKP+Vuss+4P6N0HPT39cN5dnYoip4KXAF6C hGRDNpvs28zch9HIS3i5sr/s7kzPPP10P9Oz5Pbt23CcGYYxPz//Ya0ohACAXHb4ydMnTat57EIA UDRNO9ZpYWEBAFRVlZ+aplW2tiIR/SRrlWg0erSHYRjRaPTjZrnjWa5sLdy69eujx/F4nBDyrQxm Zmc0TRNC7PbMZYcfPXiIlKqK8k0AhJC+7/q2a7X8uRznHBHbTltRFE3TssPZIGDHxqd0MtvV+vr6 VFUNWPD3ynsAYEEg60wIuX7jxk/37sdisaOzdAzAlbk5hVIB0LJtRGSMIaLEGEqlCQAIoWoaIh4K QCk9bA4RQ5q2tb2NiEOZzL5ZSuloPl+tVo/YAQAU5fAq9ff3K4ris+BcdpgxJktdWF+Ts8WPG9fm r//4w13DMI5igIiEEMl6n01PTwMA5/zV0mu5BUEcHzvPWEAIhkIhJIQQIjhHRTkMQ5ElOlgoTdMI IZ8qlbppEkI6bsvv3grOZUAzU5cmJieLhUIiFOoaIgB0gaWUEkKy2SwhxHEd27Zd13Ucp9VqWY0G 2WXPF1/Oz8/bLZsxdpiWuhcAEfP5fL2xw4XYXd5yqeS6ru95HTdEjIQjIMRhDLoDhMNhAGg7zr7x /oGBg84TFy68XV7ujcdPBCA1N5rPS4BsKo2IEklRFIoIAFazacRihY11AFgtFmamp/989szo7e2a pe4MUoODZr3eaDQWa7Xd40IIxhgA5IbPZlNpzrk8p/FEggWB0u3MdgHQdR0AWk67bpoAgIicc0KI JCd3/FAsKKoqpck5n56d+f23Z/FE4kQA+bGxpt10PS+VTu+bKpdKjuMIIRARXNcwDDk+OjL6y4OH Rm/vwdOwB0AKtP/Mme1alXPeGU+ePt2jRz+sFfcVuVwqIaWyFyTPJD3XDUcixzCIx+MA0HacdP+A HwRRXRdCvHi1mEkPJQwjEU+4nvfvZlk6d/BWi4W5a9d+vndfj0Z3R7YHQKZ4fGLcalqe7796s8QY Y4xJgb9beS8jpZRenLyAiDXTPJVImKYZDod1XSeEuK4bMIZ7tbSHASIaMaNSrX7a3JRbc84PdsPF pde+7wOAEEKGhYgzU5eGMkOWZen6njt4T02SyWTDslpO+/tksn9gYGBwEBGDIGCM9cbjMcOI6DpS 2mw2ZfPwPK/1xR4/fXLj5s3GToN0ZSADmZqaajStIAg60wODgwBQLpW2KxVV0zhjWiikqGoymYQD Fov2CCFYEOCuG+Irfakwx3EPdpWuHaKrncvlqtVqZJeWvgKkUinLstqu43lebvisbdtCCCMW27Ea IMSpxCmzXk/E4wFjax83OqsyqbRCKQDYLbtqmleuXr17585+AJmfiYmJ+s6O7/tBECy/ewsAnHPZ +oUQ/xSLhBCkdHzs/NmhDHxphYLzP16+4JxzzsPh8PTFKVVVgyDoSOPzQ/59tN397VOabduEEPnj tbT8hiAKzgliJ7EA4Pu+lNb45OTqykosFvsMoKoq5zyTyVjNpuu6AFCrVgGAEKKoqu95qqal0uly qSSThohIKQjBGCOIlNLO9ZBKp1eLhcuzsy+e/9XT0yPlpMiDNzIyYtbrAWPS7yCJk9cZAKJ61Pc8 LRQCeQ50Xa/Wai2nffItjrbLc1darZZ8J58qW42dBhBCKB527f1fy2WHi+vrddPcWF//D5y5bTAP COH+AAAAAElFTkSuQmCC "
height="32"
width="32" />
<rect
style="fill:url(#linearGradient3006);fill-opacity:1;stroke:none"
id="rect2998"
width="32"
height="32"
x="832.57141"
y="807.79077" />
<path
style="fill:url(#linearGradient3784);fill-opacity:1;stroke:none"
d="m 832.57141,839.79077 13,-32 5,0 12,32 z"
id="path3008"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient3794);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="M 1,32 14,0 17,0 29,32 z"
id="path3786"
inkscape:connector-curvature="0"
transform="translate(832.57141,807.79077)" />
<rect
style="fill:url(#linearGradient3823);fill-opacity:1;stroke:none"
id="rect3815"
width="6.999999"
height="3.9999986"
x="844.57141"
y="813.79077" />
<rect
y="816.68817"
x="843.79694"
height="3.972101"
width="11.177946"
id="rect3825"
style="fill:url(#linearGradient3827);fill-opacity:1;stroke:none"
transform="matrix(0.99999689,0.00249326,-0.00171521,0.99999853,0,0)" />
<rect
transform="matrix(0.99999831,0.0018365,-0.00232858,0.99999729,0,0)"
style="fill:url(#linearGradient3831);fill-opacity:1;stroke:none"
id="rect3829"
width="15.175511"
height="3.9721701"
x="842.31201"
y="822.24609" />
<rect
y="827.50476"
x="840.70636"
height="3.9721332"
width="18.173697"
id="rect3833"
style="fill:url(#linearGradient3835);fill-opacity:1;stroke:none"
transform="matrix(0.99999882,0.00153352,-0.00278867,0.99999611,0,0)" />
<rect
transform="matrix(0.99999921,0.00125702,-0.00340207,0.99999421,0,0)"
style="fill:url(#linearGradient3839);fill-opacity:1;stroke:none"
id="rect3837"
width="22.17123"
height="3.9721408"
x="839.23389"
y="832.74066" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

View File

@ -0,0 +1,185 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22"
height="32"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo17.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo17.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3002">
<stop
style="stop-color:#bfc2c1;stop-opacity:1"
offset="0"
id="stop3004" />
<stop
style="stop-color:#f4f5f4;stop-opacity:1"
offset="1"
id="stop3006" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3008"
x1="389.57141"
y1="609.07648"
x2="389.57141"
y2="605.07648"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3012"
gradientUnits="userSpaceOnUse"
x1="389.57141"
y1="609.07648"
x2="389.57141"
y2="605.07648"
gradientTransform="translate(-1.1328125e-6,6.0000029)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3016"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-2.265625e-6,12.000006)"
x1="389.57141"
y1="609.07648"
x2="389.57141"
y2="605.07648" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3020"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-3.3984375e-6,18.000009)"
x1="389.57141"
y1="609.07648"
x2="389.57141"
y2="605.07648" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3024"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-4.53125e-6,24.000012)"
x1="389.57141"
y1="609.07648"
x2="389.57141"
y2="605.07648" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="5.8587803"
inkscape:cy="19.034993"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-377.57141,-602.07648)">
<image
y="602.07648"
x="354.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAIAAACZ9R/cAAAAA3NCSVQICAjb4U/gAAADY0lEQVRI ic1VbU8bRxCemX2xfS5+gYBVsEugRCJFjfr//0OVQgHRUnBJip1IcWx8tm9vb2e3HxYOCFZbiXzo fDidbmeeu3meZ+bwvH8Jzwt6Zv3XgcBFloXga9UaAIQQvPdEdPnu6mnq99svAYCZ2XslJQAgomPG nw9/8czOuRACAEgpldZvfjiIWJnJpJQA6FxxenbmnENERIxpUkqttSxfkud5vLa0Pjo9AQC+w0XE eBPDGIOIPk0RUSolTZZZa6WU3V4PAD4Mh5PxGBGJiJmJKBYLIZxzJcpWt3vPxfNFvW8kspVbK4Rg Zq11CKH/hFdrbWd9o91sLrIsqdVuplOcztKKroQQZrP0ot+PX05EAIBEB/uvmR0iVSoVAEAAWxRp mp5f/EFEQgipFJ73L40xuTHe+1j8EAIAgvclqUjEzjFzCCHSj4gSACbjsffeex8/VQiBiPFJo9n8 ohEiskVRWKu07nQ6/0LncDAgIQpry2Ippfdeab22traEzqfx7ebmP5w+gmDmVzu7iBiNkBkDAFJK QQQA6WzWWFnpv3/3CH2jk9RuZwInNzdKK/Dh98sLfmCeeMzMALC3s9tsNr33SqmopbX26OSYiNI0 xZPfzrz3o0+fIu1E5L1HRCEEACilINKuVJTJex+8L4rCGAMASmuZLRZpmiJiNPgXdBpjbjXO80aj UR4ZY4hoc2sLlirSWV//JqlfXP35FJGEkFKaLHs0I9NZ6pxLqrXCuXqShBDeHh1u975DhHarnVt7 /WH4VAVr7f7eK0TMrcXz/uVisciNYeZou9vmpQQAIcRPP74hos/j8Wq7PR6Pq9VqkiQAMJneDD9+ 1FrL0WhUetZ7HysfxuHxr0VRRIEix0QUO4rJEgA2Op2YPbi+jntp7cULInLOOefS6fRW/7vFU6om lXJFsYTO4WDAzEprz6wrFedc5+4dS2OJwf+jr+8hrLV7O7vz+TyE0FhZuUmnEMJqe3U8mbRbLcd8 9df7Mnu725NCAMB8Mc9tsdpqOWY8PDmOYx5tF0IoRSEhDvZfx30fB0dJ+fboMO6BarWqtE6SZEkj 8/kcEev1OgAcn54gUfA+rp/ocQAoiiLKlGWZ/Dwawd0UxEXS7fWGg0FsLeoHITAzEokH66MciK+w wf8fv+W/AWpKJo7DxXBjAAAAAElFTkSuQmCC "
height="32"
width="22" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect2998"
width="22"
height="32"
x="0"
y="0"
transform="translate(377.57141,602.07648)" />
<rect
style="fill:url(#linearGradient3008);fill-opacity:1;stroke:none"
id="rect3000"
width="22"
height="4"
x="377.57141"
y="605.07648" />
<rect
y="611.07648"
x="377.57141"
height="4"
width="22"
id="rect3010"
style="fill:url(#linearGradient3012);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3016);fill-opacity:1;stroke:none"
id="rect3014"
width="22"
height="4"
x="377.57141"
y="617.07648" />
<rect
y="623.07648"
x="377.57141"
height="4"
width="22"
id="rect3018"
style="fill:url(#linearGradient3020);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3024);fill-opacity:1;stroke:none"
id="rect3022"
width="22"
height="4"
x="377.57141"
y="629.07648" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

View File

@ -0,0 +1,174 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="8"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo18.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo18.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3002">
<stop
style="stop-color:#8f9392;stop-opacity:1"
offset="0"
id="stop3004" />
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="1"
id="stop3006" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3002"
id="linearGradient3008"
x1="5"
y1="1"
x2="5"
y2="10"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.2222219,371,500.13996)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="9.3268331"
inkscape:cy="43.270845"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-371,-500.36218)">
<image
y="500.36218"
x="361"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAABACAIAAACoZqHdAAAAA3NCSVQICAjb4U/gAAAAkUlEQVQ4 jWO0cXNmwAZYQv0D////////f2RRRkZGFg4ODuwSXFxccNH///8zMjJCjeLn50dTDpXg4uKCc1B0 IBuFooOdnR27c9nY2LAbxcLCgl2CiYkJu1G4JLCLjkpgA4xYo4+BgYFl1rLFA+Yq3M7FlQ0Yb9+/ N2CuGvYSuFPJlj27BsxVw16CZevOHVQyCgBzDzOrlP/kOAAAAABJRU5ErkJggg== "
height="64"
width="8" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect2998"
width="8"
height="64"
x="0"
y="0"
transform="translate(371,500.36218)" />
<rect
style="fill:url(#linearGradient3008);fill-opacity:1;stroke:none"
id="rect3000"
width="8"
height="10.999997"
x="371"
y="501.36218" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3010"
width="8"
height="1"
x="0"
y="0"
transform="translate(371,500.36218)" />
<rect
style="fill:#99a5a2;fill-opacity:1;stroke:none"
id="rect3012"
width="8"
height="6"
x="0"
y="25"
transform="translate(371,500.36218)" />
<rect
style="fill:#687471;fill-opacity:1;stroke:none"
id="rect3014"
width="8"
height="3"
x="0"
y="61"
transform="translate(371,500.36218)" />
<rect
style="fill:#99a5a2;fill-opacity:1;stroke:none"
id="rect3016"
width="8"
height="14"
x="0"
y="47"
transform="translate(371,500.36218)" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3018"
width="8"
height="1"
x="0"
y="46"
transform="translate(371,500.36218)" />
<rect
style="fill:#3c4643;fill-opacity:1;stroke:none"
id="rect3020"
width="8"
height="1"
x="0"
y="31"
transform="translate(371,500.36218)" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3022"
width="8"
height="1"
x="0"
y="24"
transform="translate(371,500.36218)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,125 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo19.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo19.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3772">
<stop
style="stop-color:#817368;stop-opacity:1"
offset="0"
id="stop3774" />
<stop
style="stop-color:#f2efed;stop-opacity:1"
offset="1"
id="stop3776" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3772"
id="linearGradient3778"
x1="865.71429"
y1="808.07648"
x2="867.71429"
y2="808.07648"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-3.5817701"
inkscape:cy="25.495226"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-849.71429,-766.07648)">
<image
y="766.07648"
x="814.71429"
id="image2993"
xlink:href="data:image/png;base64,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 "
height="64"
width="32" />
<rect
style="fill:#ccc2ba;fill-opacity:1;stroke:none"
id="rect2998"
width="32"
height="64"
x="0"
y="0"
transform="translate(849.71429,766.07648)" />
<path
style="fill:#a9998c;fill-opacity:1;stroke:none"
d="m 866.19643,761.95148 -18.48214,68.125 36,0 z"
id="path3000"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path3770"
d="m 865.60268,775.19801 -14.88839,54.87847 29,0 z"
style="fill:url(#linearGradient3778);fill-opacity:1;stroke:none" />
<path
style="fill:#cbc1b9;fill-opacity:1;stroke:none"
d="m 865.60357,779.09037 -13.8324,50.98611 26.94312,0 z"
id="path3780"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

View File

@ -0,0 +1,551 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo20.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo20.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3951">
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="0"
id="stop3953" />
<stop
style="stop-color:#c3c9c8;stop-opacity:1"
offset="1"
id="stop3955" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3935">
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="0"
id="stop3937" />
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="1"
id="stop3939" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3925">
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="0"
id="stop3927" />
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="1"
id="stop3929" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3893">
<stop
style="stop-color:#424a47;stop-opacity:1;"
offset="0"
id="stop3895" />
<stop
style="stop-color:#424a47;stop-opacity:0;"
offset="1"
id="stop3897" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3879">
<stop
style="stop-color:#424a47;stop-opacity:1;"
offset="0"
id="stop3881" />
<stop
style="stop-color:#424a47;stop-opacity:0;"
offset="1"
id="stop3883" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3869">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop3871" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3873" />
</linearGradient>
<linearGradient
id="linearGradient3818"
inkscape:collect="always">
<stop
id="stop3820"
offset="0"
style="stop-color:#7d8582;stop-opacity:1" />
<stop
id="stop3822"
offset="1"
style="stop-color:#acb6b3;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3014">
<stop
style="stop-color:#7d8582;stop-opacity:1"
offset="0"
id="stop3016" />
<stop
style="stop-color:#acb6b3;stop-opacity:0;"
offset="1"
id="stop3018" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3818"
id="linearGradient3794"
gradientUnits="userSpaceOnUse"
x1="884.42859"
y1="798.64789"
x2="884.42859"
y2="797.64789" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3014"
id="linearGradient3796"
gradientUnits="userSpaceOnUse"
x1="5"
y1="43"
x2="7"
y2="43" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3818"
id="linearGradient3830"
gradientUnits="userSpaceOnUse"
x1="884.42859"
y1="798.64789"
x2="884.42859"
y2="797.64789" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3014"
id="linearGradient3832"
gradientUnits="userSpaceOnUse"
x1="5"
y1="43"
x2="7"
y2="43" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3818"
id="linearGradient3840"
gradientUnits="userSpaceOnUse"
x1="884.42859"
y1="798.64789"
x2="884.42859"
y2="797.64789" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3014"
id="linearGradient3842"
gradientUnits="userSpaceOnUse"
x1="5"
y1="43"
x2="7"
y2="43" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3869"
id="linearGradient3875"
x1="886.42859"
y1="787.64789"
x2="889.42859"
y2="787.64789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879"
id="linearGradient3885"
x1="-12"
y1="5"
x2="-14"
y2="3"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(908.42859,754.64789)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879"
id="linearGradient3889"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0000006,0,0,2.5000009,910.4286,757.14789)"
x1="-12"
y1="5"
x2="-14"
y2="3" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3893"
id="linearGradient3899"
x1="22"
y1="15"
x2="22"
y2="13"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879"
id="linearGradient3911"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0000006,0,0,2.5000009,910.4286,757.14789)"
x1="-12"
y1="5"
x2="-14"
y2="3" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3893"
id="linearGradient3913"
gradientUnits="userSpaceOnUse"
x1="22"
y1="15"
x2="22"
y2="13" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3879"
id="linearGradient3917"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0000006,0,0,2.5000009,910.4286,757.14789)"
x1="-12"
y1="5"
x2="-14"
y2="3" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3893"
id="linearGradient3919"
gradientUnits="userSpaceOnUse"
x1="22"
y1="15"
x2="22"
y2="13" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3925"
id="linearGradient3931"
x1="893.42859"
y1="803.64789"
x2="897.42859"
y2="804.64789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3935"
id="linearGradient3941"
x1="16"
y1="51"
x2="21"
y2="53"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3951"
id="linearGradient3957"
x1="-13"
y1="24"
x2="-15"
y2="22"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-24.948342"
inkscape:cy="49.991949"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-875.42859,-754.64789)">
<image
y="754.64789"
x="841.42859"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAIAAAD07OL5AAAAA3NCSVQICAjb4U/gAAABrklEQVRY hWO8ff8eA16Qnp2pb2ioqKyMX1luYsqdB/chbBUFRbg4E35tlINBbMH9u3c3rFlDQwsunj9PjDIW si0ICAkhRtkgjoNRC/AAIhMo+RaQBAalBd+/faOtBbdu3iReMTk5mcg8TI4F4iKiUuISEmJiDAwM L16/evP27ePnz6hmgYSomKGOLjJXQlTs998/L169wqOLhDiQFBPHIigqzs3JSR0LICGDKXjlyhXq WEAeIMECrGGNPwJIs+DZyxeYgus2bRAWFqaOBS/fvD5/5TLcyS9evZo2Z5awsDCfgAAeXaTlgxev X33+8nndpg0QLkHTSbaAgYHh6/fvBBthyICEILp/9y6RgmRagNXhBH0zmPIBHIxWmYPagu3795Jv wf27d9FSPaaIp6Mz+RaQB2huAQllEWamJaZQGjZBtGjZEhkVJWFefjRpfU1tTD0kNR0RcfDkzr0n GNJYLSCn6RgXFUO8HpKajoMyDsixgIGUOCDHApLigCQwyOIAs7CcNmcW/gKD5DhALvE3rFmjb2iI x3QG8uKAYFsIGQz9wm7UglELRi0YtYAIAAAPdZT3nX/HzQAAAABJRU5ErkJggg== "
height="64"
width="32" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect2998"
width="28.000002"
height="64"
x="875.42859"
y="754.64789" />
<path
sodipodi:type="arc"
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="path3000"
sodipodi:cx="-6.5"
sodipodi:cy="33.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="M -6,33.5 C -6,33.776142 -6.2238576,34 -6.5,34 -6.7761424,34 -7,33.776142 -7,33.5 -7,33.223858 -6.7761424,33 -6.5,33 c 0.2761424,0 0.5,0.223858 0.5,0.5 z"
transform="translate(908.42859,754.64789)" />
<g
id="g3790"
transform="translate(-2.9999989,-1.9999982)">
<rect
y="796.64789"
x="880.42859"
height="2"
width="8"
id="rect3002"
style="fill:url(#linearGradient3794);fill-opacity:1;stroke:none" />
<rect
transform="translate(875.42859,754.64789)"
y="42"
x="5"
height="2"
width="2"
id="rect3012"
style="fill:url(#linearGradient3796);fill-opacity:1;stroke:none" />
</g>
<g
transform="translate(-2.9999989,2)"
id="g3824">
<rect
style="fill:url(#linearGradient3830);fill-opacity:1;stroke:none"
id="rect3826"
width="8"
height="2"
x="880.42859"
y="796.64789" />
<rect
style="fill:url(#linearGradient3832);fill-opacity:1;stroke:none"
id="rect3828"
width="2"
height="2"
x="5"
y="42"
transform="translate(875.42859,754.64789)" />
</g>
<g
id="g3834"
transform="translate(-2.9999989,6)">
<rect
y="796.64789"
x="880.42859"
height="2"
width="8"
id="rect3836"
style="fill:url(#linearGradient3840);fill-opacity:1;stroke:none" />
<rect
transform="translate(875.42859,754.64789)"
y="42"
x="5"
height="2"
width="2"
id="rect3838"
style="fill:url(#linearGradient3842);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3863"
width="13.000001"
height="64"
x="886.42859"
y="754.64789" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3865"
width="1"
height="64"
x="899.42859"
y="754.64789" />
<rect
style="fill:url(#linearGradient3875);fill-opacity:1;stroke:none"
id="rect3867"
width="3"
height="64"
x="886.42859"
y="754.64789" />
<rect
style="fill:url(#linearGradient3885);fill-opacity:1;stroke:none"
id="rect3877"
width="2"
height="2"
x="894.42859"
y="757.64789" />
<g
id="g3901"
transform="translate(-3.9999989,1.8164062e-6)">
<rect
style="fill:url(#linearGradient3917);fill-opacity:1;stroke:none"
id="rect3887"
width="2.0000012"
height="5.0000019"
x="896.42859"
y="764.64789" />
<rect
transform="translate(875.42859,754.64789)"
y="13"
x="21"
height="2"
width="2"
id="rect3891"
style="fill:url(#linearGradient3919);fill-opacity:1;stroke:none" />
</g>
<g
id="g3905"
transform="matrix(0.9999994,0,0,2.5999994,-3.999461,-1204.4362)">
<rect
y="764.64789"
x="896.42859"
height="5.0000019"
width="2.0000012"
id="rect3907"
style="fill:url(#linearGradient3911);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3913);fill-opacity:1;stroke:none"
id="rect3909"
width="2"
height="2"
x="21"
y="13"
transform="translate(875.42859,754.64789)" />
</g>
<rect
style="fill:#717b78;fill-opacity:1;stroke:none"
id="rect3915"
width="2"
height="3"
x="889.42859"
y="788.64789" />
<rect
y="788.64789"
x="895.42859"
height="3"
width="2"
id="rect3921"
style="fill:#717b78;fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3931);fill-opacity:1;stroke:none"
id="rect3923"
width="7"
height="16"
x="890.42859"
y="802.64789" />
<rect
style="fill:url(#linearGradient3941);fill-opacity:1;stroke:none"
id="rect3933"
width="5"
height="15"
x="16"
y="49"
transform="translate(875.42859,754.64789)" />
<rect
style="fill:#717b78;fill-opacity:1;stroke:none"
id="rect3943"
width="3"
height="14"
x="17"
y="50"
transform="translate(875.42859,754.64789)" />
<path
sodipodi:type="arc"
style="fill:#717b78;fill-opacity:1;stroke:none"
id="path3945"
sodipodi:cx="-12.5"
sodipodi:cy="26.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="m -12,26.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
transform="translate(909.42859,754.64789)" />
<path
transform="translate(902.42859,754.64789)"
d="m -12,26.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
sodipodi:ry="0.5"
sodipodi:rx="0.5"
sodipodi:cy="26.5"
sodipodi:cx="-12.5"
id="path3947"
style="fill:#717b78;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3957);fill-opacity:1;stroke:none"
id="path3949"
sodipodi:cx="-15.5"
sodipodi:cy="20.5"
sodipodi:rx="4.5"
sodipodi:ry="4.5"
d="m -11,20.5 c 0,2.485281 -2.014719,4.5 -4.5,4.5 -2.485281,0 -4.5,-2.014719 -4.5,-4.5 0,-2.485281 2.014719,-4.5 4.5,-4.5 2.485281,0 4.5,2.014719 4.5,4.5 z"
transform="translate(909.42859,754.64789)" />
<path
sodipodi:type="arc"
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="path3959"
sodipodi:cx="19"
sodipodi:cy="21"
sodipodi:rx="3"
sodipodi:ry="3"
d="m 22,21 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
transform="matrix(1.1666667,0,0,1.1666667,871.76192,750.64789)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

View File

@ -0,0 +1,737 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="128"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo21.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo21.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4019">
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="0"
id="stop4021" />
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="1"
id="stop4023" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4009">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop4011" />
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="1"
id="stop4013" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3183">
<stop
style="stop-color:#424a47;stop-opacity:1;"
offset="0"
id="stop3185" />
<stop
style="stop-color:#424a47;stop-opacity:0;"
offset="1"
id="stop3187" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3173">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop3175" />
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="1"
id="stop3177" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3163">
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="0"
id="stop3165" />
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="1"
id="stop3167" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3153">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop3155" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3157" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3127">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop3129" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3131" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3117">
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="0"
id="stop3119" />
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="1"
id="stop3121" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3107">
<stop
style="stop-color:#424a47;stop-opacity:1"
offset="0"
id="stop3109" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3111" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3049">
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="0"
id="stop3051" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3053" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3039">
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="0"
id="stop3041" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3043" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3021">
<stop
style="stop-color:#929e9b;stop-opacity:1"
offset="0"
id="stop3023" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3025" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3021"
id="linearGradient3027"
x1="819.88342"
y1="756.3869"
x2="818.82819"
y2="755.88757"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3039"
id="linearGradient3045"
x1="819.71429"
y1="804.36218"
x2="815.71429"
y2="804.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3049"
id="linearGradient3055"
x1="-21"
y1="41"
x2="-25"
y2="41"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3049"
id="linearGradient3059"
gradientUnits="userSpaceOnUse"
x1="-21"
y1="41"
x2="-25"
y2="41" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3039"
id="linearGradient3095"
gradientUnits="userSpaceOnUse"
x1="819.71429"
y1="804.36218"
x2="815.71429"
y2="804.36218"
gradientTransform="matrix(0.49999888,0,0,1.111111,408.85807,-88.817894)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3049"
id="linearGradient3101"
gradientUnits="userSpaceOnUse"
x1="-21"
y1="41"
x2="-25"
y2="41" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3049"
id="linearGradient3103"
gradientUnits="userSpaceOnUse"
x1="-21"
y1="41"
x2="-25"
y2="41" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3107"
id="linearGradient3113"
x1="824.71429"
y1="862.36218"
x2="827.71429"
y2="861.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3117"
id="linearGradient3123"
x1="823.71429"
y1="868.36218"
x2="835.71429"
y2="868.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3127"
id="linearGradient3133"
x1="824.50507"
y1="848.33154"
x2="823.53571"
y2="847.45148"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3021"
id="linearGradient3141"
gradientUnits="userSpaceOnUse"
x1="819.88342"
y1="756.3869"
x2="818.82819"
y2="755.88757"
gradientTransform="translate(2.5664063e-6,14.999965)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3153"
id="linearGradient3159"
x1="823.71429"
y1="835.36218"
x2="825.71429"
y2="835.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3163"
id="linearGradient3169"
x1="823.71429"
y1="826.36218"
x2="835.71429"
y2="826.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3173"
id="linearGradient3963"
gradientUnits="userSpaceOnUse"
x1="806.71429"
y1="777.36218"
x2="806.71429"
y2="775.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3183"
id="linearGradient3965"
gradientUnits="userSpaceOnUse"
x1="-1"
y1="28"
x2="-3"
y2="28" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3173"
id="linearGradient3973"
gradientUnits="userSpaceOnUse"
x1="806.71429"
y1="777.36218"
x2="806.71429"
y2="775.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3183"
id="linearGradient3975"
gradientUnits="userSpaceOnUse"
x1="-1"
y1="28"
x2="-3"
y2="28" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3173"
id="linearGradient3983"
gradientUnits="userSpaceOnUse"
x1="806.71429"
y1="777.36218"
x2="806.71429"
y2="775.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3183"
id="linearGradient3985"
gradientUnits="userSpaceOnUse"
x1="-1"
y1="28"
x2="-3"
y2="28" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3173"
id="linearGradient3993"
gradientUnits="userSpaceOnUse"
x1="806.71429"
y1="777.36218"
x2="806.71429"
y2="775.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3183"
id="linearGradient3995"
gradientUnits="userSpaceOnUse"
x1="-1"
y1="28"
x2="-3"
y2="28" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3173"
id="linearGradient4003"
gradientUnits="userSpaceOnUse"
x1="806.71429"
y1="777.36218"
x2="806.71429"
y2="775.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3183"
id="linearGradient4005"
gradientUnits="userSpaceOnUse"
x1="-1"
y1="28"
x2="-3"
y2="28" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4009"
id="linearGradient4015"
x1="829.64099"
y1="820.10962"
x2="827.00964"
y2="819.54144"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4019"
id="linearGradient4025"
x1="16.714285"
y1="50.714287"
x2="19.821428"
y2="51.05357"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="3.5210707"
inkscape:cy="62.766133"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-811.71429,-748.36218)">
<image
y="748.36218"
x="782.71429"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAACACAIAAACXy577AAAAA3NCSVQICAjb4U/gAAACM0lEQVRo gWO8ff8eA16Qnp2pb2ioqKyMX1luYsqdB/chbCb8SskDI9xQFgiloqCIKTd5/hxPR2fyDWVgYIDH HeVg6ITpqKGjhg4FQxHZdPv+vVQ29M6D++SVHVjBaNFHfTB0DGUhrAQG7t+9iyby/du3WzdvBoSE kG/oxfPniVRJgqGYLsIFRsOUWEB8mA500Tccw5TG6ZSTg0NaQhLOvX77FisrK7JScsJUWkLy1Zs3 n758ZmBg+PL16+FTJ9CijswwhZjIwMDw4OljTKWDJkzh4NGzp3/+/MUUJydMn796qaKgeOfB/U9f Pj9/+UJfSwdNKTlh+vXbN2QJKXFxNKUDHKYj3FASChQGBgbM4hFrKUyaoWimbFizBmuSINlQBmy5 AA0MnYgaNXTU0FFDRw0d0YZyc3FBGZxcDAwMz1+9pIKhkmLikC6/oqycrLT0hatXqGAoFQEWQx8+ fUKhoSi16ZVbNyCMHz9+UMfQq7ducLJz3LoHrX5N9PSpYCg7G7uyvIKyvALZZsHBUEz8g91Q0hpo i5YvPXrkCJUNFZWQIKY7MXTCdNTQUUOHgqFEZVNVJeXMxBTiDWUkOBdNBqCj97FOUMCBs7fHzKnT STaUgYFh8vw5RLoLE+Dz/oY1awiKkGwoZnlM5IDP0En8o4bS19DBlU6xZ1Nnbw9iNOMCQ73oQwbp 2ZmVpeUuDo4EVcJnXomqTrbt2XX9PoHxvVyk+mZ4JP5RQ0cNHTV01NBhaigA/4/TpmRjzAIAAAAA SUVORK5CYII= "
height="128"
width="28" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect2998"
width="28"
height="128"
x="811.71429"
y="748.36218" />
<rect
style="fill:url(#linearGradient3027);fill-opacity:1;stroke:none"
id="rect3019"
width="8"
height="13"
x="813.71429"
y="753.36218" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3029"
width="6"
height="11"
x="814.71429"
y="754.36218" />
<g
id="g3061">
<rect
y="790.36218"
x="815.71429"
height="27"
width="4"
id="rect3037"
style="fill:url(#linearGradient3045);fill-opacity:1;stroke:none" />
<path
transform="translate(840.71429,748.36218)"
d="m -20,40 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
sodipodi:ry="3"
sodipodi:rx="3"
sodipodi:cy="40"
sodipodi:cx="-23"
id="path3047"
style="fill:url(#linearGradient3055);fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3059);fill-opacity:1;stroke:none"
id="path3057"
sodipodi:cx="-23"
sodipodi:cy="40"
sodipodi:rx="3"
sodipodi:ry="3"
d="m -20,40 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
transform="translate(840.71429,779.36218)" />
</g>
<rect
y="789.36218"
x="816.71429"
height="29.999998"
width="1.9999956"
id="rect3068"
style="fill:url(#linearGradient3095);fill-opacity:1;stroke:none" />
<path
transform="matrix(0.66666807,0,0,0.66666807,833.04765,761.69545)"
d="m -20,40 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
sodipodi:ry="3"
sodipodi:rx="3"
sodipodi:cy="40"
sodipodi:cx="-23"
id="path3070"
style="fill:url(#linearGradient3101);fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3103);fill-opacity:1;stroke:none"
id="path3072"
sodipodi:cx="-23"
sodipodi:cy="40"
sodipodi:rx="3"
sodipodi:ry="3"
d="m -20,40 c 0,1.656854 -1.343146,3 -3,3 -1.656854,0 -3,-1.343146 -3,-3 0,-1.656854 1.343146,-3 3,-3 1.656854,0 3,1.343146 3,3 z"
transform="matrix(0.66666667,0,0,0.66666667,833.04762,792.69551)" />
<rect
style="fill:url(#linearGradient3113);fill-opacity:1;stroke:none"
id="rect3105"
width="14"
height="19"
x="822.71429"
y="857.36218" />
<rect
style="fill:url(#linearGradient3123);fill-opacity:1;stroke:none"
id="rect3115"
width="12"
height="18"
x="823.71429"
y="858.36218" />
<rect
style="fill:url(#linearGradient3133);fill-opacity:1;stroke:none"
id="rect3125"
width="11"
height="13"
x="818.71429"
y="842.36218" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3135"
width="9"
height="11"
x="8"
y="95"
transform="translate(811.71429,748.36218)" />
<rect
y="768.36218"
x="813.71429"
height="13"
width="8"
id="rect3137"
style="fill:url(#linearGradient3141);fill-opacity:1;stroke:none" />
<rect
y="769.36218"
x="814.71429"
height="11"
width="6"
id="rect3139"
style="fill:#dbdfde;fill-opacity:1;stroke:none" />
<path
sodipodi:type="arc"
style="fill:#424a47;fill-opacity:1;stroke:none"
id="path3143"
sodipodi:cx="-13.5"
sodipodi:cy="96.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="m -13,96.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
transform="translate(840.71429,748.36218)" />
<path
transform="translate(834.71429,748.36218)"
d="m -13,96.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
sodipodi:ry="0.5"
sodipodi:rx="0.5"
sodipodi:cy="96.5"
sodipodi:cx="-13.5"
id="path3145"
style="fill:#424a47;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="fill:#424a47;fill-opacity:1;stroke:none"
id="path3147"
sodipodi:cx="-13.5"
sodipodi:cy="96.5"
sodipodi:rx="0.5"
sodipodi:ry="0.5"
d="m -13,96.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
transform="translate(834.71429,756.36218)" />
<path
transform="translate(840.71429,756.36218)"
d="m -13,96.5 c 0,0.276142 -0.223858,0.5 -0.5,0.5 -0.276142,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.223858,-0.5 0.5,-0.5 0.276142,0 0.5,0.223858 0.5,0.5 z"
sodipodi:ry="0.5"
sodipodi:rx="0.5"
sodipodi:cy="96.5"
sodipodi:cx="-13.5"
id="path3149"
style="fill:#424a47;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<rect
style="fill:url(#linearGradient3159);fill-opacity:1;stroke:none"
id="rect3151"
width="14"
height="92"
x="822.71429"
y="748.36218" />
<rect
style="fill:url(#linearGradient3169);fill-opacity:1;stroke:none"
id="rect3161"
width="12"
height="91"
x="823.71429"
y="748.36218" />
<g
id="g3959"
transform="translate(22.999996,-2)">
<rect
y="775.36218"
x="802.71429"
height="2"
width="8"
id="rect3171"
style="fill:url(#linearGradient3963);fill-opacity:1;stroke:none" />
<rect
transform="translate(811.71429,748.36218)"
y="27"
x="-3"
height="2"
width="2"
id="rect3181"
style="fill:url(#linearGradient3965);fill-opacity:1;stroke:none" />
</g>
<g
transform="translate(22.999996,1.9999974)"
id="g3967">
<rect
style="fill:url(#linearGradient3973);fill-opacity:1;stroke:none"
id="rect3969"
width="8"
height="2"
x="802.71429"
y="775.36218" />
<rect
style="fill:url(#linearGradient3975);fill-opacity:1;stroke:none"
id="rect3971"
width="2"
height="2"
x="-3"
y="27"
transform="translate(811.71429,748.36218)" />
</g>
<g
id="g3977"
transform="translate(22.999996,5.9999974)">
<rect
y="775.36218"
x="802.71429"
height="2"
width="8"
id="rect3979"
style="fill:url(#linearGradient3983);fill-opacity:1;stroke:none" />
<rect
transform="translate(811.71429,748.36218)"
y="27"
x="-3"
height="2"
width="2"
id="rect3981"
style="fill:url(#linearGradient3985);fill-opacity:1;stroke:none" />
</g>
<g
transform="translate(22.999996,9.9999974)"
id="g3987">
<rect
style="fill:url(#linearGradient3993);fill-opacity:1;stroke:none"
id="rect3989"
width="8"
height="2"
x="802.71429"
y="775.36218" />
<rect
style="fill:url(#linearGradient3995);fill-opacity:1;stroke:none"
id="rect3991"
width="2"
height="2"
x="-3"
y="27"
transform="translate(811.71429,748.36218)" />
</g>
<g
id="g3997"
transform="translate(22.999996,13.999997)">
<rect
y="775.36218"
x="802.71429"
height="2"
width="8"
id="rect3999"
style="fill:url(#linearGradient4003);fill-opacity:1;stroke:none" />
<rect
transform="translate(811.71429,748.36218)"
y="27"
x="-3"
height="2"
width="2"
id="rect4001"
style="fill:url(#linearGradient4005);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none"
id="rect4007"
width="6"
height="32"
x="826.71429"
y="796.36218" />
<rect
style="fill:url(#linearGradient4025);fill-opacity:1;stroke:none"
id="rect4017"
width="4"
height="30"
x="16"
y="49"
transform="translate(811.71429,748.36218)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View File

@ -0,0 +1,308 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo23.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo23.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3861">
<stop
style="stop-color:#a1aaab;stop-opacity:1"
offset="0"
id="stop3863" />
<stop
style="stop-color:#cfd2d3;stop-opacity:1"
offset="1"
id="stop3865" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3847">
<stop
style="stop-color:#899293;stop-opacity:1"
offset="0"
id="stop3849" />
<stop
style="stop-color:#e4e6e6;stop-opacity:1"
offset="1"
id="stop3851" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3032">
<stop
style="stop-color:#dde0e1;stop-opacity:1"
offset="0"
id="stop3034" />
<stop
style="stop-color:#c7cbcc;stop-opacity:1"
offset="1"
id="stop3036" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3022">
<stop
style="stop-color:#b8bfc0;stop-opacity:1"
offset="0"
id="stop3024" />
<stop
style="stop-color:#f4f6f6;stop-opacity:1"
offset="1"
id="stop3026" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3010">
<stop
style="stop-color:#a1aaab;stop-opacity:1"
offset="0"
id="stop3012" />
<stop
style="stop-color:#f4f6f6;stop-opacity:1"
offset="1"
id="stop3014" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3000">
<stop
style="stop-color:#899293;stop-opacity:1"
offset="0"
id="stop3002" />
<stop
style="stop-color:#dbdfde;stop-opacity:1"
offset="1"
id="stop3004" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3000"
id="linearGradient3006"
x1="30"
y1="0"
x2="30"
y2="4"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3010"
id="linearGradient3016"
x1="400.56821"
y1="538.04651"
x2="399"
y2="537.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3022"
id="linearGradient3028"
x1="50.674175"
y1="-5.4520941"
x2="49.515228"
y2="-6.8004436"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3032"
id="linearGradient3038"
x1="49.842163"
y1="11.779029"
x2="50.12627"
y2="12.220971"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3022"
id="linearGradient3050"
gradientUnits="userSpaceOnUse"
x1="50.674175"
y1="-5.4520941"
x2="49.515228"
y2="-6.8004436" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3032"
id="linearGradient3052"
gradientUnits="userSpaceOnUse"
x1="49.842163"
y1="11.779029"
x2="50.12627"
y2="12.220971" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3847"
id="linearGradient3853"
x1="381"
y1="532.36218"
x2="357"
y2="532.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3861"
id="linearGradient3867"
x1="363.26617"
y1="541.37238"
x2="358.34171"
y2="533.66992"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.022548,0,-12.184112)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="3.2760637"
inkscape:cy="42.864644"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-343,-524.36218)">
<image
y="506.36218"
x="343"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAQCAIAAAAphe5+AAAAA3NCSVQICAjb4U/gAAABaElEQVRI idWVS0vDQBSFb0JiWmq0eYzTh1FB0C7EV+lG3bkUN/4rt/qf3BQV7abQaqElTcZpNkGK3bkI1NA2 6WS0Gr/dgXOYc5nLjHB9cwv/GalQKHDEzs9O2c104D03mxynsCBhhBIF9nZ3AIAOvESp/UqFeMki jEjYMNjdyDQAgA48jjaEUoxQouNYkJbVHKM1q2Qg1J5Q6rru3FR4RZ8ajavLC66ekQitziujNatk JtpXDw82rfWYSM/u1x8ewzO4rvuzM0gcmaB97fjIKpfinVa5pOZy78Nh1+5z1ZsPzwABc9sH5POr RYzz6kr8Q1TECR5Dh3ytLv8AScEIEUpjDOFaMdzV709q1bEUv9vrr/m9G2BElmVTNwDAdhxRFJQl Rde0sZz2p+4GTN0gb7TVful0ewCga1pYTpO6AQDA9/2P0ShKTpC6FbIdJ/hq1kwjLDGa/YWnbgBR FLa3NqLkDP/iKy2WT3KriD0jZRLJAAAAAElFTkSuQmCC "
height="16"
width="64" />
<rect
style="fill:url(#linearGradient3006);fill-opacity:1;stroke:none"
id="rect2998"
width="64"
height="16"
x="0"
y="0"
transform="translate(343,524.36218)" />
<rect
style="fill:url(#linearGradient3016);fill-opacity:1;stroke:none"
id="rect3008"
width="15"
height="9"
x="388"
y="531.36218" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect3018"
width="13"
height="8"
x="46"
y="8"
transform="translate(343,524.36218)" />
<g
id="g3040">
<path
transform="translate(343,542.36218)"
d="m 52,-6 c 0,1.1045695 -0.895431,2 -2,2 -1.104569,0 -2,-0.8954305 -2,-2 0,-1.1045695 0.895431,-2 2,-2 1.104569,0 2,0.8954305 2,2 z"
sodipodi:ry="2"
sodipodi:rx="2"
sodipodi:cy="-6"
sodipodi:cx="50"
id="path3020"
style="fill:url(#linearGradient3028);fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<path
transform="translate(343,524.36218)"
d="m 51,12 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="12"
sodipodi:cx="50"
id="path3030"
style="fill:url(#linearGradient3038);fill-opacity:1;stroke:none"
sodipodi:type="arc" />
</g>
<g
id="g3044"
transform="translate(5,0)">
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3050);fill-opacity:1;stroke:none"
id="path3046"
sodipodi:cx="50"
sodipodi:cy="-6"
sodipodi:rx="2"
sodipodi:ry="2"
d="m 52,-6 c 0,1.1045695 -0.895431,2 -2,2 -1.104569,0 -2,-0.8954305 -2,-2 0,-1.1045695 0.895431,-2 2,-2 1.104569,0 2,0.8954305 2,2 z"
transform="translate(343,542.36218)" />
<path
sodipodi:type="arc"
style="fill:url(#linearGradient3052);fill-opacity:1;stroke:none"
id="path3048"
sodipodi:cx="50"
sodipodi:cy="12"
sodipodi:rx="1"
sodipodi:ry="1"
d="m 51,12 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
transform="translate(343,524.36218)" />
</g>
<path
style="fill:url(#linearGradient3853);fill-opacity:1;stroke:none"
d="m 362,540.36218 0,-8 c 0,0 0,-3 3,-3 3,0 8,0 8,0 0,0 3,0 3,3 0,3 0,8 0,8 l 5,0 c 0,0 0,-8 0,-10 0,-2 -2,-5 -5,-5 -3,0 -11,0 -14,0 -3,0 -5,3 -5,5 0,2 0,10 0,10 z"
id="path3845"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccscsccsssscc" />
<path
style="fill:url(#linearGradient3867);fill-opacity:1;stroke:none"
d="m 361,540.36218 0,-7.58694 c 0,0 0.24996,-4.14376 3,-4.14376 2.75,0 7.14999,-0.0566 9,0 1.85001,0.0567 4,1.14123 4,4.00437 0,2.86313 0,7.72633 0,7.72633 l 3.00005,0 c 0,0 0,-7.63503 0,-9.54378 0,-1.90876 -1.83334,-4.77189 -4.58334,-4.77189 -2.75,0 -10.08332,0 -12.83332,0 -2.75,0 -4.58334,2.86313 -4.58334,4.77189 0,1.90875 0,9.54378 0,9.54378 z"
id="path3855"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccszsccsssscc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

View File

@ -0,0 +1,367 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="44"
height="44"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="apollo24.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\apollo24.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4888">
<stop
style="stop-color:#5b6562;stop-opacity:1"
offset="0"
id="stop4890" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop4892" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3024">
<stop
style="stop-color:#414946;stop-opacity:1;"
offset="0"
id="stop3026" />
<stop
style="stop-color:#414946;stop-opacity:0"
offset="1"
id="stop3028" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3014">
<stop
style="stop-color:#414946;stop-opacity:1"
offset="0"
id="stop3016" />
<stop
style="stop-color:#717b78;stop-opacity:1"
offset="1"
id="stop3018" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3004">
<stop
style="stop-color:#cbd3d1;stop-opacity:1"
offset="0"
id="stop3006" />
<stop
style="stop-color:#777f7d;stop-opacity:1"
offset="1"
id="stop3008" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3004"
id="linearGradient3010"
x1="905.57141"
y1="809.36218"
x2="871.57141"
y2="775.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3014"
id="linearGradient3020"
x1="878.57141"
y1="795.36218"
x2="879.57141"
y2="795.36218"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3024"
id="linearGradient3030"
x1="14"
y1="9"
x2="14"
y2="10"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3014"
id="linearGradient3804"
gradientUnits="userSpaceOnUse"
x1="878.57141"
y1="795.36218"
x2="879.57141"
y2="795.36218"
gradientTransform="translate(16.999999,-2.6171875e-6)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3024"
id="linearGradient3806"
gradientUnits="userSpaceOnUse"
x1="14"
y1="9"
x2="14"
y2="10"
gradientTransform="translate(883.57141,770.36218)" />
<filter
inkscape:collect="always"
id="filter4610">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.06975"
id="feGaussianBlur4612" />
</filter>
<filter
inkscape:collect="always"
id="filter4614">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.06975"
id="feGaussianBlur4616" />
</filter>
<filter
inkscape:collect="always"
id="filter4880"
x="-0.58"
width="2.16"
y="-0.066923077"
height="1.1338462">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.725"
id="feGaussianBlur4882" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4888"
id="linearGradient4894"
x1="869.39282"
y1="792.55859"
x2="869.03571"
y2="791.45148"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(3.9999993,1.9999276)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4888"
id="linearGradient4902"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(3.9999993,1.9999276)"
x1="869.39282"
y1="792.55859"
x2="869.03571"
y2="791.45148" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4888"
id="linearGradient4910"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(3.9999993,1.9999276)"
x1="869.39282"
y1="792.55859"
x2="869.03571"
y2="791.45148" />
<filter
inkscape:collect="always"
id="filter4920"
x="-0.081818182"
width="1.1636364"
y="-0.225"
height="1.45">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.375"
id="feGaussianBlur4922" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-7.3017804"
inkscape:cy="42.146987"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-866.57141,-770.36218)">
<image
y="770.36218"
x="821.57141"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAIAAACR5s1WAAAAA3NCSVQICAjb4U/gAAACiUlEQVRY he2YzW7TQBDHx7vj9QMQv4QV4hZF3BEfEm8AiJ4q9dhwopSWGyCl114r9Skq9dJzhRSpEKXJwREI pEoFH/wKHIYM63Vsbxzn49D/IVonnp1fZv87TtaJfnyHVUusGgBgTSCQR7d/fl9dD5aWuN0K/XsN E+LqenDz8xciCiGklFJKIYTjOABAr9XkTCSlRETXdT3P8zyv1//2/NFjEwIAEFEphYhyIp6iWnqd QwiBiMShlErl1S+IUSnlui4FUDEqcxgQVGPiyIWgSugc+qJUyD2Vg6YthyAOHWLOShgcQqR2ZQqC a6WU4mIIIT4cHtBEHz99tkx8ePCeBhSicxBKCQTbhyEQsRmGABBFURAENhAS8X4YAsB4POYQHSUX ghh5a7A3hZSICACImCSJ7/vlEPkh5RBcLnIDD8hKzFcKwTWfagIrCEbRL/Ub5oQwhNm3slkh4ywb iNJ7WGv2ADPUbra4X12cnWe/WW/QXzgEAByfnhBEdgm+XF4+e/LUcruWaq7liOO4FojcSmztbLuu QpRiWiXqVS5EZ7cTRREtx/7+u3BzEwBevXhZMFe72eLxxdl59oY8GxV5IgiCJEmklL7vc8srbpfH pyd5HxXYqAiCUkopG42GntumbecpjuNseAnETHq9s10tsE6IN7ud4XBI4729tzY2qh8CAIIgoH1r b6P6ITilDlHKsRbPjjuIicwfPAttz1YQq1IRxNKqMmU59EVZDkeuJ5ZpjlSzyvv72+0ejUajmebt do+4hc8GoR9LGCjcj+1lH5KCcF3XOB7RVeEJbhmS8oRxHGD86VicUhD6cUAtZ0WW+r8c7dZGr/91 0flYDzce8Ni5O0z9p7WA+Aukp3X5CI0EfwAAAABJRU5ErkJggg== "
height="44"
width="44" />
<rect
style="fill:#dbdfde;fill-opacity:1;stroke:none"
id="rect2998"
width="44"
height="44"
x="0"
y="0"
transform="translate(866.57141,770.36218)" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect3000"
width="38"
height="38"
x="869.57141"
y="773.36218"
rx="3" />
<rect
style="fill:url(#linearGradient3010);fill-opacity:1;stroke:none"
id="rect3002"
width="36"
height="36"
x="870.57141"
y="774.36218" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter4880);opacity:0.45"
id="rect4834"
width="3"
height="26"
x="879.57141"
y="780.36218" />
<rect
y="780.62219"
x="896.65283"
height="26"
width="3"
id="rect4884"
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter4880)" />
<g
id="g3808">
<rect
y="779.36218"
x="878.57141"
height="26"
width="3"
id="rect3012"
style="fill:url(#linearGradient3020);fill-opacity:1;stroke:none" />
<rect
transform="translate(866.57141,770.36218)"
y="9"
x="12"
height="2"
width="3"
id="rect3022"
style="fill:url(#linearGradient3030);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3804);fill-opacity:1;stroke:none"
id="rect3800"
width="3"
height="26"
x="895.57141"
y="779.36218" />
<rect
style="fill:url(#linearGradient3806);fill-opacity:1;stroke:none"
id="rect3802"
width="3"
height="2"
x="895.57141"
y="779.36218" />
</g>
<rect
style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter4920);opacity:0.45"
id="rect4918"
width="11"
height="4"
x="875.57141"
y="787.36218" />
<g
id="g4898"
transform="translate(7.9999989,-6.0000026)">
<rect
y="792.36218"
x="866.57141"
height="4"
width="11"
id="rect4886"
style="fill:url(#linearGradient4902);fill-opacity:1;stroke:none" />
<rect
y="793.36218"
x="867.57141"
height="2"
width="9"
id="rect4896"
style="fill:#929e9b;fill-opacity:1;stroke:none" />
</g>
<rect
y="791.33588"
x="892.38507"
height="4"
width="11"
id="rect4924"
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter4920)" />
<g
transform="translate(24.999999,-2.0000026)"
id="g4904">
<rect
style="fill:url(#linearGradient4910);fill-opacity:1;stroke:none"
id="rect4906"
width="11"
height="4"
x="866.57141"
y="792.36218" />
<rect
style="fill:#929e9b;fill-opacity:1;stroke:none"
id="rect4908"
width="9"
height="2"
x="867.57141"
y="793.36218" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1235" height="650">
<defs>
<polygon id="pt" points="-0.1624598481164531,0 0,-0.5 0.1624598481164531,0" transform="scale(0.0616)" fill="#FFF"/>
<g id="star"><use xlink:href="#pt" transform="rotate(-144)"/><use xlink:href="#pt" transform="rotate(-72)"/><use xlink:href="#pt"/><use xlink:href="#pt" transform="rotate(72)"/><use xlink:href="#pt" transform="rotate(144)"/></g>
<g id="s5"><use xlink:href="#star" x="-0.252"/><use xlink:href="#star" x="-0.126"/><use xlink:href="#star"/><use xlink:href="#star" x="0.126"/><use xlink:href="#star" x="0.252"/></g>
<g id="s6"><use xlink:href="#s5" x="-0.063"/><use xlink:href="#star" x="0.315"/></g>
<g id="x4"><use xlink:href="#s6"/><use xlink:href="#s5" y="0.054"/><use xlink:href="#s6" y="0.108"/><use xlink:href="#s5" y="0.162"/></g>
<g id="u"><use xlink:href="#x4" y="-0.216"/><use xlink:href="#x4"/><use xlink:href="#s6" y="0.216"/></g>
<rect id="stripe" width="1235" height="50" fill="#B22234"/>
</defs>
<rect width="1235" height="650" fill="#FFF"/><use xlink:href="#stripe"/><use xlink:href="#stripe" y="100"/><use xlink:href="#stripe" y="200"/><use xlink:href="#stripe" y="300"/><use xlink:href="#stripe" y="400"/><use xlink:href="#stripe" y="500"/><use xlink:href="#stripe" y="600"/><rect width="494" height="350" fill="#3C3B6E"/><use xlink:href="#u" transform="translate(247,175) scale(650)"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

View File

@ -0,0 +1,292 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="8"
height="256"
id="svg4477"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="base1-02.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\base1-02.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4479">
<linearGradient
inkscape:collect="always"
id="linearGradient3072">
<stop
style="stop-color:#e6e6e6;stop-opacity:1"
offset="0"
id="stop3074" />
<stop
style="stop-color:#4b4b4b;stop-opacity:1"
offset="1"
id="stop3076" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3013">
<stop
style="stop-color:#515151;stop-opacity:1"
offset="0"
id="stop3015" />
<stop
style="stop-color:#868686;stop-opacity:1"
offset="1"
id="stop3017" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3003">
<stop
style="stop-color:#e6e6e6;stop-opacity:1"
offset="0"
id="stop3005" />
<stop
style="stop-color:#a6a6a6;stop-opacity:1"
offset="1"
id="stop3007" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3003"
id="linearGradient3009"
x1="6"
y1="8"
x2="2"
y2="13"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3013"
id="linearGradient3019"
x1="3"
y1="12"
x2="5"
y2="9"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(0,239)"
inkscape:collect="always"
xlink:href="#linearGradient3013-7"
id="linearGradient3019-9"
x1="3"
y1="11.911612"
x2="4.9116116"
y2="9"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3013-7">
<stop
style="stop-color:#535353;stop-opacity:1"
offset="0"
id="stop3015-4" />
<stop
style="stop-color:#868686;stop-opacity:1"
offset="1"
id="stop3017-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3003-0"
id="linearGradient3009-7"
x1="6"
y1="8"
x2="2"
y2="13"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3003-0">
<stop
style="stop-color:#e6e6e6;stop-opacity:1"
offset="0"
id="stop3005-5" />
<stop
style="stop-color:#a6a6a6;stop-opacity:1"
offset="1"
id="stop3007-9" />
</linearGradient>
<linearGradient
gradientTransform="translate(0,239)"
y2="13"
x2="2"
y1="8"
x1="6"
gradientUnits="userSpaceOnUse"
id="linearGradient3041"
xlink:href="#linearGradient3003-0"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3072"
id="linearGradient3078"
x1="12.778174"
y1="121.41957"
x2="-0.47487372"
y2="121.90276"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-114"
inkscape:cy="133.38923"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:snap-bbox="true">
<inkscape:grid
type="xygrid"
id="grid5005"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata4482">
<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="original"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-721.71429,-627.2193)"
sodipodi:insensitive="true"
style="display:none">
<image
y="627.2193"
x="721.71429"
id="image4493"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAEACAIAAAABSaAFAAAAA3NCSVQICAjb4U/gAAAAhElEQVRY he3YsQ2AIBCF4dM4BQOwAfvQsBTTXM8GVPQUrGCBUWMspNP400Duy3GvvklV5e7Mt9XXwtIva+1e yjkfoKqlFBHx3l+/qrWOzBAR59y5bwNjTH+01gbj9qxHRwghxvgoFQAAAAAAAAAAAAAAAAAAAPA/ SCmdYRpe9n9srT4OK5jbM2dZDj60AAAAAElFTkSuQmCC "
height="256"
width="8" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="original2"
sodipodi:insensitive="true"
style="display:inline">
<image
y="0"
x="-13"
id="image4493-4"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAEACAIAAAABSaAFAAAAA3NCSVQICAjb4U/gAAAAhElEQVRY he3YsQ2AIBCF4dM4BQOwAfvQsBTTXM8GVPQUrGCBUWMspNP400Duy3GvvklV5e7Mt9XXwtIva+1e yjkfoKqlFBHx3l+/qrWOzBAR59y5bwNjTH+01gbj9qxHRwghxvgoFQAAAAAAAAAAAAAAAAAAAPA/ SCmdYRpe9n9srT4OK5jbM2dZDj60AAAAAElFTkSuQmCC "
height="256"
width="8" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="vector">
<rect
style="fill:#c0c0c0;fill-opacity:1;stroke:none"
id="rect5037"
width="8"
height="256"
x="0"
y="0" />
<g
id="g5053"
transform="translate(0,239)">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
id="rect5055"
width="4"
height="5"
x="2"
y="8" />
<rect
y="9"
x="2"
height="4"
width="3"
id="rect5057"
style="fill:#a6a6a6;fill-opacity:1;stroke:none" />
<rect
style="fill:#868686;fill-opacity:1;stroke:none"
id="rect5059"
width="2"
height="3"
x="3"
y="9" />
<rect
style="fill:#717171;fill-opacity:1;stroke:none"
id="rect5061"
width="1"
height="2"
x="3"
y="10" />
</g>
<rect
style="fill:url(#linearGradient3009);fill-opacity:1;stroke:none"
id="rect3001"
width="4"
height="5"
x="2"
y="8" />
<rect
style="fill:url(#linearGradient3019);fill-opacity:1;stroke:none"
id="rect3011"
width="2"
height="3"
x="3"
y="9" />
<rect
style="fill:url(#linearGradient3041);fill-opacity:1;stroke:none"
id="rect3001-3"
width="4"
height="5"
x="2"
y="247" />
<rect
style="fill:url(#linearGradient3019-9);fill-opacity:1;stroke:none"
id="rect3011-9"
width="2"
height="3"
x="3"
y="248" />
<rect
style="fill:url(#linearGradient3078);fill-opacity:1;stroke:none"
id="rect3070"
width="3"
height="231"
x="2"
y="15" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

View File

@ -0,0 +1,260 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="100"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="base1-04.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\base1-04.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3821">
<stop
style="stop-color:#808080;stop-opacity:1"
offset="0"
id="stop3823" />
<stop
id="stop3829"
offset="0.75368279"
style="stop-color:#6a6a6a;stop-opacity:1" />
<stop
style="stop-color:#d1d1d1;stop-opacity:1"
offset="1"
id="stop3825" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3803">
<stop
style="stop-color:#a7a7a7;stop-opacity:1"
offset="0"
id="stop3805" />
<stop
style="stop-color:#d1d1d1;stop-opacity:1"
offset="1"
id="stop3807" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3793">
<stop
style="stop-color:#a7a7a7;stop-opacity:1"
offset="0"
id="stop3795" />
<stop
style="stop-color:#d1d1d1;stop-opacity:1"
offset="1"
id="stop3797" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3793"
id="linearGradient3799"
x1="774.28571"
y1="539.21936"
x2="774.28571"
y2="537.21936"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(69.000037,2.9997266)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3803"
id="linearGradient3809"
x1="797.28571"
y1="559.21936"
x2="777.28571"
y2="547.21936"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(33.000004,0.99996965)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3803"
id="linearGradient3817"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(33.000004,0.99996965)"
x1="797.28571"
y1="559.21936"
x2="777.28571"
y2="547.21936" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3821"
id="linearGradient3827"
x1="30"
y1="8"
x2="30"
y2="15"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,2.1428584,802.28571,488.07646)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-2"
inkscape:cy="70.790883"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:snap-bbox="true">
<inkscape:grid
type="xygrid"
id="grid3001" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-802.28571,-505.21933)">
<rect
style="fill:#c0c0c0;fill-opacity:1;stroke:none"
id="rect3777"
width="64"
height="100"
x="802.28571"
y="505.21933"
ry="0" />
<image
y="505.21933"
x="733.28571"
id="image2993-4"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABkCAIAAAC5NqGpAAAAA3NCSVQICAjb4U/gAAABJUlEQVR4 nO3ZsW2EQBBAUWNt5IzM5C7kSqMa10ELJBsgp6ATCR1YLsHAwH2N9F8MaL4W9kDX9H3/ltk7PUCU ATQDaAbQDKCVdV3pGULSr0D6gGYcR3qGkPQrULZto2cISb8CBtAMoBlAM4BmAM0AmgE0A2gG0Mqt V2/b9vS5Oz/W7w2otZ4+t+u6PYfdG7BziIj0z4ABNANooV3o9DZfa71qg4puo/M8XzLHaelvIQNo BtAMoBlAC/0SRz64rhIKeMEH17/S30IG0AygpQ8owzDQM4Q0y7LQM4Skv4XSBxx+lfgaPg8d//N4 3nr99CtgAM0AmgE0A2gG0AygGUBrPr5/D51w9/v90eunXwEDaAbQDKAZQDOAZgDNAFr6v5jKNE30 DCF/QSYtzhhYFzsAAAAASUVORK5CYII= "
height="100"
width="64" />
<rect
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="rect3003"
width="64"
height="10"
x="802.28571"
y="505.21933" />
<rect
style="fill:#6a6a6a;fill-opacity:1;stroke:none"
id="rect3773"
width="64"
height="3"
x="802.28571"
y="515.21936" />
<rect
style="fill:#d1d1d1;fill-opacity:1;stroke:none"
id="rect3775"
width="64"
height="2"
x="802.28571"
y="518.21936" />
<rect
style="fill:#808080;fill-opacity:1;stroke:none"
id="rect3779"
width="64"
height="36"
x="802.28571"
y="567.21936" />
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
id="rect3789"
width="64"
height="36"
x="802.28571"
y="568.21936" />
<rect
style="fill:#0aa6fe;fill-opacity:1;stroke:none"
id="rect3781"
width="16"
height="16"
x="802.28571"
y="587.21936" />
<rect
y="571.21936"
x="818.28571"
height="16"
width="16"
id="rect3783"
style="fill:#0aa6fe;fill-opacity:1;stroke:none" />
<rect
style="fill:#0aa6fe;fill-opacity:1;stroke:none"
id="rect3785"
width="16"
height="16"
x="834.28571"
y="587.21936" />
<rect
y="571.21936"
x="850.28571"
height="16"
width="16"
id="rect3787"
style="fill:#0aa6fe;fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3799);fill-opacity:1;stroke:none"
id="rect3791"
width="20"
height="2"
x="833.28571"
y="540.21936" />
<g
id="g3813"
transform="translate(12.000004,-3.0351562e-5)">
<rect
y="548.21936"
x="810.28571"
height="12"
width="20"
id="rect3801"
style="fill:url(#linearGradient3817);fill-opacity:1;stroke:none" />
<rect
y="549.21936"
x="811.28571"
height="10"
width="18"
id="rect3811"
style="fill:#b6b6b6;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:url(#linearGradient3827);fill-opacity:1;stroke:none"
id="rect3819"
width="64.000008"
height="15.000009"
x="802.28571"
y="505.21933" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

View File

@ -0,0 +1,353 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="37"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="base1-05.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\base1-05.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
id="linearGradient3833">
<stop
style="stop-color:#c5c5c5;stop-opacity:1"
offset="0"
id="stop3835" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3837" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3823">
<stop
style="stop-color:#c5c5c5;stop-opacity:1"
offset="0"
id="stop3825" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3827" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3811">
<stop
style="stop-color:#c5c5c5;stop-opacity:1"
offset="0"
id="stop3813" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3815" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3801">
<stop
style="stop-color:#a8a8a8;stop-opacity:1"
offset="0"
id="stop3803" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3805" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3791">
<stop
style="stop-color:#a6a6a6;stop-opacity:1"
offset="0"
id="stop3793" />
<stop
style="stop-color:#c5c5c5;stop-opacity:1"
offset="1"
id="stop3795" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3791"
id="linearGradient3797"
x1="818.71429"
y1="825.14789"
x2="818.71429"
y2="822.14789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3801"
id="linearGradient3807"
x1="810.71429"
y1="815.14789"
x2="810.71429"
y2="808.14789"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.8571426,0,116.44991)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3811"
id="linearGradient3817"
x1="817.71429"
y1="799.14789"
x2="804.71429"
y2="790.14789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3823"
id="linearGradient3829"
x1="823.71429"
y1="795.14789"
x2="821.71429"
y2="795.14789"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3833"
id="linearGradient3839"
x1="29"
y1="3"
x2="29"
y2="5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99999778,0,0,1,793.71435,788.14789)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3823"
id="linearGradient3851"
gradientUnits="userSpaceOnUse"
x1="823.71429"
y1="795.14789"
x2="821.71429"
y2="795.14789" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3833"
id="linearGradient3853"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99999778,0,0,1,793.71435,788.14789)"
x1="29"
y1="3"
x2="29"
y2="5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3823"
id="linearGradient3861"
gradientUnits="userSpaceOnUse"
x1="823.71429"
y1="795.14789"
x2="821.71429"
y2="795.14789" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3833"
id="linearGradient3863"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99999778,0,0,1,793.71435,788.14789)"
x1="29"
y1="3"
x2="29"
y2="5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3811"
id="linearGradient3875"
gradientUnits="userSpaceOnUse"
x1="817.71429"
y1="799.14789"
x2="804.71429"
y2="790.14789" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-2"
inkscape:cy="18.683777"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:snap-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-793.71429,-788.14789)">
<image
y="788.14789"
x="727.71429"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAlCAIAAAB9MnhgAAAAA3NCSVQICAjb4U/gAAAAxElEQVRY he2WuwrEIBBFx2V+IoWFv+H/f0dSCCqIlfbZYmGbfbjLJNwIcyoFGe+B8WFijDQzN3QAKTxcsSzL L4VSSn9tfFTZsQARrev6fUHO2Tn3nG7bRkTOudeBpOxbTmkh7/2nweFMfwZUAI0KoDHDl/hxAw4Z 3ncnlR0LXJzpW0gF0KgAGhVAowJozL7v6AwiuLWGziCCe+/oDCLmFyiloDOI4BACOoMIttaiM4iY /h1QATQqgEYF0HCtFZ1BxPR/oTtQzUHX0Ul0ggAAAABJRU5ErkJggg== "
height="37"
width="64" />
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
id="rect3766"
width="64"
height="37"
x="0"
y="0"
transform="translate(793.71429,788.14789)" />
<rect
style="fill:#c5c5c5;fill-opacity:1;stroke:none"
id="rect3768"
width="64"
height="10"
x="793.71429"
y="814.14789" />
<rect
style="fill:url(#linearGradient3797);fill-opacity:1;stroke:none"
id="rect3789"
width="64"
height="3"
x="793.71429"
y="822.14789" />
<rect
style="fill:url(#linearGradient3807);fill-opacity:1;stroke:none"
id="rect3799"
width="64"
height="5.9999981"
x="793.71429"
y="809.14789" />
<g
id="g3865">
<rect
y="790.14789"
x="804.71429"
height="9"
width="13"
id="rect3809"
style="fill:url(#linearGradient3817);fill-opacity:1;stroke:none" />
<rect
transform="translate(793.71429,788.14789)"
y="3"
x="12"
height="7"
width="11"
id="rect3819"
style="fill:#dddddd;fill-opacity:1;stroke:none" />
</g>
<g
id="g3841">
<rect
y="791.14789"
x="821.71429"
height="7"
width="2"
id="rect3821"
style="fill:url(#linearGradient3829);fill-opacity:1;stroke:none" />
<rect
y="791.14789"
x="821.71429"
height="2"
width="1.9999956"
id="rect3831"
style="fill:url(#linearGradient3839);fill-opacity:1;stroke:none;opacity:1" />
</g>
<g
id="g3845"
transform="translate(2.9999956,1.8164062e-6)">
<rect
style="fill:url(#linearGradient3851);fill-opacity:1;stroke:none"
id="rect3847"
width="2"
height="7"
x="821.71429"
y="791.14789" />
<rect
style="fill:url(#linearGradient3853);fill-opacity:1;stroke:none"
id="rect3849"
width="1.9999956"
height="2"
x="821.71429"
y="791.14789" />
</g>
<g
transform="translate(5.9999956,1.8164062e-6)"
id="g3855">
<rect
y="791.14789"
x="821.71429"
height="7"
width="2"
id="rect3857"
style="fill:url(#linearGradient3861);fill-opacity:1;stroke:none" />
<rect
y="791.14789"
x="821.71429"
height="2"
width="1.9999956"
id="rect3859"
style="fill:url(#linearGradient3863);fill-opacity:1;stroke:none" />
</g>
<g
id="g3869"
transform="translate(28.999996,1.8164062e-6)">
<rect
style="fill:url(#linearGradient3875);fill-opacity:1;stroke:none"
id="rect3871"
width="13"
height="9"
x="804.71429"
y="790.14789" />
<rect
style="fill:#dddddd;fill-opacity:1;stroke:none"
id="rect3873"
width="11"
height="7"
x="12"
y="3"
transform="translate(793.71429,788.14789)" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,205 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="64"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="base1-06.svg"
inkscape:export-filename="C:\Documents and Settings\Administrator\Pulpit\base1-06.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3045">
<stop
style="stop-color:#555555;stop-opacity:1"
offset="0"
id="stop3047" />
<stop
id="stop3057"
offset="0.45910329"
style="stop-color:#555555;stop-opacity:1" />
<stop
id="stop3053"
offset="0.54328269"
style="stop-color:#383838;stop-opacity:1" />
<stop
style="stop-color:#646464;stop-opacity:1"
offset="0.61844283"
id="stop3055" />
<stop
style="stop-color:#646464;stop-opacity:1"
offset="1"
id="stop3049" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3031">
<stop
style="stop-color:#5f5f5f;stop-opacity:1"
offset="0"
id="stop3033" />
<stop
style="stop-color:#c5c5c5;stop-opacity:1"
offset="1"
id="stop3035" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3021">
<stop
style="stop-color:#363636;stop-opacity:1"
offset="0"
id="stop3023" />
<stop
style="stop-color:#808080;stop-opacity:1"
offset="1"
id="stop3025" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3021"
id="linearGradient3027"
x1="437.14285"
y1="630.07648"
x2="437.14285"
y2="627.07648"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3031"
id="linearGradient3037"
x1="8"
y1="47"
x2="8"
y2="45"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3031"
id="linearGradient3041"
gradientUnits="userSpaceOnUse"
x1="8"
y1="47"
x2="8"
y2="45"
gradientTransform="translate(429.14287,542.07647)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3045"
id="linearGradient3051"
x1="437.14285"
y1="566.07648"
x2="437.14285"
y2="587.07648"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-35.599458"
inkscape:cy="27.125"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="977"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-bbox="true">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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(-429.14285,-566.07648)">
<image
y="566.07648"
x="411.14285"
id="image2993"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABACAIAAACcH2DBAAAAA3NCSVQICAjb4U/gAAAAWUlEQVRI ie3UsQ3AQAgDwHzEIvSsQ820zEBJwSKZwYr0+iim9hV2wXL3C7kbShN8F8jMYMDMIHBg6V+ClZkY iAgIiKpC4MCVCAgIdgL+JQKCF0C6GwNVBYEHbzURdOAjAZ0AAAAASUVORK5CYII= "
height="64"
width="16" />
<rect
style="fill:#808080;fill-opacity:1;stroke:none"
id="rect3017"
width="16"
height="64"
x="0"
y="0"
transform="translate(429.14285,566.07648)" />
<rect
style="fill:url(#linearGradient3027);fill-opacity:1;stroke:none"
id="rect3019"
width="16"
height="3"
x="429.14285"
y="627.07648" />
<rect
style="fill:url(#linearGradient3037);fill-opacity:1;stroke:none"
id="rect3029"
width="16"
height="2"
x="0"
y="45"
transform="translate(429.14285,566.07648)" />
<rect
y="587.07648"
x="429.14285"
height="2"
width="16"
id="rect3039"
style="fill:url(#linearGradient3041);fill-opacity:1;stroke:none" />
<rect
style="fill:url(#linearGradient3051);fill-opacity:1;stroke:none"
id="rect3043"
width="16"
height="21"
x="429.14285"
y="566.07648" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

Some files were not shown because too many files have changed in this diff Show More