RxFPC:fix RxSwitch
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6304 8e941d3f-bd1b-0410-a28a-d453659cc2b4
BIN
components/rx/trunk/demos/RxContols/RxSwitch/project1.ico
Normal file
After Width: | Height: | Size: 134 KiB |
79
components/rx/trunk/demos/RxContols/RxSwitch/project1.lpi
Normal file
@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="11"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="project1"/>
|
||||
<Scaled Value="True"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<XPManifest>
|
||||
<DpiAware Value="True"/>
|
||||
</XPManifest>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
</BuildModes>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="0"/>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="rxnew"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item2>
|
||||
</RequiredPackages>
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="project1"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
<GraphicApplication Value="True"/>
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions Count="3">
|
||||
<Item1>
|
||||
<Name Value="EAbort"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Name Value="ECodetoolError"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Name Value="EFOpenError"/>
|
||||
</Item3>
|
||||
</Exceptions>
|
||||
</Debugging>
|
||||
</CONFIG>
|
22
components/rx/trunk/demos/RxContols/RxSwitch/project1.lpr
Normal file
@ -0,0 +1,22 @@
|
||||
program project1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, Unit1, rxnew
|
||||
{ you can add units after this };
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
RequireDerivedFormResource:=True;
|
||||
Application.Scaled:=True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
|
193
components/rx/trunk/demos/RxContols/RxSwitch/project1.lps
Normal file
@ -0,0 +1,193 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectSession>
|
||||
<Version Value="11"/>
|
||||
<BuildModes Active="Default"/>
|
||||
<Units Count="9">
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<WindowIndex Value="-1"/>
|
||||
<TopLine Value="-1"/>
|
||||
<CursorPos X="-1" Y="-1"/>
|
||||
<UsageCount Value="20"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
<CursorPos X="23" Y="16"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="82"/>
|
||||
<CursorPos X="16" Y="118"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.inc"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit3>
|
||||
<Unit4>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<EditorIndex Value="2"/>
|
||||
<TopLine Value="7723"/>
|
||||
<CursorPos X="23" Y="7755"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit4>
|
||||
<Unit5>
|
||||
<Filename Value="../../../rxcontrols/rxlclutils.pas"/>
|
||||
<EditorIndex Value="3"/>
|
||||
<TopLine Value="675"/>
|
||||
<CursorPos X="29" Y="683"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
<Filename Value="/home/install/source/fpcsrc/rtl/objpas/classes/streams.inc"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="957"/>
|
||||
<CursorPos Y="976"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit6>
|
||||
<Unit7>
|
||||
<Filename Value="/home/install/source/fpcsrc/rtl/objpas/classes/classesh.inc"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="1025"/>
|
||||
<CursorPos X="14" Y="1044"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit7>
|
||||
<Unit8>
|
||||
<Filename Value="/home/install/source/fpcsrc/rtl/inc/resh.inc"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="45"/>
|
||||
<CursorPos X="10" Y="64"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit8>
|
||||
</Units>
|
||||
<JumpHistory Count="27" HistoryIndex="26">
|
||||
<Position1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="16" Column="23"/>
|
||||
</Position2>
|
||||
<Position3>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="155" Column="12" TopLine="140"/>
|
||||
</Position3>
|
||||
<Position4>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="308" TopLine="290"/>
|
||||
</Position4>
|
||||
<Position5>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="177" Column="21" TopLine="164"/>
|
||||
</Position5>
|
||||
<Position6>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="94" Column="17" TopLine="76"/>
|
||||
</Position6>
|
||||
<Position7>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="168" Column="3" TopLine="163"/>
|
||||
</Position7>
|
||||
<Position8>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="71" Column="15" TopLine="54"/>
|
||||
</Position8>
|
||||
<Position9>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="7737" Column="47" TopLine="7725"/>
|
||||
</Position9>
|
||||
<Position10>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="1217" Column="12" TopLine="1198"/>
|
||||
</Position10>
|
||||
<Position11>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="3651" Column="35" TopLine="3619"/>
|
||||
</Position11>
|
||||
<Position12>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="7739" Column="12" TopLine="7706"/>
|
||||
</Position12>
|
||||
<Position13>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="311" Column="20" TopLine="294"/>
|
||||
</Position13>
|
||||
<Position14>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="7755" Column="23" TopLine="7723"/>
|
||||
</Position14>
|
||||
<Position15>
|
||||
<Filename Value="../../../rxcontrols/rxlclutils.pas"/>
|
||||
<Caret Line="85" Column="10" TopLine="66"/>
|
||||
</Position15>
|
||||
<Position16>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="320" Column="11" TopLine="294"/>
|
||||
</Position16>
|
||||
<Position17>
|
||||
<Filename Value="../../../rxdb/rxdbgrid.pas"/>
|
||||
<Caret Line="7755" Column="23" TopLine="7723"/>
|
||||
</Position17>
|
||||
<Position18>
|
||||
<Filename Value="../../../rxcontrols/rxlclutils.pas"/>
|
||||
<Caret Line="85" Column="10" TopLine="66"/>
|
||||
</Position18>
|
||||
<Position19>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="318" TopLine="294"/>
|
||||
</Position19>
|
||||
<Position20>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="319" TopLine="294"/>
|
||||
</Position20>
|
||||
<Position21>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="318" TopLine="294"/>
|
||||
</Position21>
|
||||
<Position22>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="317" Column="41" TopLine="294"/>
|
||||
</Position22>
|
||||
<Position23>
|
||||
<Filename Value="../../../rxcontrols/rxlclutils.pas"/>
|
||||
<Caret Line="683" Column="29" TopLine="675"/>
|
||||
</Position23>
|
||||
<Position24>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="317" Column="41" TopLine="294"/>
|
||||
</Position24>
|
||||
<Position25>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="319" Column="7" TopLine="294"/>
|
||||
</Position25>
|
||||
<Position26>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="320" Column="12" TopLine="301"/>
|
||||
</Position26>
|
||||
<Position27>
|
||||
<Filename Value="../../../rxcontrols/rxswitch.pas"/>
|
||||
<Caret Line="194" TopLine="175"/>
|
||||
</Position27>
|
||||
</JumpHistory>
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="0" ActiveMode=""/>
|
||||
</RunParams>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
BIN
components/rx/trunk/demos/RxContols/RxSwitch/project1.res
Normal file
19
components/rx/trunk/demos/RxContols/RxSwitch/unit1.lfm
Normal file
@ -0,0 +1,19 @@
|
||||
object Form1: TForm1
|
||||
Left = 385
|
||||
Height = 322
|
||||
Top = 265
|
||||
Width = 486
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 322
|
||||
ClientWidth = 486
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
object RxSwitch1: TRxSwitch
|
||||
Left = 192
|
||||
Height = 92
|
||||
Top = 72
|
||||
Width = 58
|
||||
Caption = 'RxSwitch1'
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
30
components/rx/trunk/demos/RxContols/RxSwitch/unit1.pas
Normal file
@ -0,0 +1,30 @@
|
||||
unit Unit1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, rxswitch;
|
||||
|
||||
type
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
TForm1 = class(TForm)
|
||||
RxSwitch1: TRxSwitch;
|
||||
private
|
||||
|
||||
public
|
||||
|
||||
end;
|
||||
|
||||
var
|
||||
Form1: TForm1;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.4 KiB |
@ -1,55 +0,0 @@
|
||||
/* XPM */
|
||||
static char *RXSWITCH_OFF[]={
|
||||
"32 48 4 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #808080",
|
||||
"a c #ffffff",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"....########################....",
|
||||
"....#aaaaaaaaaaaaaaaaaaaaaa#....",
|
||||
"....#a####################a#....",
|
||||
"....#a####################a#....",
|
||||
"....#a##aaaaaaaaaaaaaaa#b#a#....",
|
||||
"....#a#################bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#################bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....##aaa#########aaa#bbb#a#....",
|
||||
"....##aa#aaaaaaaa#aaa#bbb#a#....",
|
||||
"....#aaa#aaaaaaa#aaa#bbbb#a#....",
|
||||
"....#aa#aaaaaaaa#aaa#bbbb#a#....",
|
||||
"...#aaa#########aaa#bbbbb#a#....",
|
||||
"...#aaaaaaaaaaaaaaa#bbbbb#a#....",
|
||||
"..#aaaaaaaaaaaaaaa#bbbbbb#a#....",
|
||||
"..#################bbbbbb#a#....",
|
||||
"..#aaaaaaaaaaaaaaa#bbbbbb#a#....",
|
||||
"...#aaaaaaaaaaaaaaa#bbbbb#a#....",
|
||||
"....#aaaaaaaaaaaaaaa#bbbb#a#....",
|
||||
"....##aaaaaaaaaaaaaaa#bbb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a##aaaaaaaaaaaaaaa#b#a#....",
|
||||
"....#a####################a#....",
|
||||
"....#a####################a#....",
|
||||
"....#aaaaaaaaaaaaaaaaaaaaaa#....",
|
||||
"....########################....",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
@ -1,56 +0,0 @@
|
||||
/* XPM */
|
||||
static char *RXSWITCH_ON[]={
|
||||
"32 48 5 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #808080",
|
||||
"c c #ff0000",
|
||||
"a c #ffffff",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"....########################....",
|
||||
"....#aaaaaaaaaaaaaaaaaaaaaa#....",
|
||||
"....#a####################a#....",
|
||||
"....#a####################a#....",
|
||||
"....#a##aaaaaaaaaaaaaaa#b#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....##aaaaaaaaaaaaaaa#bbb#a#....",
|
||||
"....#aaaaaaaaaaaaaaa#bbbb#a#....",
|
||||
"...#aaaaaaaaaaaaaaa#bbbbb#a#....",
|
||||
"..#aaaaaaaaaaaaaaa#bbbbbb#a#....",
|
||||
"..#################bbbbbb#a#....",
|
||||
"..#aaaaaaaaaaaaaaa#bbbbbb#a#....",
|
||||
"...#aaaaaaaaaaaaaaa#bbbbb#a#....",
|
||||
"...#aaaaaaaaaaaaaaa#bbbbb#a#....",
|
||||
"....#aaaaaaaaaaaaaaa#bbbb#a#....",
|
||||
"....#aaaaaaaaaaaaaaa#bbbb#a#....",
|
||||
"....##aaaaaaaaaaaaaaa#bbb#a#....",
|
||||
"....##aaaaaaaaaaaaaaa#bbb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#################bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaa#########aaa#bb#a#....",
|
||||
"....#a#aaa#ccccccc#aaa#bb#a#....",
|
||||
"....#a#aaa#ccccccc#aaa#bb#a#....",
|
||||
"....#a#aaa#ccccccc#aaa#bb#a#....",
|
||||
"....#a#aaa#ccccccc#aaa#bb#a#....",
|
||||
"....#a#aaa#########aaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#aaaaaaaaaaaaaaa#bb#a#....",
|
||||
"....#a#################bb#a#....",
|
||||
"....#a#bbbbbbbbbbbbbbbb#b#a#....",
|
||||
"....#a##bbbbbbbbbbbbbbbb##a#....",
|
||||
"....#a####################a#....",
|
||||
"....#aaaaaaaaaaaaaaaaaaaaaa#....",
|
||||
"....########################....",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
@ -9,6 +9,5 @@ rm pickdate.rex
|
||||
/usr/local/share/lazarus/tools/lazres rx_lcl.res picDateEdit.png rxbtn_downarrow.png rx_range_h_back.png rx_range_h_sel.png rx_slader_bottom.png rx_slader_top.png rx_range_v_back.png rx_range_v_sel.png rx_slader_left.png rx_slader_right.png
|
||||
|
||||
/usr/local/share/lazarus/tools/lazres pickdate.res rx_next1.png rx_next2.png rx_prev1.png rx_prev2.png
|
||||
/usr/local/share/lazarus/tools/lazres rxswitch.res rxswitch_off.png rxswitch_on.png
|
||||
|
||||
#../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
|
||||
#../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm
|
||||
|
BIN
components/rx/trunk/images/componet_img/rxswitch_off.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
components/rx/trunk/images/componet_img/rxswitch_on.png
Normal file
After Width: | Height: | Size: 406 B |
@ -14,15 +14,15 @@
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
version="1.1"
|
||||
id="svg439"
|
||||
id="svg807"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="tdbcalcedit_rx.svg">
|
||||
<defs
|
||||
id="defs433">
|
||||
id="defs801">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
id="linearGradient238"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -90,7 +90,7 @@
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient562"
|
||||
id="linearGradient924"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -105,9 +105,9 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="20.628635"
|
||||
inkscape:cy="0.83811325"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="21.683039"
|
||||
inkscape:cy="14.586496"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
@ -118,7 +118,7 @@
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata436">
|
||||
id="metadata804">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
@ -133,18 +133,20 @@
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-290.64999)"
|
||||
sodipodi:insensitive="true">
|
||||
transform="translate(0,-290.64999)">
|
||||
<g
|
||||
id="g215"
|
||||
transform="matrix(0.5,0,0,0.5,0,290.64999)">
|
||||
transform="matrix(0.5,0,0,0.5,0,290.64999)"
|
||||
id="g510"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<rect
|
||||
y="0"
|
||||
y="284.29999"
|
||||
x="0"
|
||||
height="48"
|
||||
width="48"
|
||||
id="rect4670"
|
||||
style="fill:none;fill-rule:evenodd" />
|
||||
id="rect12"
|
||||
style="fill:none;fill-rule:evenodd"
|
||||
transform="translate(0,-284.29999)" />
|
||||
<g
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
@ -152,7 +154,7 @@
|
||||
id="g899"
|
||||
style="display:inline">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient562);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient924);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="ellipse880"
|
||||
cx="-20.919643"
|
||||
cy="1030.1925"
|
||||
@ -199,288 +201,249 @@
|
||||
cy="1012.1926"
|
||||
cx="-20.919643"
|
||||
id="ellipse868"
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient238);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-71.040515,-1029.2941)"
|
||||
id="text846"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
transform="translate(-97.05899,-1033.9995)"
|
||||
id="text846-8"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g203"
|
||||
transform="translate(-71.040515,-1029.2941)" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g205"
|
||||
transform="translate(-97.05899,-1033.9995)" />
|
||||
transform="matrix(0.99121443,0,0,0.99076354,1.131784,-994.12009)"
|
||||
id="g265"
|
||||
style="display:inline">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect842"
|
||||
width="9.6322289"
|
||||
height="9.6322527"
|
||||
x="34.952477"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect848"
|
||||
width="19.264458"
|
||||
height="9.6322289"
|
||||
x="15.688016"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1028.4882"
|
||||
x="18.440083"
|
||||
height="20.640505"
|
||||
width="22.016523"
|
||||
id="rect839"
|
||||
style="opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="2.7520895"
|
||||
width="20.64049"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect947"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect949"
|
||||
width="13.072311"
|
||||
height="11.008263"
|
||||
x="22.912189"
|
||||
y="1034.3364"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect951"
|
||||
width="9.6322355"
|
||||
height="2.0640371"
|
||||
x="24.632231"
|
||||
y="1035.3683"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect953"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect955"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect957"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect959"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect961"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect963"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect973"
|
||||
style="opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect975"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect837"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect843"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect845"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect847"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect849"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect851"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect853"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path863-9"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
</g>
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="34.952477"
|
||||
height="9.6322527"
|
||||
width="9.6322289"
|
||||
id="rect842"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="15.688016"
|
||||
height="9.6322289"
|
||||
width="19.264458"
|
||||
id="rect848"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect839"
|
||||
width="22.016523"
|
||||
height="20.640505"
|
||||
x="18.440083"
|
||||
y="1028.4882"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect836"
|
||||
width="20.64049"
|
||||
height="2.7520895"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect947"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1034.3364"
|
||||
x="22.912189"
|
||||
height="11.008263"
|
||||
width="13.072311"
|
||||
id="rect949"
|
||||
style="display:inline;opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1035.3683"
|
||||
x="24.632231"
|
||||
height="2.0640371"
|
||||
width="9.6322355"
|
||||
id="rect951"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect953"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect955"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect957"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect959"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect961"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect963"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect973"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect975"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect837"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect840"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect843"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect845"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect847"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect849"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect851"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect853"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<path
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
id="path863-9"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.98276818;image-rendering:auto"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.95829707;image-rendering:auto"
|
||||
id="use4930"
|
||||
width="30.5"
|
||||
width="29"
|
||||
height="19"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="5.0833335"
|
||||
rx="4.8333335"
|
||||
ry="4.75" />
|
||||
<text
|
||||
transform="scale(0.99166721,1.0084028)"
|
||||
id="text3848"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.34701538px;line-height:1.25;font-family:Calibri;-inkscape-font-specification:Calibri;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:24.2082119px;line-height:50.43377304px;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';opacity:0;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
id="tspan3846"
|
||||
sodipodi:role="line">Rx</tspan></text>
|
||||
</g>
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 20 KiB |
@ -14,15 +14,15 @@
|
||||
height="36"
|
||||
viewBox="0 0 36 36"
|
||||
version="1.1"
|
||||
id="svg308"
|
||||
id="svg682"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="tdbcalcedit_rx_150.svg">
|
||||
<defs
|
||||
id="defs302">
|
||||
id="defs676">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
id="linearGradient238"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -90,7 +90,7 @@
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient431"
|
||||
id="linearGradient799"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -105,9 +105,9 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="17.516968"
|
||||
inkscape:cy="33.87022"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="13.603303"
|
||||
inkscape:cy="9.9981962"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
@ -118,7 +118,7 @@
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata305">
|
||||
id="metadata679">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
@ -133,18 +133,20 @@
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-287.47498)"
|
||||
sodipodi:insensitive="true">
|
||||
transform="translate(0,-287.47498)">
|
||||
<g
|
||||
id="g215"
|
||||
transform="matrix(0.75,0,0,0.75,0,287.47498)">
|
||||
transform="matrix(0.75,0,0,0.75,0,287.47498)"
|
||||
id="g510"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<rect
|
||||
y="0"
|
||||
y="284.29999"
|
||||
x="0"
|
||||
height="48"
|
||||
width="48"
|
||||
id="rect4670"
|
||||
style="fill:none;fill-rule:evenodd" />
|
||||
id="rect12"
|
||||
style="fill:none;fill-rule:evenodd"
|
||||
transform="translate(0,-284.29999)" />
|
||||
<g
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
@ -152,7 +154,7 @@
|
||||
id="g899"
|
||||
style="display:inline">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient431);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient799);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="ellipse880"
|
||||
cx="-20.919643"
|
||||
cy="1030.1925"
|
||||
@ -199,288 +201,249 @@
|
||||
cy="1012.1926"
|
||||
cx="-20.919643"
|
||||
id="ellipse868"
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient238);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-71.040515,-1029.2941)"
|
||||
id="text846"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
transform="translate(-97.05899,-1033.9995)"
|
||||
id="text846-8"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g203"
|
||||
transform="translate(-71.040515,-1029.2941)" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g205"
|
||||
transform="translate(-97.05899,-1033.9995)" />
|
||||
transform="matrix(0.99121443,0,0,0.99076354,1.131784,-994.12009)"
|
||||
id="g265"
|
||||
style="display:inline">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect842"
|
||||
width="9.6322289"
|
||||
height="9.6322527"
|
||||
x="34.952477"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect848"
|
||||
width="19.264458"
|
||||
height="9.6322289"
|
||||
x="15.688016"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1028.4882"
|
||||
x="18.440083"
|
||||
height="20.640505"
|
||||
width="22.016523"
|
||||
id="rect839"
|
||||
style="opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="2.7520895"
|
||||
width="20.64049"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect947"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect949"
|
||||
width="13.072311"
|
||||
height="11.008263"
|
||||
x="22.912189"
|
||||
y="1034.3364"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect951"
|
||||
width="9.6322355"
|
||||
height="2.0640371"
|
||||
x="24.632231"
|
||||
y="1035.3683"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect953"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect955"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect957"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect959"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect961"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect963"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect973"
|
||||
style="opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect975"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect837"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect843"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect845"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect847"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect849"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect851"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect853"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path863-9"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
</g>
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="34.952477"
|
||||
height="9.6322527"
|
||||
width="9.6322289"
|
||||
id="rect842"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="15.688016"
|
||||
height="9.6322289"
|
||||
width="19.264458"
|
||||
id="rect848"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect839"
|
||||
width="22.016523"
|
||||
height="20.640505"
|
||||
x="18.440083"
|
||||
y="1028.4882"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect836"
|
||||
width="20.64049"
|
||||
height="2.7520895"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect947"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1034.3364"
|
||||
x="22.912189"
|
||||
height="11.008263"
|
||||
width="13.072311"
|
||||
id="rect949"
|
||||
style="display:inline;opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1035.3683"
|
||||
x="24.632231"
|
||||
height="2.0640371"
|
||||
width="9.6322355"
|
||||
id="rect951"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect953"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect955"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect957"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect959"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect961"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect963"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect973"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect975"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect837"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect840"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect843"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect845"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect847"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect849"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect851"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect853"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<path
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
id="path863-9"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.98276818;image-rendering:auto"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.95829707;image-rendering:auto"
|
||||
id="use4930"
|
||||
width="30.5"
|
||||
width="29"
|
||||
height="19"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="5.0833335"
|
||||
rx="4.8333335"
|
||||
ry="4.75" />
|
||||
<text
|
||||
transform="scale(0.99166721,1.0084028)"
|
||||
id="text3848"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.34701538px;line-height:1.25;font-family:Calibri;-inkscape-font-specification:Calibri;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:24.2082119px;line-height:50.43377304px;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';opacity:0;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
id="tspan3846"
|
||||
sodipodi:role="line">Rx</tspan></text>
|
||||
</g>
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 20 KiB |
@ -2,7 +2,6 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
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#"
|
||||
@ -14,33 +13,25 @@
|
||||
width="48"
|
||||
height="48"
|
||||
viewBox="0 0 48 48"
|
||||
id="svg4225"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="tdbcalcedit_rx_200.svg"
|
||||
inkscape:export-filename="D:\temp\rx\tdbcalcedit_rx_200.png"
|
||||
inkscape:export-filename="D:\temp\rx\work\tdbcalcedit_rx_200.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs4227">
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
osb:paint="solid"
|
||||
id="linearGradient826">
|
||||
<stop
|
||||
id="stop824"
|
||||
offset="0"
|
||||
style="stop-color:#e6e6e6;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
id="linearGradient908"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)" />
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
y1="1035.3622"
|
||||
x2="12"
|
||||
y2="1035.3622" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient914">
|
||||
@ -57,16 +48,6 @@
|
||||
offset="1"
|
||||
id="stop912" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1063.5316)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient936"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1057.5318)"
|
||||
y2="1035.3622"
|
||||
@ -77,10 +58,20 @@
|
||||
id="linearGradient932"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1063.5316)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient936"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
id="linearGradient238"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -117,40 +108,24 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.2760417"
|
||||
inkscape:cx="-6.6760188"
|
||||
inkscape:cy="16.818227"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="47.272041"
|
||||
inkscape:cy="25.33229"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer5"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1018"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:pagecheckerboard="false">
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4241" />
|
||||
id="grid10" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4230">
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
@ -164,17 +139,19 @@
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer5"
|
||||
inkscape:label="text"
|
||||
sodipodi:insensitive="true">
|
||||
inkscape:label="text">
|
||||
<g
|
||||
id="g215">
|
||||
id="g510"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<rect
|
||||
y="0"
|
||||
y="284.29999"
|
||||
x="0"
|
||||
height="48"
|
||||
width="48"
|
||||
id="rect4670"
|
||||
style="fill:none;fill-rule:evenodd" />
|
||||
id="rect12"
|
||||
style="fill:none;fill-rule:evenodd"
|
||||
transform="translate(0,-284.29999)" />
|
||||
<g
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
@ -182,7 +159,7 @@
|
||||
id="g899"
|
||||
style="display:inline">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient238);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="ellipse880"
|
||||
cx="-20.919643"
|
||||
cy="1030.1925"
|
||||
@ -229,288 +206,249 @@
|
||||
cy="1012.1926"
|
||||
cx="-20.919643"
|
||||
id="ellipse868"
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient908);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-71.040515,-1029.2941)"
|
||||
id="text846"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
transform="translate(-97.05899,-1033.9995)"
|
||||
id="text846-8"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g203"
|
||||
transform="translate(-71.040515,-1029.2941)" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="g205"
|
||||
transform="translate(-97.05899,-1033.9995)" />
|
||||
transform="matrix(0.99121443,0,0,0.99076354,1.131784,-994.12009)"
|
||||
id="g265"
|
||||
style="display:inline">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect842"
|
||||
width="9.6322289"
|
||||
height="9.6322527"
|
||||
x="34.952477"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect848"
|
||||
width="19.264458"
|
||||
height="9.6322289"
|
||||
x="15.688016"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1028.4882"
|
||||
x="18.440083"
|
||||
height="20.640505"
|
||||
width="22.016523"
|
||||
id="rect839"
|
||||
style="opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="2.7520895"
|
||||
width="20.64049"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect947"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect949"
|
||||
width="13.072311"
|
||||
height="11.008263"
|
||||
x="22.912189"
|
||||
y="1034.3364"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect951"
|
||||
width="9.6322355"
|
||||
height="2.0640371"
|
||||
x="24.632231"
|
||||
y="1035.3683"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect953"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect955"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect957"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect959"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect961"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect963"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect973"
|
||||
style="opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect975"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect837"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect843"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect845"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect847"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect849"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect851"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect853"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path863-9"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
</g>
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="34.952477"
|
||||
height="9.6322527"
|
||||
width="9.6322289"
|
||||
id="rect842"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="15.688016"
|
||||
height="9.6322289"
|
||||
width="19.264458"
|
||||
id="rect848"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect839"
|
||||
width="22.016523"
|
||||
height="20.640505"
|
||||
x="18.440083"
|
||||
y="1028.4882"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect836"
|
||||
width="20.64049"
|
||||
height="2.7520895"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect947"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1034.3364"
|
||||
x="22.912189"
|
||||
height="11.008263"
|
||||
width="13.072311"
|
||||
id="rect949"
|
||||
style="display:inline;opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1035.3683"
|
||||
x="24.632231"
|
||||
height="2.0640371"
|
||||
width="9.6322355"
|
||||
id="rect951"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect953"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect955"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect957"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect959"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect961"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect963"
|
||||
style="display:inline;opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect973"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect975"
|
||||
style="display:inline;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect837"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect840"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect843"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect845"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect847"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect849"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect851"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect853"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1041.5605"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<path
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
id="path863-9"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,-1004.3622)" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.98276818;image-rendering:auto"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.95829707;image-rendering:auto"
|
||||
id="use4930"
|
||||
width="30.5"
|
||||
width="29"
|
||||
height="19"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="5.0833335"
|
||||
rx="4.8333335"
|
||||
ry="4.75" />
|
||||
<text
|
||||
transform="scale(0.99166721,1.0084028)"
|
||||
id="text3848"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.34701538px;line-height:1.25;font-family:Calibri;-inkscape-font-specification:Calibri;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:24.2082119px;line-height:50.43377304px;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';opacity:0;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
y="17.529018"
|
||||
x="2.6212206"
|
||||
y="17.52902"
|
||||
x="2.6212204"
|
||||
id="tspan3846"
|
||||
sodipodi:role="line">Rx</tspan></text>
|
||||
</g>
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 20 KiB |
@ -2,7 +2,6 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
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#"
|
||||
@ -14,33 +13,22 @@
|
||||
width="48"
|
||||
height="48"
|
||||
viewBox="0 0 48 48"
|
||||
id="svg4225"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="tdbcalcedit_rx_200_src.svg"
|
||||
inkscape:export-filename="D:\temp\rx\tdbcalcedit_rx_200.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
sodipodi:docname="tdbcalcedit_rx_200_src.svg">
|
||||
<defs
|
||||
id="defs4227">
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
osb:paint="solid"
|
||||
id="linearGradient826">
|
||||
<stop
|
||||
id="stop824"
|
||||
offset="0"
|
||||
style="stop-color:#e6e6e6;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
id="linearGradient908"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)" />
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
y1="1035.3622"
|
||||
x2="12"
|
||||
y2="1035.3622" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient914">
|
||||
@ -57,16 +45,6 @@
|
||||
offset="1"
|
||||
id="stop912" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1063.5316)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient936"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1057.5318)"
|
||||
y2="1035.3622"
|
||||
@ -77,10 +55,20 @@
|
||||
id="linearGradient932"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
y2="1035.3622"
|
||||
x2="12"
|
||||
y1="1035.3622"
|
||||
x1="3"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1063.5316)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient936"
|
||||
xlink:href="#linearGradient914"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient914"
|
||||
id="linearGradient876"
|
||||
id="linearGradient238"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2,0,0,2,-36.919643,-1051.5318)"
|
||||
x1="3"
|
||||
@ -117,40 +105,24 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.104167"
|
||||
inkscape:cx="24"
|
||||
inkscape:cy="24"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="47.272041"
|
||||
inkscape:cy="25.33229"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g227"
|
||||
inkscape:current-layer="layer5"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1018"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:pagecheckerboard="false">
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4241" />
|
||||
id="grid10" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4230">
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
@ -162,28 +134,28 @@
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer6"
|
||||
inkscape:label="base"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-284.29999)"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:none;fill-rule:evenodd"
|
||||
id="rect4670"
|
||||
id="rect12"
|
||||
width="48"
|
||||
height="48"
|
||||
x="0"
|
||||
y="0" />
|
||||
y="284.29999" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="DB"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1004.3622)"
|
||||
style="display:inline"
|
||||
id="layer2"
|
||||
inkscape:label="db"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g899"
|
||||
transform="translate(36.919643,-0.83030476)"
|
||||
transform="translate(36.919643,-1005.1925)"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718">
|
||||
<ellipse
|
||||
@ -192,7 +164,7 @@
|
||||
cy="1030.1925"
|
||||
cx="-20.919643"
|
||||
id="ellipse880"
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient238);stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
ry="3.9169633"
|
||||
rx="10.988618"
|
||||
@ -229,272 +201,254 @@
|
||||
id="ellipse858"
|
||||
style="opacity:1;fill:#bdd1ec;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient908);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
style="opacity:1;fill:#80b3ff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient876);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="ellipse868"
|
||||
cx="-20.919643"
|
||||
cy="1012.1926"
|
||||
rx="11"
|
||||
ry="4" />
|
||||
</g>
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="text846"
|
||||
transform="translate(-71.040515,-24.931905)" />
|
||||
<g
|
||||
aria-label="7"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="text846-8"
|
||||
transform="translate(-97.05899,-29.637314)" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(0,-1004.3622)"
|
||||
id="g227"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer3"
|
||||
inkscape:label="calc"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
transform="translate(-71.040515,-24.931905)"
|
||||
id="g203"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<g
|
||||
transform="translate(-97.05899,-29.637314)"
|
||||
id="g205"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.66666698px;line-height:25px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
aria-label="7" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect842"
|
||||
width="9.6322289"
|
||||
height="9.6322527"
|
||||
x="34.952477"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect848"
|
||||
width="19.264458"
|
||||
height="9.6322289"
|
||||
x="15.688016"
|
||||
y="1020.2319"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1028.4882"
|
||||
x="18.440083"
|
||||
height="20.640505"
|
||||
width="22.016523"
|
||||
id="rect839"
|
||||
style="opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="2.7520895"
|
||||
width="20.64049"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect947"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="19.128099"
|
||||
y="1029.1761"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect949"
|
||||
width="13.072311"
|
||||
height="11.008263"
|
||||
x="22.912189"
|
||||
y="1034.3364"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect951"
|
||||
width="9.6322355"
|
||||
height="2.0640371"
|
||||
x="24.632231"
|
||||
y="1035.3683"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect953"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect955"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect957"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect959"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="24.632231"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect961"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect963"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="30.136362"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect973"
|
||||
style="opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect975"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect837"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect843"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect845"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect847"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1041.5605"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect849"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect851"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1038.8085"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<rect
|
||||
y="1041.5605"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect853"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path863-9"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
style="display:inline"
|
||||
id="g265"
|
||||
transform="matrix(0.99121443,0,0,0.99076354,1.131784,-994.12009)">
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="34.952477"
|
||||
height="9.6322527"
|
||||
width="9.6322289"
|
||||
id="rect842"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#999999;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1020.2319"
|
||||
x="15.688016"
|
||||
height="9.6322289"
|
||||
width="19.264458"
|
||||
id="rect848"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#7f9db9;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:url(#linearGradient841);fill-opacity:1;stroke:#3771c8;stroke-width:1.37603271;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect839"
|
||||
width="22.016523"
|
||||
height="20.640505"
|
||||
x="18.440083"
|
||||
y="1028.4882" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect836"
|
||||
width="20.64049"
|
||||
height="2.7520895"
|
||||
x="19.128099"
|
||||
y="1029.1761" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1029.1761"
|
||||
x="19.128099"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect947"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1034.3364"
|
||||
x="22.912189"
|
||||
height="11.008263"
|
||||
width="13.072311"
|
||||
id="rect949"
|
||||
style="opacity:1;fill:#e3dedb;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1035.3683"
|
||||
x="24.632231"
|
||||
height="2.0640371"
|
||||
width="9.6322355"
|
||||
id="rect951"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect953"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect955"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect957"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="24.632231"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect959"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect961"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="30.136362"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect963"
|
||||
style="opacity:1;fill:#483737;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect973"
|
||||
width="1.3760328"
|
||||
height="1.3760328"
|
||||
x="32.888435"
|
||||
y="1038.8085" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="32.888435"
|
||||
height="1.3760328"
|
||||
width="1.3760328"
|
||||
id="rect975"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.37603283;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="24.632231"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect840"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="27.384296"
|
||||
y="1038.8085" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="30.136362"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect843"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect845"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="24.632231"
|
||||
y="1041.5605" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1041.5605"
|
||||
x="27.384296"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect847"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect849"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="30.136362"
|
||||
y="1041.5605" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
y="1038.8085"
|
||||
x="32.888428"
|
||||
height="0.68801641"
|
||||
width="0.68801641"
|
||||
id="rect851"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68801641;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect853"
|
||||
width="0.68801641"
|
||||
height="0.68801641"
|
||||
x="32.888428"
|
||||
y="1041.5605" />
|
||||
<path
|
||||
inkscape:export-ydpi="104.53718"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 41.832641,1022.9841 -2.06405,2.064 -2.064049,-2.064 -0.688016,0.688 2.752065,2.752 2.752066,-2.752 z"
|
||||
id="path863-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer4"
|
||||
inkscape:label="cloud"
|
||||
style="display:inline;opacity:0.65"
|
||||
inkscape:label="text_matte"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
ry="4.75"
|
||||
rx="5.0833335"
|
||||
rx="4.8333335"
|
||||
y="1"
|
||||
x="1"
|
||||
height="19"
|
||||
width="30.5"
|
||||
width="29"
|
||||
id="use4930"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.98276818;image-rendering:auto"
|
||||
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke-width:0.95829707;image-rendering:auto"
|
||||
inkscape:export-xdpi="104.53718"
|
||||
inkscape:export-ydpi="104.53718" />
|
||||
</g>
|
||||
@ -506,14 +460,14 @@
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40.34701538px;line-height:1.25;font-family:Calibri;-inkscape-font-specification:Calibri;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
x="2.6212206"
|
||||
y="17.529018"
|
||||
x="2.6212204"
|
||||
y="17.52902"
|
||||
id="text3848"
|
||||
transform="scale(0.99166721,1.0084028)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3846"
|
||||
x="2.6212206"
|
||||
y="17.529018"
|
||||
x="2.6212204"
|
||||
y="17.52902"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:24.2082119px;line-height:50.43377304px;font-family:Calibri;-inkscape-font-specification:'Calibri Bold';opacity:0;fill:#ec15ec;fill-opacity:1;stroke:#0f001b;stroke-width:0.50433767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke">Rx</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
@ -1,117 +0,0 @@
|
||||
type
|
||||
TRxSwithBitmap1 = array [0..52] of PChar;
|
||||
TRxSwithBitmap2 = array [0..53] of PChar;
|
||||
const
|
||||
RXSWITCH_OFF : TRxSwithBitmap1 =
|
||||
(
|
||||
'32 48 4 1',
|
||||
'. c None',
|
||||
'# c #000000',
|
||||
'b c #808080',
|
||||
'a c #ffffff',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'....########################....',
|
||||
'....#aaaaaaaaaaaaaaaaaaaaaa#....',
|
||||
'....#a####################a#....',
|
||||
'....#a####################a#....',
|
||||
'....#a##aaaaaaaaaaaaaaa#b#a#....',
|
||||
'....#a#################bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#################bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....##aaa#########aaa#bbb#a#....',
|
||||
'....##aa#aaaaaaaa#aaa#bbb#a#....',
|
||||
'....#aaa#aaaaaaa#aaa#bbbb#a#....',
|
||||
'....#aa#aaaaaaaa#aaa#bbbb#a#....',
|
||||
'...#aaa#########aaa#bbbbb#a#....',
|
||||
'...#aaaaaaaaaaaaaaa#bbbbb#a#....',
|
||||
'..#aaaaaaaaaaaaaaa#bbbbbb#a#....',
|
||||
'..#################bbbbbb#a#....',
|
||||
'..#aaaaaaaaaaaaaaa#bbbbbb#a#....',
|
||||
'...#aaaaaaaaaaaaaaa#bbbbb#a#....',
|
||||
'....#aaaaaaaaaaaaaaa#bbbb#a#....',
|
||||
'....##aaaaaaaaaaaaaaa#bbb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a##aaaaaaaaaaaaaaa#b#a#....',
|
||||
'....#a####################a#....',
|
||||
'....#a####################a#....',
|
||||
'....#aaaaaaaaaaaaaaaaaaaaaa#....',
|
||||
'...########################.....',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................');
|
||||
|
||||
|
||||
RXSWITCH_ON : TRxSwithBitmap2 =
|
||||
(
|
||||
'32 48 5 1',
|
||||
'. c None',
|
||||
'# c #000000',
|
||||
'b c #808080',
|
||||
'c c #ff0000',
|
||||
'a c #ffffff',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'....########################....',
|
||||
'....#aaaaaaaaaaaaaaaaaaaaaa#....',
|
||||
'....#a####################a#....',
|
||||
'....#a####################a#....',
|
||||
'....#a##aaaaaaaaaaaaaaa#b#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....##aaaaaaaaaaaaaaa#bbb#a#....',
|
||||
'....#aaaaaaaaaaaaaaa#bbbb#a#....',
|
||||
'...#aaaaaaaaaaaaaaa#bbbbb#a#....',
|
||||
'..#aaaaaaaaaaaaaaa#bbbbbb#a#....',
|
||||
'..#################bbbbbb#a#....',
|
||||
'..#aaaaaaaaaaaaaaa#bbbbbb#a#....',
|
||||
'...#aaaaaaaaaaaaaaa#bbbbb#a#....',
|
||||
'...#aaaaaaaaaaaaaaa#bbbbb#a#....',
|
||||
'....#aaaaaaaaaaaaaaa#bbbb#a#....',
|
||||
'....#aaaaaaaaaaaaaaa#bbbb#a#....',
|
||||
'....##aaaaaaaaaaaaaaa#bbb#a#....',
|
||||
'....##aaaaaaaaaaaaaaa#bbb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#################bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaa#########aaa#bb#a#....',
|
||||
'....#a#aaa#ccccccc#aaa#bb#a#....',
|
||||
'....#a#aaa#ccccccc#aaa#bb#a#....',
|
||||
'....#a#aaa#ccccccc#aaa#bb#a#....',
|
||||
'....#a#aaa#ccccccc#aaa#bb#a#....',
|
||||
'....#a#aaa#########aaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#aaaaaaaaaaaaaaa#bb#a#....',
|
||||
'....#a#################bb#a#....',
|
||||
'....#a#bbbbbbbbbbbbbbbb#b#a#....',
|
||||
'....#a##bbbbbbbbbbbbbbbb##a#....',
|
||||
'....#a####################a#....',
|
||||
'....#aaaaaaaaaaaaaaaaaaaaaa#....',
|
||||
'....########################....',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................',
|
||||
'................................');
|
@ -150,7 +150,7 @@ type
|
||||
property OnOff: TNotifyEvent read FOnOff write FOnOff;
|
||||
end;
|
||||
|
||||
{$I RXSWITCH.INC}
|
||||
{$R rxswitch.res}
|
||||
|
||||
implementation
|
||||
|
||||
@ -294,7 +294,11 @@ begin
|
||||
end;
|
||||
|
||||
procedure TRxSwitch.SetSwitchGlyph(Index: TSwithState; Value: TBitmap);
|
||||
var
|
||||
S: String;
|
||||
B: TBitmap;
|
||||
begin
|
||||
FBitmaps[Index].Clear;
|
||||
if Value <> nil then
|
||||
begin
|
||||
FBitmaps[Index].Assign(Value);
|
||||
@ -303,11 +307,17 @@ begin
|
||||
else
|
||||
begin
|
||||
case Index of
|
||||
sw_off: FBitmaps[Index].Handle:=CreatePixmapIndirect(@RXSWITCH_OFF[0],
|
||||
GetSysColor(COLOR_BTNFACE));
|
||||
{ sw_off: FBitmaps[Index].Handle:=CreatePixmapIndirect(@RXSWITCH_OFF[0], GetSysColor(COLOR_BTNFACE));
|
||||
sw_on: FBitmaps[Index].Handle:=CreatePixmapIndirect(@RXSWITCH_ON[0],
|
||||
GetSysColor(COLOR_BTNFACE));
|
||||
GetSysColor(COLOR_BTNFACE));}
|
||||
sw_off:S:='rxswitch_off';
|
||||
sw_on:S:='rxswitch_on';
|
||||
else
|
||||
Exit;
|
||||
end;
|
||||
B:=CreateResBitmap(S);
|
||||
FBitmaps[Index].Assign(B);
|
||||
B.Free;
|
||||
Exclude(FUserBitmaps, Index);
|
||||
end;
|
||||
end;
|
||||
|
BIN
components/rx/trunk/rxcontrols/rxswitch.res
Normal file
@ -275,52 +275,52 @@ translate to Lazarus by alexs in 2005 - 2018"/>
|
||||
<UnitName Value="rxspin"/>
|
||||
</Item61>
|
||||
<Item62>
|
||||
<Filename Value="rxcontrols\rxswitch.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item62>
|
||||
<Item63>
|
||||
<Filename Value="rxcontrols\rxswitch.pas"/>
|
||||
<UnitName Value="rxswitch"/>
|
||||
</Item63>
|
||||
<Item64>
|
||||
</Item62>
|
||||
<Item63>
|
||||
<Filename Value="rxcontrols\rxsystemservices.pas"/>
|
||||
<UnitName Value="RxSystemServices"/>
|
||||
</Item64>
|
||||
<Item65>
|
||||
</Item63>
|
||||
<Item64>
|
||||
<Filename Value="rxcontrols\rxtbrsetup.pas"/>
|
||||
<UnitName Value="rxtbrsetup"/>
|
||||
</Item65>
|
||||
<Item66>
|
||||
</Item64>
|
||||
<Item65>
|
||||
<Filename Value="rxcontrols\rxtimeedit.pas"/>
|
||||
<UnitName Value="RxTimeEdit"/>
|
||||
</Item66>
|
||||
<Item67>
|
||||
</Item65>
|
||||
<Item66>
|
||||
<Filename Value="rxcontrols\rxtoolbar.pas"/>
|
||||
<UnitName Value="rxtoolbar"/>
|
||||
</Item67>
|
||||
<Item68>
|
||||
</Item66>
|
||||
<Item67>
|
||||
<Filename Value="rxcontrols\rxtooledit.pas"/>
|
||||
<UnitName Value="rxtooledit"/>
|
||||
</Item68>
|
||||
<Item69>
|
||||
</Item67>
|
||||
<Item68>
|
||||
<Filename Value="rxdb\rxdbgrid_popupfilterunit.pas"/>
|
||||
<UnitName Value="RxDBGrid_PopUpFilterUnit"/>
|
||||
</Item69>
|
||||
<Item70>
|
||||
</Item68>
|
||||
<Item69>
|
||||
<Filename Value="rxdb\rxdbverticalgrid.pas"/>
|
||||
<UnitName Value="rxdbverticalgrid"/>
|
||||
</Item70>
|
||||
<Item71>
|
||||
</Item69>
|
||||
<Item70>
|
||||
<Filename Value="rxcontrols\rxlclutils.pas"/>
|
||||
<UnitName Value="rxlclutils"/>
|
||||
</Item71>
|
||||
<Item72>
|
||||
</Item70>
|
||||
<Item71>
|
||||
<Filename Value="rxcontrols\rxrangesel.pas"/>
|
||||
<UnitName Value="RxRangeSel"/>
|
||||
</Item72>
|
||||
<Item73>
|
||||
</Item71>
|
||||
<Item72>
|
||||
<Filename Value="rxcontrols\rxxmlpropstorage.pas"/>
|
||||
<UnitName Value="RxXMLPropStorage"/>
|
||||
</Item72>
|
||||
<Item73>
|
||||
<Filename Value="rxcontrols\rxswitch.res"/>
|
||||
<Type Value="Binary"/>
|
||||
</Item73>
|
||||
</Files>
|
||||
<LazDoc Paths="docs;\usr\local\share\lazarus\components\rxnew\docs"/>
|
||||
|