Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinceliuice
ChromeOS-kde
Commits
032196e6
Commit
032196e6
authored
May 08, 2020
by
vinceliuice
🎧
Browse files
Fixed issues
parent
0f25681a
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Kvantum/ChromeOS-dark/ChromeOS-dark.kvconfig
View file @
032196e6
...
...
@@ -245,19 +245,18 @@ frame.right=1
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
frame.top=6
frame.bottom=6
frame.left=6
frame.right=6
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
frame.expansion=0
[ToolbarLineEdit]
frame.element=lineedit
interior.element=lineedit
[DropDownButton]
inherits=PanelButtonCommand
...
...
@@ -282,7 +281,7 @@ text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
indicator.size=
22
indicator.size=
16
frame.top=2
frame.bottom=2
frame.left=2
...
...
@@ -506,11 +505,10 @@ frame.expansion=0
inherits=PanelButtonCommand
frame.element=combo
interior.element=combo
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
frame.top=6
frame.bottom=6
frame.left=6
frame.right=6
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
...
...
@@ -518,7 +516,6 @@ text.margin.right=2
text.focus.color=white
text.press.color=#dfdfdf
text.toggle.color=white
frame.expansion=0
[GroupBox]
inherits=GenericFrame
...
...
Kvantum/ChromeOS-dark/ChromeOS-dark.svg
View file @
032196e6
This diff is collapsed.
Click to expand it.
install.sh
View file @
032196e6
#!/bin/bash
SRC_DIR
=
$(
cd
$(
dirname
$0
)
&&
pwd
)
AURORAE_DIR
=
"
$HOME
/.local/share/aurorae/themes"
SCHEMES_DIR
=
"
$HOME
/.local/share/color-schemes"
PLASMA_DIR
=
"
$HOME
/.local/share/plasma/desktoptheme"
LOOKFEEL_DIR
=
"
$HOME
/.local/share/plasma/look-and-feel"
LAYOUT_DIR
=
"
$HOME
/.local/share/plasma/layout-templates"
KVANTUM_DIR
=
"
$HOME
/.config/Kvantum"
ROOT_UID
=
0
# Destination directory
if
[
"
$UID
"
-eq
"
$ROOT_UID
"
]
;
then
AURORAE_DIR
=
"/usr/share/aurorae/themes"
SCHEMES_DIR
=
"/usr/share/color-schemes"
PLASMA_DIR
=
"/usr/share/plasma/desktoptheme"
LOOKFEEL_DIR
=
"/usr/share/plasma/look-and-feel"
KVANTUM_DIR
=
"/usr/share/Kvantum"
WALLPAPER_DIR
=
"/usr/share/wallpapers"
else
AURORAE_DIR
=
"
$HOME
/.local/share/aurorae/themes"
SCHEMES_DIR
=
"
$HOME
/.local/share/color-schemes"
PLASMA_DIR
=
"
$HOME
/.local/share/plasma/desktoptheme"
LOOKFEEL_DIR
=
"
$HOME
/.local/share/plasma/look-and-feel"
KVANTUM_DIR
=
"
$HOME
/.config/Kvantum"
WALLPAPER_DIR
=
"
$HOME
/.local/share/wallpapers"
fi
THEME_NAME
=
ChromeOS
[[
!
-d
${
AURORAE_DIR
}
]]
&&
mkdir
-p
${
AURORAE_DIR
}
[[
!
-d
${
SCHEMES_DIR
}
]]
&&
mkdir
-p
${
SCHEMES_DIR
}
[[
!
-d
${
PLASMA_DIR
}
]]
&&
mkdir
-p
${
PLASMA_DIR
}
[[
!
-d
${
LOOKFEEL_DIR
}
]]
&&
mkdir
-p
${
LOOKFEEL_DIR
}
[[
!
-d
${
KVANTUM_DIR
}
]]
&&
mkdir
-p
${
KVANTUM_DIR
}
[[
!
-d
${
WALLPAPER_DIR
}
]]
&&
mkdir
-p
${
WALLPAPER_DIR
}
install
()
{
local
name
=
${
1
}
mkdir
-p
${
AURORAE_DIR
}
mkdir
-p
${
SCHEMES_DIR
}
mkdir
-p
${
PLASMA_DIR
}
mkdir
-p
${
LOOKFEEL_DIR
}
mkdir
-p
${
LAYOUT_DIR
}
mkdir
-p
${
KVANTUM_DIR
}
cp
-r
${
SRC_DIR
}
/aurorae/
*
${
AURORAE_DIR
}
cp
-r
${
SRC_DIR
}
/color-schemes/
*
.colors
${
SCHEMES_DIR
}
cp
-r
${
SRC_DIR
}
/Kvantum/
*
${
KVANTUM_DIR
}
...
...
@@ -29,6 +40,7 @@ install() {
cp
-r
${
SRC_DIR
}
/color-schemes/
${
name
}
Dark.colors
${
PLASMA_DIR
}
/
${
name
}
/colors
cp
-r
${
SRC_DIR
}
/color-schemes/
${
name
}
Light.colors
${
PLASMA_DIR
}
/
${
name
}
-light
/colors
cp
-r
${
SRC_DIR
}
/plasma/look-and-feel/
*
${
LOOKFEEL_DIR
}
cp
-r
${
SRC_DIR
}
/wallpaper
${
WALLPAPER_DIR
}
/
${
name
}
}
echo
"Installing '
${
THEME_NAME
}
kde themes'..."
...
...
plasma/desktoptheme/ChromeOS-light/metadata.desktop
View file @
032196e6
...
...
@@ -15,3 +15,9 @@ enabled=false
contrast=0.2
intensity=0.4
saturation=1.7
[Wallpaper]
defaultWallpaperTheme=ChromeOS
defaultFileSuffix=.jpg
defaultWidth=1920
defaultHeight=1080
plasma/desktoptheme/ChromeOS/metadata.desktop
View file @
032196e6
...
...
@@ -15,3 +15,9 @@ enabled=false
contrast=0.2
intensity=0.4
saturation=1.7
[Wallpaper]
defaultWallpaperTheme=ChromeOS
defaultFileSuffix=.jpg
defaultWidth=1920
defaultHeight=1080
plasma/desktoptheme/ChromeOS/widgets/panel-background.svg
View file @
032196e6
...
...
@@ -14,7 +14,7 @@
viewBox=
"0 0 173 56"
id=
"svg200"
sodipodi:docname=
"panel-background.svg"
inkscape:version=
"0.92.
4 5da689c313, 2019-01-14
"
>
inkscape:version=
"0.92.
5 (2060ec1f9f, 2020-04-08)
"
>
<metadata
id=
"metadata204"
>
<rdf:RDF>
...
...
@@ -35,15 +35,15 @@
guidetolerance=
"10"
inkscape:pageopacity=
"0"
inkscape:pageshadow=
"2"
inkscape:window-width=
"1
366
"
inkscape:window-height=
"
700
"
inkscape:window-width=
"1
920
"
inkscape:window-height=
"
1018
"
id=
"namedview202"
showgrid=
"
tru
e"
inkscape:zoom=
"
3
9.
10
75"
inkscape:cx=
"6
7.22
0531"
inkscape:cy=
"
9.196028
6"
showgrid=
"
fals
e"
inkscape:zoom=
"9.
7768
75"
inkscape:cx=
"6
3.16
0531"
inkscape:cy=
"
31.0985
6"
inkscape:window-x=
"0"
inkscape:window-y=
"
0
"
inkscape:window-y=
"
32
"
inkscape:window-maximized=
"1"
inkscape:current-layer=
"svg200"
showguides=
"true"
...
...
@@ -398,7 +398,7 @@
<g
id=
"shadow-topleft"
transform=
"matrix(1.1666636,0,0,1.1666636,64.666609,-1086.753)"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<path
style=
"opacity:0.9;fill:url(#radialGradient994);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.33332396px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"M 32 -6 L 32 22 L 44 22 C 44 13.13604 51.136035 6 60 6 L 60 -6 L 32 -6 z "
...
...
@@ -408,7 +408,7 @@
<g
transform=
"matrix(-1.1666644,0,0,1.1666644,67.333351,-1086.7538)"
id=
"shadow-topright"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<path
style=
"opacity:0.9;fill:url(#radialGradient1019);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.33332539px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"M 72 -6 L 72 6 C 80.863966 6 88 13.136037 88 22 L 100 22 L 100 -6 L 72 -6 z "
...
...
@@ -418,7 +418,7 @@
<g
transform=
"matrix(-1.1666694,0,0,-1.1666694,67.333228,1142.7584)"
id=
"shadow-bottomright"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<path
style=
"opacity:0.9;fill:url(#radialGradient1031);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.3333354px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"M 88 34 C 88 42.863958 80.863965 50 72 50 L 72 62 L 100 62 L 100 34 L 88 34 z "
...
...
@@ -428,7 +428,7 @@
<g
transform=
"matrix(1.1666686,0,0,-1.1666686,64.666749,1142.7577)"
id=
"shadow-bottomleft"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<path
style=
"opacity:0.9;fill:url(#radialGradient1025);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.33333397px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"M 32 34 L 32 62 L 60 62 L 60 50 C 51.136035 50 44 42.863958 44 34 L 32 34 z "
...
...
@@ -570,7 +570,7 @@
<g
id=
"shadow-top"
transform=
"matrix(0.37500332,0,0,1.5555601,52.874889,-1403.4565)"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<rect
transform=
"matrix(0,-1,-1,0,0,0)"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
...
...
@@ -599,7 +599,7 @@
<g
id=
"shadow-bottom"
transform=
"matrix(0.37500332,0,0,2.3333314,52.874889,-2178.8433)"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<rect
y=
"-50.999985"
x=
"948.36218"
...
...
@@ -628,7 +628,7 @@
<g
id=
"shadow-left"
transform=
"matrix(2.333333,0,0,0.3750037,15.666664,-321.63921)"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<rect
y=
"916.36218"
x=
"-19.000004"
...
...
@@ -657,7 +657,7 @@
<g
id=
"shadow-right"
transform=
"matrix(2.3333292,0,0,0.37500392,-46.999699,-321.63941)"
style=
"opacity:0"
>
style=
"opacity:0
.05
"
>
<rect
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
id=
"rect4900"
...
...
plasma/desktoptheme/ChromeOS/widgets/tooltip.svg
View file @
032196e6
...
...
@@ -14,7 +14,7 @@
viewBox=
"0 0 173 56"
id=
"svg202"
sodipodi:docname=
"tooltip.svg"
inkscape:version=
"0.92.
4 5da689c313, 2019-01-14
"
>
inkscape:version=
"0.92.
5 (2060ec1f9f, 2020-04-08)
"
>
<metadata
id=
"metadata206"
>
<rdf:RDF>
...
...
@@ -35,17 +35,19 @@
guidetolerance=
"10"
inkscape:pageopacity=
"0"
inkscape:pageshadow=
"2"
inkscape:window-width=
"1
366
"
inkscape:window-height=
"
706
"
inkscape:window-width=
"1
920
"
inkscape:window-height=
"
1018
"
id=
"namedview204"
showgrid=
"
tru
e"
inkscape:zoom=
"
2.3788217
"
inkscape:cx=
"1
02.07455
"
inkscape:cy=
"
16.9006
73"
showgrid=
"
fals
e"
inkscape:zoom=
"
4.7576434
"
inkscape:cx=
"1
28.74436
"
inkscape:cy=
"
29.9327
73"
inkscape:window-x=
"0"
inkscape:window-y=
"32"
inkscape:window-maximized=
"1"
inkscape:current-layer=
"svg202"
>
inkscape:current-layer=
"svg202"
showguides=
"true"
inkscape:guide-bbox=
"true"
>
<inkscape:grid
type=
"xygrid"
id=
"grid1300"
/>
...
...
@@ -98,6 +100,51 @@
}
</style>
<defs
id=
"defs26"
>
<linearGradient
id=
"linearGradient950"
>
<stop
id=
"stop944"
offset=
"0"
style=
"stop-color:#000000;stop-opacity:0.66663194"
/>
<stop
style=
"stop-color:#000000;stop-opacity:0.15"
offset=
"0.53333485"
id=
"stop946"
/>
<stop
id=
"stop948"
offset=
"1"
style=
"stop-color:#000000;stop-opacity:0;"
/>
</linearGradient>
<linearGradient
id=
"linearGradient935"
>
<stop
style=
"stop-color:#000000;stop-opacity:0.66663194"
offset=
"0"
id=
"stop929"
/>
<stop
id=
"stop931"
offset=
"0.49999997"
style=
"stop-color:#000000;stop-opacity:0.33333333;"
/>
<stop
style=
"stop-color:#000000;stop-opacity:0;"
offset=
"1"
id=
"stop933"
/>
</linearGradient>
<linearGradient
id=
"linearGradient919"
>
<stop
style=
"stop-color:#000000;stop-opacity:0.66663194"
offset=
"0"
id=
"stop913"
/>
<stop
id=
"stop915"
offset=
"0.5625"
style=
"stop-color:#000000;stop-opacity:0.15"
/>
<stop
style=
"stop-color:#000000;stop-opacity:0;"
offset=
"1"
id=
"stop917"
/>
</linearGradient>
<linearGradient
id=
"a"
>
<stop
...
...
@@ -276,111 +323,163 @@
.ColorScheme-ButtonFocus{
color:#3daee9;
}
</style>
<radialGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"radialGradient1031"
gradientUnits=
"userSpaceOnUse"
gradientTransform=
"matrix(-1.8522317e-5,-3.6666615,2.9999986,-1.5154638e-5,-39.998541,1232.6952)"
cx=
"77"
cy=
"11.99998"
fx=
"77"
fy=
"11.99998"
r=
"6"
/>
<linearGradient
id=
"linearGradient4270"
inkscape:collect=
"always"
>
id=
"linearGradient4270"
>
<stop
id=
"stop4272"
offset=
"0"
style=
"stop-color:#000000;stop-opacity:0.66663194"
/>
<stop
style=
"stop-color:#000000;stop-opacity:0.33333333;"
offset=
"0.5"
id=
"stop911"
/>
<stop
id=
"stop4274"
offset=
"1"
style=
"stop-color:#000000;stop-opacity:0;"
/>
</linearGradient>
<radialGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"radialGradient1025"
gradientUnits=
"userSpaceOnUse"
gradientTransform=
"matrix(-1.8522317e-5,-3.6666615,2.9999986,-1.5154638e-5,-39.998541,1232.6952)"
cx=
"77"
cy=
"11.99998"
fx=
"77"
fy=
"11.99998"
r=
"6"
/>
<radialGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"radialGradient1019"
gradientUnits=
"userSpaceOnUse"
gradientTransform=
"matrix(-1.8522317e-5,-3.6666615,2.9999986,-1.5154638e-5,-39.998541,1232.6952)"
cx=
"77"
cy=
"11.99998"
fx=
"77"
fy=
"11.99998"
r=
"6"
/>
<linearGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"linearGradient4950"
gradientUnits=
"userSpaceOnUse"
x1=
"51"
y1=
"932.36218"
x2=
"59.999985"
y2=
"932.36212"
/>
<linearGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient
4270
"
xlink:href=
"#linearGradient
919
"
id=
"linearGradient4948"
gradientUnits=
"userSpaceOnUse"
x1=
"-1
9
"
x1=
"-1
6.000004
"
y1=
"932.36218"
x2=
"-10.000003"
y2=
"932.36212"
/>
<linearGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"linearGradient4934"
gradientUnits=
"userSpaceOnUse"
x1=
"948.36218"
y1=
"-35"
x2=
"959.36218"
y2=
"-35"
/>
x2=
"-8.0000019"
y2=
"932.36218"
/>
<radialGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient
4270
"
xlink:href=
"#linearGradient
919
"
id=
"radialGradient994"
gradientUnits=
"userSpaceOnUse"
gradientTransform=
"matrix(
-
1.
8522317
e-
5
,-
3
.66666
15
,2.
9999986,-1.5154638e-5,-39.998541,1232.6952
)"
cx=
"7
7
"
cy=
"
11
.9999
8
"
fx=
"7
7
"
fy=
"
11
.9999
8
"
gradientTransform=
"matrix(1.
1636765
e-
7
,-
2
.66666
64
,2.
6666668,1.1636731e-7,11.333332,221.35746
)"
cx=
"7
8.509056
"
cy=
"
9
.9999
962
"
fx=
"7
8.509056
"
fy=
"
9
.9999
962
"
r=
"6"
/>
<linearGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient4270"
id=
"linearGradient4920"
xlink:href=
"#linearGradient919"
id=
"linearGradient927"
x1=
"-10.000026"
y1=
"946.86218"
x2=
"-26.000027"
y2=
"946.86218"
gradientUnits=
"userSpaceOnUse"
x1=
"-916.36218"
y1=
"-35"
x2=
"-905.36218"
y2=
"-35"
gradientTransform=
"matrix(1.5000033,0,0,1,458.1841,0)"
/>
gradientTransform=
"matrix(1,0,0,0.85714286,0,135.76602)"
/>
<linearGradient
inkscape:collect=
"always"
xlink:href=
"#linearGradient919"
id=
"linearGradient942"
gradientUnits=
"userSpaceOnUse"
gradientTransform=
"matrix(0,1,-0.85714286,0,804.59613,954.36218)"
x1=
"-10.000026"
y1=
"946.86218"
x2=
"-26.000027"
y2=
"946.86218"
/>
</defs>
<g
id=
"shadow-topleft"
transform=
"translate(48.000026,-932.36217)"
style=
"opacity:0"
>
style=
"opacity:0
.35
"
>
<path
style=
"opacity:0.9;fill:url(#radialGradient994);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.99999714px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"m -28.000009,926.36217 v 23.99997 h 11.999983 c 0,-6.64797 5.352018,-11.99999 11.9999827,-11.99999 v -11.99998 z"
d=
"M 20,-6 V 12 H 32 C 32,8.676 34.676,6 38,6 V -6 Z"
transform=
"translate(-48.000026,932.36217)"
id=
"path4828"
inkscape:connector-curvature=
"0"
sodipodi:nodetypes=
"cccccc"
/>
<path
sodipodi:nodetypes=
"ccccc"
inkscape:connector-curvature=
"0"
id=
"path923"
d=
"m -28.000009,944.36217 v 5.99999 l 11.999992,10e-6 -9e-6,-6 z"
style=
"opacity:0.9;fill:url(#linearGradient927);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70710576px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
/>
<path
style=
"opacity:0.9;fill:url(#linearGradient942);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70710576px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d=
"m -4.000026,926.36217 h -5.99999 l -10e-6,12 6,-10e-6 z"
id=
"path940"
inkscape:connector-curvature=
"0"
sodipodi:nodetypes=
"ccccc"
/>
</g>
<g
id=
"shadow-left"
transform=
"matrix(1.9999998,0,0,0.62500133,5.9999971,-554.72761)"
style=
"opacity:0.35"
>
<rect
y=
"916.36218"
x=
"-19.000004"
height=
"32"
width=
"5.9999995"
id=
"rect4892"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
transform=
"scale(-1,1)"
/>
<rect
y=
"916.36218"
x=
"-13.000002"
height=
"32"
width=
"5.9999995"
id=
"rect4894"
style=
"opacity:0.9;fill:url(#linearGradient4948);fill-opacity:1;stroke:none"
transform=
"scale(-1,1)"
/>
<rect
transform=
"scale(-1,1)"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
id=
"rect4896"
width=
"1.0000019"
height=
"32.000023"
x=
"-14.000002"
y=
"916.36218"
/>
</g>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-topleft"
id=
"use952"
transform=
"rotate(90,54,28)"
width=
"100%"
height=
"100%"
/>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-left"
id=
"shadow-top"
transform=
"rotate(90,54.000005,28.00001)"
width=
"100%"
height=
"100%"
/>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-left"
id=
"shadow-right"
transform=
"matrix(-1,0,0,1,108,2.7102555e-5)"
width=
"100%"
height=
"100%"
/>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-topleft"
id=
"use958"
transform=
"rotate(-90,54,28)"
width=
"100%"
height=
"100%"
/>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-topleft"
id=
"use960"
transform=
"rotate(180,54.000004,28)"
width=
"100%"
height=
"100%"
/>
<use
x=
"0"
y=
"0"
xlink:href=
"#shadow-left"
id=
"shadow-bottom"
transform=
"rotate(-90,54.000011,27.999984)"
width=
"100%"
height=
"100%"
/>
<rect
style=
"fill:#ff6600"
x=
"0"
...
...
@@ -486,119 +585,6 @@
x=
"25.999998"
y=
"-38"
transform=
"rotate(90)"
/>
<g
id=
"shadow-top"
transform=
"matrix(0.62500001,0,0,1.3333333,32.125009,-1203.8163)"
style=
"opacity:0"
>
<rect
transform=
"matrix(0,-1,-1,0,0,0)"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
id=
"rect4820"
width=
"6"
height=
"32"
x=
"-916.36218"
y=
"-50.999985"
/>
<rect
transform=
"matrix(0,-1,-1,0,0,0)"
style=
"opacity:0.9;fill:url(#linearGradient4920);fill-opacity:1;stroke:none;stroke-width:1.22474623"
id=
"rect4822"
width=
"9.00002"
height=
"32"
x=
"-907.36218"
y=
"-50.999985"
/>
<rect
y=
"-50.999985"
x=
"-911.36218"
height=
"32"
width=
"0.99997741"
id=
"rect4824"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
transform=
"matrix(0,-1,-1,0,0,0)"
/>
</g>
<g
id=
"shadow-bottom"
transform=
"matrix(0.62500001,0,0,1.9999997,32.125009,-1858.7241)"
style=
"opacity:0"
>
<rect
y=
"-50.999985"
x=
"948.36218"
height=
"32"
width=
"6"
id=
"rect4856"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
transform=
"rotate(90)"
/>
<rect
y=
"-50.999985"
x=
"954.36218"
height=
"32"
width=
"6"
id=
"rect4858"
style=
"opacity:0.9;fill:url(#linearGradient4934);fill-opacity:1;stroke:none"
transform=
"rotate(90)"
/>
<rect
transform=
"rotate(90)"
style=
"opacity:1;fill:none;fill-opacity:1;stroke:none"
id=
"rect4860"
width=
"1.0000226"