Merge branch 'pr/1881'

This commit is contained in:
itsmattkc
2022-03-28 13:40:27 -07:00
79 changed files with 1316 additions and 560 deletions
+9
View File
@@ -84,6 +84,10 @@ QIcon icon::Diamond;
QIcon icon::Plus;
QIcon icon::Minus;
QIcon icon::AddEffect;
QIcon icon::EyeOpened;
QIcon icon::EyeClosed;
QIcon icon::LockOpened;
QIcon icon::LockClosed;
void icon::LoadAll(const QString& theme)
{
@@ -146,6 +150,11 @@ void icon::LoadAll(const QString& theme)
Plus = Create(theme, "plus");
Minus = Create(theme, "minus");
AddEffect = Create(theme, "add-effect");
EyeOpened = Create(theme, "eye-opened");
EyeClosed = Create(theme, "eye-closed");
LockOpened = Create(theme, "lock-opened");
LockClosed = Create(theme, "lock-closed");
}
QIcon icon::Create(const QString& theme, const QString &name)
+4
View File
@@ -96,6 +96,10 @@ extern QIcon Diamond;
extern QIcon Plus;
extern QIcon Minus;
extern QIcon AddEffect;
extern QIcon EyeOpened;
extern QIcon EyeClosed;
extern QIcon LockOpened;
extern QIcon LockClosed;
/**
* @brief Create an icon object loaded from file
+23 -7
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Olive - Non-Linear Video Editor
# Copyright (C) 2021 Olive Team
@@ -32,22 +32,38 @@ OUTPUT_SIZES=( 16 32 64 128 )
if [ $# -lt 1 ]
then
echo "Generates sized PNG icons from SVG files"
echo "Usage: $0 icon-pack-name"
echo "Usage: $0 [options] <icon-pack-name>"
echo
echo "Example: $0 olive-dark"
echo
echo "Options:"
echo " -l Skip existing files (only create files that don't exist)"
exit 1
fi
PACKNAME=$1
SVGDIR=$1/svg
PNGDIR=$1/png
SKIP_EXISTING=0
for var in "$@"
do
if [ "$var" == "-l" ]
then
SKIP_EXISTING=1
fi
done
PACKNAME="${@: -1}"
SVGDIR=$PACKNAME/svg
PNGDIR=$PACKNAME/png
mkdir -p $PNGDIR
OutputPng() {
inkscape --export-filename $2.png --export-width $s --export-height $s $1
convert $2.png -alpha set -background none -channel A -evaluate multiply 0.25 +channel $2.disabled.png
if [ $SKIP_EXISTING -eq 0 ] || [ ! -f "$2.png" ]; then
inkscape --export-filename $2.png --export-width $s --export-height $s $1
fi
if [ $SKIP_EXISTING -eq 0 ] || [ ! -f "$2.disabled.png" ]; then
convert $2.png -alpha set -background none -channel A -evaluate multiply 0.25 +channel $2.disabled.png
fi
}
for f in $SVGDIR/*.svg
-274
View File
@@ -1,274 +0,0 @@
<RCC>
<qresource prefix="/style/olive-dark">
<file>style.css</file>
<file>palette.ini</file>
<file>png/add-button.16.png</file>
<file>png/add-button.32.png</file>
<file>png/add-button.64.png</file>
<file>png/add-button.128.png</file>
<file>png/add-effect.16.png</file>
<file>png/add-effect.32.png</file>
<file>png/add-effect.64.png</file>
<file>png/add-effect.128.png</file>
<file>png/add-transition.16.png</file>
<file>png/add-transition.32.png</file>
<file>png/add-transition.64.png</file>
<file>png/add-transition.128.png</file>
<file>png/align-center.16.png</file>
<file>png/align-center.32.png</file>
<file>png/align-center.64.png</file>
<file>png/align-center.128.png</file>
<file>png/align-justify-all.16.png</file>
<file>png/align-justify-all.32.png</file>
<file>png/align-justify-all.64.png</file>
<file>png/align-justify-all.128.png</file>
<file>png/align-justify-center.16.png</file>
<file>png/align-justify-center.32.png</file>
<file>png/align-justify-center.64.png</file>
<file>png/align-justify-center.128.png</file>
<file>png/align-justify-left.16.png</file>
<file>png/align-justify-left.32.png</file>
<file>png/align-justify-left.64.png</file>
<file>png/align-justify-left.128.png</file>
<file>png/align-justify-right.16.png</file>
<file>png/align-justify-right.32.png</file>
<file>png/align-justify-right.64.png</file>
<file>png/align-justify-right.128.png</file>
<file>png/align-left.16.png</file>
<file>png/align-left.32.png</file>
<file>png/align-left.64.png</file>
<file>png/align-left.128.png</file>
<file>png/align-right.16.png</file>
<file>png/align-right.32.png</file>
<file>png/align-right.64.png</file>
<file>png/align-right.128.png</file>
<file>png/arrow.16.png</file>
<file>png/arrow.32.png</file>
<file>png/arrow.64.png</file>
<file>png/arrow.128.png</file>
<file>png/audiosource.16.png</file>
<file>png/audiosource.32.png</file>
<file>png/audiosource.64.png</file>
<file>png/audiosource.128.png</file>
<file>png/beam.16.png</file>
<file>png/beam.32.png</file>
<file>png/beam.64.png</file>
<file>png/beam.128.png</file>
<file>png/box.16.png</file>
<file>png/box.32.png</file>
<file>png/box.64.png</file>
<file>png/box.128.png</file>
<file>png/clock.16.png</file>
<file>png/clock.32.png</file>
<file>png/clock.64.png</file>
<file>png/clock.128.png</file>
<file>png/copy.16.png</file>
<file>png/copy.32.png</file>
<file>png/copy.64.png</file>
<file>png/copy.128.png</file>
<file>png/diamond.16.png</file>
<file>png/diamond.32.png</file>
<file>png/diamond.64.png</file>
<file>png/diamond.128.png</file>
<file>png/dirup.16.png</file>
<file>png/dirup.32.png</file>
<file>png/dirup.64.png</file>
<file>png/dirup.128.png</file>
<file>png/error.16.png</file>
<file>png/error.32.png</file>
<file>png/error.64.png</file>
<file>png/error.128.png</file>
<file>png/export.16.png</file>
<file>png/export.32.png</file>
<file>png/export.64.png</file>
<file>png/export.128.png</file>
<file>png/ff.16.png</file>
<file>png/ff.32.png</file>
<file>png/ff.64.png</file>
<file>png/ff.128.png</file>
<file>png/filter.16.png</file>
<file>png/filter.32.png</file>
<file>png/filter.64.png</file>
<file>png/filter.128.png</file>
<file>png/folder.16.png</file>
<file>png/folder.32.png</file>
<file>png/folder.64.png</file>
<file>png/folder.128.png</file>
<file>png/hand.16.png</file>
<file>png/hand.32.png</file>
<file>png/hand.64.png</file>
<file>png/hand.128.png</file>
<file>png/iconview.16.png</file>
<file>png/iconview.32.png</file>
<file>png/iconview.64.png</file>
<file>png/iconview.128.png</file>
<file>png/imagesource.16.png</file>
<file>png/imagesource.32.png</file>
<file>png/imagesource.64.png</file>
<file>png/imagesource.128.png</file>
<file>png/import.16.png</file>
<file>png/import.32.png</file>
<file>png/import.64.png</file>
<file>png/import.128.png</file>
<file>png/listview.16.png</file>
<file>png/listview.32.png</file>
<file>png/listview.64.png</file>
<file>png/listview.128.png</file>
<file>png/magnet.16.png</file>
<file>png/magnet.32.png</file>
<file>png/magnet.64.png</file>
<file>png/magnet.128.png</file>
<file>png/map.16.png</file>
<file>png/map.32.png</file>
<file>png/map.64.png</file>
<file>png/map.128.png</file>
<file>png/minus.16.png</file>
<file>png/minus.32.png</file>
<file>png/minus.64.png</file>
<file>png/minus.128.png</file>
<file>png/new.16.png</file>
<file>png/new.32.png</file>
<file>png/new.64.png</file>
<file>png/new.128.png</file>
<file>png/next.16.png</file>
<file>png/next.32.png</file>
<file>png/next.64.png</file>
<file>png/next.128.png</file>
<file>png/nodes_btt.16.png</file>
<file>png/nodes_btt.32.png</file>
<file>png/nodes_btt.64.png</file>
<file>png/nodes_btt.128.png</file>
<file>png/nodes_ltr.16.png</file>
<file>png/nodes_ltr.32.png</file>
<file>png/nodes_ltr.64.png</file>
<file>png/nodes_ltr.128.png</file>
<file>png/nodes_rtl.16.png</file>
<file>png/nodes_rtl.32.png</file>
<file>png/nodes_rtl.64.png</file>
<file>png/nodes_rtl.128.png</file>
<file>png/nodes_ttb.16.png</file>
<file>png/nodes_ttb.32.png</file>
<file>png/nodes_ttb.64.png</file>
<file>png/nodes_ttb.128.png</file>
<file>png/open.16.png</file>
<file>png/open.32.png</file>
<file>png/open.64.png</file>
<file>png/open.128.png</file>
<file>png/paste.16.png</file>
<file>png/paste.32.png</file>
<file>png/paste.64.png</file>
<file>png/paste.128.png</file>
<file>png/pause.16.png</file>
<file>png/pause.32.png</file>
<file>png/pause.64.png</file>
<file>png/pause.128.png</file>
<file>png/play.16.png</file>
<file>png/play.32.png</file>
<file>png/play.64.png</file>
<file>png/play.128.png</file>
<file>png/plus.16.png</file>
<file>png/plus.32.png</file>
<file>png/plus.64.png</file>
<file>png/plus.128.png</file>
<file>png/prev.16.png</file>
<file>png/prev.32.png</file>
<file>png/prev.64.png</file>
<file>png/prev.128.png</file>
<file>png/razor.16.png</file>
<file>png/razor.32.png</file>
<file>png/razor.64.png</file>
<file>png/razor.128.png</file>
<file>png/record.16.png</file>
<file>png/record.32.png</file>
<file>png/record.64.png</file>
<file>png/record.128.png</file>
<file>png/redo.16.png</file>
<file>png/redo.32.png</file>
<file>png/redo.64.png</file>
<file>png/redo.128.png</file>
<file>png/rew.16.png</file>
<file>png/rew.32.png</file>
<file>png/rew.64.png</file>
<file>png/rew.128.png</file>
<file>png/ripple.16.png</file>
<file>png/ripple.32.png</file>
<file>png/ripple.64.png</file>
<file>png/ripple.128.png</file>
<file>png/rolling.16.png</file>
<file>png/rolling.32.png</file>
<file>png/rolling.64.png</file>
<file>png/rolling.128.png</file>
<file>png/save.16.png</file>
<file>png/save.32.png</file>
<file>png/save.64.png</file>
<file>png/save.128.png</file>
<file>png/sequence.16.png</file>
<file>png/sequence.32.png</file>
<file>png/sequence.64.png</file>
<file>png/sequence.128.png</file>
<file>png/slide.16.png</file>
<file>png/slide.32.png</file>
<file>png/slide.64.png</file>
<file>png/slide.128.png</file>
<file>png/slip.16.png</file>
<file>png/slip.32.png</file>
<file>png/slip.64.png</file>
<file>png/slip.128.png</file>
<file>png/smooth_edges.16.png</file>
<file>png/smooth_edges.32.png</file>
<file>png/smooth_edges.64.png</file>
<file>png/smooth_edges.128.png</file>
<file>png/text-bold.16.png</file>
<file>png/text-bold.32.png</file>
<file>png/text-bold.64.png</file>
<file>png/text-bold.128.png</file>
<file>png/text-italic.16.png</file>
<file>png/text-italic.32.png</file>
<file>png/text-italic.64.png</file>
<file>png/text-italic.128.png</file>
<file>png/text-underline.16.png</file>
<file>png/text-underline.32.png</file>
<file>png/text-underline.64.png</file>
<file>png/text-underline.128.png</file>
<file>png/transition-tool.16.png</file>
<file>png/transition-tool.32.png</file>
<file>png/transition-tool.64.png</file>
<file>png/transition-tool.128.png</file>
<file>png/treeview.16.png</file>
<file>png/treeview.32.png</file>
<file>png/treeview.64.png</file>
<file>png/treeview.128.png</file>
<file>png/tri-down.16.png</file>
<file>png/tri-down.32.png</file>
<file>png/tri-down.64.png</file>
<file>png/tri-down.128.png</file>
<file>png/tri-left.16.png</file>
<file>png/tri-left.32.png</file>
<file>png/tri-left.64.png</file>
<file>png/tri-left.128.png</file>
<file>png/tri-right.16.png</file>
<file>png/tri-right.32.png</file>
<file>png/tri-right.64.png</file>
<file>png/tri-right.128.png</file>
<file>png/tri-up.16.png</file>
<file>png/tri-up.32.png</file>
<file>png/tri-up.64.png</file>
<file>png/tri-up.128.png</file>
<file>png/undo.16.png</file>
<file>png/undo.32.png</file>
<file>png/undo.64.png</file>
<file>png/undo.128.png</file>
<file>png/videosource.16.png</file>
<file>png/videosource.32.png</file>
<file>png/videosource.64.png</file>
<file>png/videosource.128.png</file>
<file>png/zoomin.16.png</file>
<file>png/zoomin.32.png</file>
<file>png/zoomin.64.png</file>
<file>png/zoomin.128.png</file>
<file>png/zoomout.16.png</file>
<file>png/zoomout.32.png</file>
<file>png/zoomout.64.png</file>
<file>png/zoomout.128.png</file>
</qresource>
</RCC>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 B

+150
View File
@@ -0,0 +1,150 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#ffffff"
pagecolor="#000000"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#ffffff"
opacity="0.05098039"
empcolor="#ffffff"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)"
style="display:inline">
<path
id="path4656"
style="color:#ffffff;fill:#ffffff;fill-opacity:0.86000001;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"
d="M 7.1015625 10.367188 C 6.2133457 10.375998 5.343087 10.756748 4.7832031 11.505859 C 4.4418649 11.962562 4.1196032 12.420679 3.8164062 12.876953 C 2.7123562 14.53841 2.7123492 17.461582 3.8164062 19.123047 C 8.6392861 26.38087 18.033493 34 32 34 C 45.966507 34 55.360714 26.38087 60.183594 19.123047 C 61.287651 17.461582 61.287644 14.53841 60.183594 12.876953 C 59.880397 12.42068 59.558136 11.962562 59.216797 11.505859 C 58.221448 10.174106 56.244933 10.004959 54.931641 11.025391 C 53.618345 12.045823 53.476598 13.862092 54.458984 15.203125 C 54.650557 15.464637 54.834798 15.725479 55.011719 15.986328 C 55.012819 15.993598 55.014972 15.9925 55.015625 16 C 55.015025 16.00747 55.012819 16.006372 55.011719 16.013672 C 51.066507 21.830412 43.640889 28 32 28 C 20.359111 28 12.933493 21.830412 8.9882812 16.013672 C 8.9871719 16.006394 8.985028 16.007513 8.984375 16 C 8.985028 15.9925 8.9871713 15.993598 8.9882812 15.986328 C 9.1652021 15.725479 9.349443 15.464636 9.5410156 15.203125 C 10.523402 13.862092 10.383608 12.045823 9.0703125 11.025391 C 8.4957468 10.578952 7.7923978 10.360335 7.1015625 10.367188 z " />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

+157
View File
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#ffffff"
pagecolor="#000000"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#ffffff"
opacity="0.05098039"
empcolor="#ffffff"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)"
style="display:inline">
<path
id="path3500"
style="fill:#ffffff;fill-opacity:0.86;stroke-width:10;stroke-linecap:round;stroke-linejoin:round"
d="M 32,-2 C 18.033441,-2 8.6386755,5.6197606 3.8157844,12.877609 2.7117308,14.539072 2.7117346,17.460936 3.8157952,19.122407 8.6386895,26.380251 18.033451,34 32,34 45.966557,34 55.361321,26.380242 60.184213,19.122395 61.288268,17.460931 61.288264,14.539061 60.184202,12.877588 55.361307,5.6197464 45.966546,-2 32,-2 Z m 0,4 C 39.731986,2 46,8.2680135 46,16 46,23.731986 39.731986,30 32,30 24.268014,30 18,23.731986 18,16 18,8.2680135 24.268014,2 32,2 Z"
class="UnoptimicedTransforms" />
<circle
style="fill:#ffffff;fill-opacity:0.86;stroke-width:10;stroke-linecap:round;stroke-linejoin:round"
id="path4005"
cx="32"
cy="16"
r="10" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

+160
View File
@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#ffffff"
pagecolor="#000000"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#ffffff"
opacity="0.05098039"
empcolor="#ffffff"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)">
<path
style="fill:#ffffff;fill-opacity:0.86;stroke-width:12.0001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.567442;stop-color:#ffffff"
id="rect4250"
width="48"
height="30"
x="8"
y="16"
sodipodi:type="rect"
d="m 12,16 h 40 a 4,4 45 0 1 4,4 v 22 a 4,4 135 0 1 -4,4 H 12 A 4,4 45 0 1 8,42 V 20 a 4,4 135 0 1 4,-4 z"
inkscape:path-effect="#path-effect4670" />
<path
id="path4304"
style="fill:none;fill-opacity:0.86;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.86;stop-color:#ffffff"
d="M 20,16.067244 V 11 c 0,-6.5299769 5.372584,-11.8235691 12,-11.8235691 6.627417,0 12,5.2935922 12,11.8235691 v 5.067244"
sodipodi:nodetypes="csssc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

+160
View File
@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#ffffff"
pagecolor="#000000"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#ffffff"
opacity="0.05098039"
empcolor="#ffffff"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)">
<path
style="fill:#ffffff;fill-opacity:0.86;stroke-width:12.0001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.567442;stop-color:#ffffff"
id="rect4250"
width="48"
height="30"
x="8"
y="16"
sodipodi:type="rect"
d="m 12,16 h 40 a 4,4 45 0 1 4,4 v 22 a 4,4 135 0 1 -4,4 H 12 A 4,4 45 0 1 8,42 V 20 a 4,4 135 0 1 4,-4 z"
inkscape:path-effect="#path-effect4670" />
<path
id="path4304"
style="fill:none;fill-opacity:0.86;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.86;stop-color:#ffffff"
d="M 20,7.067244 V 2 c 0,-6.5299769 5.372584,-11.8235691 12,-11.8235691 6.627417,0 12,5.2935922 12,11.8235691 v 14"
sodipodi:nodetypes="csssc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

-274
View File
@@ -1,274 +0,0 @@
<RCC>
<qresource prefix="/style/olive-light">
<file>style.css</file>
<file>palette.ini</file>
<file>png/add-button.16.png</file>
<file>png/add-button.32.png</file>
<file>png/add-button.64.png</file>
<file>png/add-button.128.png</file>
<file>png/add-effect.16.png</file>
<file>png/add-effect.32.png</file>
<file>png/add-effect.64.png</file>
<file>png/add-effect.128.png</file>
<file>png/add-transition.16.png</file>
<file>png/add-transition.32.png</file>
<file>png/add-transition.64.png</file>
<file>png/add-transition.128.png</file>
<file>png/align-center.16.png</file>
<file>png/align-center.32.png</file>
<file>png/align-center.64.png</file>
<file>png/align-center.128.png</file>
<file>png/align-justify-all.16.png</file>
<file>png/align-justify-all.32.png</file>
<file>png/align-justify-all.64.png</file>
<file>png/align-justify-all.128.png</file>
<file>png/align-justify-center.16.png</file>
<file>png/align-justify-center.32.png</file>
<file>png/align-justify-center.64.png</file>
<file>png/align-justify-center.128.png</file>
<file>png/align-justify-left.16.png</file>
<file>png/align-justify-left.32.png</file>
<file>png/align-justify-left.64.png</file>
<file>png/align-justify-left.128.png</file>
<file>png/align-justify-right.16.png</file>
<file>png/align-justify-right.32.png</file>
<file>png/align-justify-right.64.png</file>
<file>png/align-justify-right.128.png</file>
<file>png/align-left.16.png</file>
<file>png/align-left.32.png</file>
<file>png/align-left.64.png</file>
<file>png/align-left.128.png</file>
<file>png/align-right.16.png</file>
<file>png/align-right.32.png</file>
<file>png/align-right.64.png</file>
<file>png/align-right.128.png</file>
<file>png/arrow.16.png</file>
<file>png/arrow.32.png</file>
<file>png/arrow.64.png</file>
<file>png/arrow.128.png</file>
<file>png/audiosource.16.png</file>
<file>png/audiosource.32.png</file>
<file>png/audiosource.64.png</file>
<file>png/audiosource.128.png</file>
<file>png/beam.16.png</file>
<file>png/beam.32.png</file>
<file>png/beam.64.png</file>
<file>png/beam.128.png</file>
<file>png/box.16.png</file>
<file>png/box.32.png</file>
<file>png/box.64.png</file>
<file>png/box.128.png</file>
<file>png/clock.16.png</file>
<file>png/clock.32.png</file>
<file>png/clock.64.png</file>
<file>png/clock.128.png</file>
<file>png/copy.16.png</file>
<file>png/copy.32.png</file>
<file>png/copy.64.png</file>
<file>png/copy.128.png</file>
<file>png/diamond.16.png</file>
<file>png/diamond.32.png</file>
<file>png/diamond.64.png</file>
<file>png/diamond.128.png</file>
<file>png/dirup.16.png</file>
<file>png/dirup.32.png</file>
<file>png/dirup.64.png</file>
<file>png/dirup.128.png</file>
<file>png/error.16.png</file>
<file>png/error.32.png</file>
<file>png/error.64.png</file>
<file>png/error.128.png</file>
<file>png/export.16.png</file>
<file>png/export.32.png</file>
<file>png/export.64.png</file>
<file>png/export.128.png</file>
<file>png/ff.16.png</file>
<file>png/ff.32.png</file>
<file>png/ff.64.png</file>
<file>png/ff.128.png</file>
<file>png/filter.16.png</file>
<file>png/filter.32.png</file>
<file>png/filter.64.png</file>
<file>png/filter.128.png</file>
<file>png/folder.16.png</file>
<file>png/folder.32.png</file>
<file>png/folder.64.png</file>
<file>png/folder.128.png</file>
<file>png/hand.16.png</file>
<file>png/hand.32.png</file>
<file>png/hand.64.png</file>
<file>png/hand.128.png</file>
<file>png/iconview.16.png</file>
<file>png/iconview.32.png</file>
<file>png/iconview.64.png</file>
<file>png/iconview.128.png</file>
<file>png/imagesource.16.png</file>
<file>png/imagesource.32.png</file>
<file>png/imagesource.64.png</file>
<file>png/imagesource.128.png</file>
<file>png/import.16.png</file>
<file>png/import.32.png</file>
<file>png/import.64.png</file>
<file>png/import.128.png</file>
<file>png/listview.16.png</file>
<file>png/listview.32.png</file>
<file>png/listview.64.png</file>
<file>png/listview.128.png</file>
<file>png/magnet.16.png</file>
<file>png/magnet.32.png</file>
<file>png/magnet.64.png</file>
<file>png/magnet.128.png</file>
<file>png/map.16.png</file>
<file>png/map.32.png</file>
<file>png/map.64.png</file>
<file>png/map.128.png</file>
<file>png/minus.16.png</file>
<file>png/minus.32.png</file>
<file>png/minus.64.png</file>
<file>png/minus.128.png</file>
<file>png/new.16.png</file>
<file>png/new.32.png</file>
<file>png/new.64.png</file>
<file>png/new.128.png</file>
<file>png/next.16.png</file>
<file>png/next.32.png</file>
<file>png/next.64.png</file>
<file>png/next.128.png</file>
<file>png/nodes_btt.16.png</file>
<file>png/nodes_btt.32.png</file>
<file>png/nodes_btt.64.png</file>
<file>png/nodes_btt.128.png</file>
<file>png/nodes_ltr.16.png</file>
<file>png/nodes_ltr.32.png</file>
<file>png/nodes_ltr.64.png</file>
<file>png/nodes_ltr.128.png</file>
<file>png/nodes_rtl.16.png</file>
<file>png/nodes_rtl.32.png</file>
<file>png/nodes_rtl.64.png</file>
<file>png/nodes_rtl.128.png</file>
<file>png/nodes_ttb.16.png</file>
<file>png/nodes_ttb.32.png</file>
<file>png/nodes_ttb.64.png</file>
<file>png/nodes_ttb.128.png</file>
<file>png/open.16.png</file>
<file>png/open.32.png</file>
<file>png/open.64.png</file>
<file>png/open.128.png</file>
<file>png/paste.16.png</file>
<file>png/paste.32.png</file>
<file>png/paste.64.png</file>
<file>png/paste.128.png</file>
<file>png/pause.16.png</file>
<file>png/pause.32.png</file>
<file>png/pause.64.png</file>
<file>png/pause.128.png</file>
<file>png/play.16.png</file>
<file>png/play.32.png</file>
<file>png/play.64.png</file>
<file>png/play.128.png</file>
<file>png/plus.16.png</file>
<file>png/plus.32.png</file>
<file>png/plus.64.png</file>
<file>png/plus.128.png</file>
<file>png/prev.16.png</file>
<file>png/prev.32.png</file>
<file>png/prev.64.png</file>
<file>png/prev.128.png</file>
<file>png/razor.16.png</file>
<file>png/razor.32.png</file>
<file>png/razor.64.png</file>
<file>png/razor.128.png</file>
<file>png/record.16.png</file>
<file>png/record.32.png</file>
<file>png/record.64.png</file>
<file>png/record.128.png</file>
<file>png/redo.16.png</file>
<file>png/redo.32.png</file>
<file>png/redo.64.png</file>
<file>png/redo.128.png</file>
<file>png/rew.16.png</file>
<file>png/rew.32.png</file>
<file>png/rew.64.png</file>
<file>png/rew.128.png</file>
<file>png/ripple.16.png</file>
<file>png/ripple.32.png</file>
<file>png/ripple.64.png</file>
<file>png/ripple.128.png</file>
<file>png/rolling.16.png</file>
<file>png/rolling.32.png</file>
<file>png/rolling.64.png</file>
<file>png/rolling.128.png</file>
<file>png/save.16.png</file>
<file>png/save.32.png</file>
<file>png/save.64.png</file>
<file>png/save.128.png</file>
<file>png/sequence.16.png</file>
<file>png/sequence.32.png</file>
<file>png/sequence.64.png</file>
<file>png/sequence.128.png</file>
<file>png/slide.16.png</file>
<file>png/slide.32.png</file>
<file>png/slide.64.png</file>
<file>png/slide.128.png</file>
<file>png/slip.16.png</file>
<file>png/slip.32.png</file>
<file>png/slip.64.png</file>
<file>png/slip.128.png</file>
<file>png/smooth_edges.16.png</file>
<file>png/smooth_edges.32.png</file>
<file>png/smooth_edges.64.png</file>
<file>png/smooth_edges.128.png</file>
<file>png/text-bold.16.png</file>
<file>png/text-bold.32.png</file>
<file>png/text-bold.64.png</file>
<file>png/text-bold.128.png</file>
<file>png/text-italic.16.png</file>
<file>png/text-italic.32.png</file>
<file>png/text-italic.64.png</file>
<file>png/text-italic.128.png</file>
<file>png/text-underline.16.png</file>
<file>png/text-underline.32.png</file>
<file>png/text-underline.64.png</file>
<file>png/text-underline.128.png</file>
<file>png/transition-tool.16.png</file>
<file>png/transition-tool.32.png</file>
<file>png/transition-tool.64.png</file>
<file>png/transition-tool.128.png</file>
<file>png/treeview.16.png</file>
<file>png/treeview.32.png</file>
<file>png/treeview.64.png</file>
<file>png/treeview.128.png</file>
<file>png/tri-down.16.png</file>
<file>png/tri-down.32.png</file>
<file>png/tri-down.64.png</file>
<file>png/tri-down.128.png</file>
<file>png/tri-left.16.png</file>
<file>png/tri-left.32.png</file>
<file>png/tri-left.64.png</file>
<file>png/tri-left.128.png</file>
<file>png/tri-right.16.png</file>
<file>png/tri-right.32.png</file>
<file>png/tri-right.64.png</file>
<file>png/tri-right.128.png</file>
<file>png/tri-up.16.png</file>
<file>png/tri-up.32.png</file>
<file>png/tri-up.64.png</file>
<file>png/tri-up.128.png</file>
<file>png/undo.16.png</file>
<file>png/undo.32.png</file>
<file>png/undo.64.png</file>
<file>png/undo.128.png</file>
<file>png/videosource.16.png</file>
<file>png/videosource.32.png</file>
<file>png/videosource.64.png</file>
<file>png/videosource.128.png</file>
<file>png/zoomin.16.png</file>
<file>png/zoomin.32.png</file>
<file>png/zoomin.64.png</file>
<file>png/zoomin.128.png</file>
<file>png/zoomout.16.png</file>
<file>png/zoomout.32.png</file>
<file>png/zoomout.64.png</file>
<file>png/zoomout.128.png</file>
</qresource>
</RCC>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+150
View File
@@ -0,0 +1,150 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#212121"
pagecolor="#ffffff"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#000000"
opacity="0.05098039"
empcolor="#000000"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)"
style="display:inline">
<path
id="path4656"
style="color:#000000;fill:#212121;fill-opacity:0.86000001;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"
d="M 7.1015625 10.367188 C 6.2133457 10.375998 5.343087 10.756748 4.7832031 11.505859 C 4.4418649 11.962562 4.1196032 12.420679 3.8164062 12.876953 C 2.7123562 14.53841 2.7123492 17.461582 3.8164062 19.123047 C 8.6392861 26.38087 18.033493 34 32 34 C 45.966507 34 55.360714 26.38087 60.183594 19.123047 C 61.287651 17.461582 61.287644 14.53841 60.183594 12.876953 C 59.880397 12.42068 59.558136 11.962562 59.216797 11.505859 C 58.221448 10.174106 56.244933 10.004959 54.931641 11.025391 C 53.618345 12.045823 53.476598 13.862092 54.458984 15.203125 C 54.650557 15.464637 54.834798 15.725479 55.011719 15.986328 C 55.012819 15.993598 55.014972 15.9925 55.015625 16 C 55.015025 16.00747 55.012819 16.006372 55.011719 16.013672 C 51.066507 21.830412 43.640889 28 32 28 C 20.359111 28 12.933493 21.830412 8.9882812 16.013672 C 8.9871719 16.006394 8.985028 16.007513 8.984375 16 C 8.985028 15.9925 8.9871713 15.993598 8.9882812 15.986328 C 9.1652021 15.725479 9.349443 15.464636 9.5410156 15.203125 C 10.523402 13.862092 10.383608 12.045823 9.0703125 11.025391 C 8.4957468 10.578952 7.7923978 10.360335 7.1015625 10.367188 z " />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

+157
View File
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#212121"
pagecolor="#ffffff"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#000000"
opacity="0.05098039"
empcolor="#000000"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)"
style="display:inline">
<path
id="path3500"
style="fill:#212121;fill-opacity:0.86;stroke-width:10;stroke-linecap:round;stroke-linejoin:round"
d="M 32,-2 C 18.033441,-2 8.6386755,5.6197606 3.8157844,12.877609 2.7117308,14.539072 2.7117346,17.460936 3.8157952,19.122407 8.6386895,26.380251 18.033451,34 32,34 45.966557,34 55.361321,26.380242 60.184213,19.122395 61.288268,17.460931 61.288264,14.539061 60.184202,12.877588 55.361307,5.6197464 45.966546,-2 32,-2 Z m 0,4 C 39.731986,2 46,8.2680135 46,16 46,23.731986 39.731986,30 32,30 24.268014,30 18,23.731986 18,16 18,8.2680135 24.268014,2 32,2 Z"
class="UnoptimicedTransforms" />
<circle
style="fill:#212121;fill-opacity:0.86;stroke-width:10;stroke-linecap:round;stroke-linejoin:round"
id="path4005"
cx="32"
cy="16"
r="10" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#212121"
pagecolor="#ffffff"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#000000"
opacity="0.05098039"
empcolor="#000000"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)">
<path
style="fill:#212121;fill-opacity:0.86;stroke-width:12.0001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.567442;stop-color:#000000"
id="rect4250"
width="48"
height="30"
x="8"
y="16"
sodipodi:type="rect"
d="m 12,16 h 40 a 4,4 45 0 1 4,4 v 22 a 4,4 135 0 1 -4,4 H 12 A 4,4 45 0 1 8,42 V 20 a 4,4 135 0 1 4,-4 z"
inkscape:path-effect="#path-effect4670" />
<path
id="path4304"
style="fill:none;fill-opacity:0.86;stroke:#212121;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.86;stop-color:#000000"
d="M 20,16.067244 V 11 c 0,-6.5299769 5.372584,-11.8235691 12,-11.8235691 6.627417,0 12,5.2935922 12,11.8235691 v 5.067244"
sodipodi:nodetypes="csssc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="export.svg"
inkscape:version="1.2-dev (217ad3d, 2021-07-13)"
sodipodi:version="0.32"
id="svg2"
height="64"
width="64"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 64 64"
inkscape:export-filename="./export.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs14" />
<sodipodi:namedview
stroke="#3465a4"
inkscape:window-y="23"
inkscape:window-x="47"
inkscape:window-height="927"
inkscape:window-width="1633"
inkscape:showpageshadow="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="32"
inkscape:cx="31.957503"
inkscape:zoom="11.765625"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1"
bordercolor="#212121"
pagecolor="#ffffff"
id="base"
fill="#729fcf"
inkscape:window-maximized="0"
borderlayer="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="true"
guidecolor="#ff0000"
guideopacity="0.30196078">
<inkscape:grid
type="xygrid"
id="grid_pixels"
color="#000000"
opacity="0.05098039"
empcolor="#000000"
empopacity="0.10196078"
dotted="false"
empspacing="8"
spacingx="1"
spacingy="1"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true" />
<sodipodi:guide
position="2,64"
orientation="1,0"
id="guide6912"
inkscape:locked="true" />
<sodipodi:guide
position="62,64"
orientation="1,0"
id="guide6914"
inkscape:locked="true" />
<sodipodi:guide
position="0,62"
orientation="0,-1"
id="guide6916"
inkscape:locked="true" />
<sodipodi:guide
position="0,2"
orientation="0,-1"
id="guide6918"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="0,-1"
id="guide6920"
inkscape:locked="true" />
<sodipodi:guide
position="32,32"
orientation="1,0"
id="guide6922"
inkscape:locked="true" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Martin Ruskov</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://commons.wikimedia.org/wiki/Tango_icon</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
inkscape:label="Design"
id="layer1"
transform="translate(0,16)">
<path
style="fill:#212121;fill-opacity:0.86;stroke-width:12.0001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.567442;stop-color:#000000"
id="rect4250"
width="48"
height="30"
x="8"
y="16"
sodipodi:type="rect"
d="m 12,16 h 40 a 4,4 45 0 1 4,4 v 22 a 4,4 135 0 1 -4,4 H 12 A 4,4 45 0 1 8,42 V 20 a 4,4 135 0 1 4,-4 z"
inkscape:path-effect="#path-effect4670" />
<path
id="path4304"
style="fill:none;fill-opacity:0.86;stroke:#212121;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.86;stop-color:#000000"
d="M 20,7.067244 V 2 c 0,-6.5299769 5.372584,-11.8235691 12,-11.8235691 6.627417,0 12,5.2935922 12,11.8235691 v 14"
sodipodi:nodetypes="csssc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB