Release 2.14
@ -679,7 +679,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.4"
|
||||
"version": "3.10.9"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
@ -6,14 +6,14 @@
|
||||
*{
|
||||
color: #ffffff;
|
||||
|
||||
font-family: monoespace;
|
||||
font-family: Roboto;
|
||||
|
||||
|
||||
font-size: 13.0px;
|
||||
font-size: 13px;
|
||||
|
||||
|
||||
|
||||
line-height: 13.0px;
|
||||
line-height: 13px;
|
||||
|
||||
|
||||
selection-background-color: #6effe8;
|
||||
@ -136,14 +136,16 @@ QTreeView,
|
||||
QListView,
|
||||
QLineEdit,
|
||||
QComboBox {
|
||||
color: #000000;
|
||||
padding-left: 16px;
|
||||
border-radius: 0px;
|
||||
background-color: #232629;
|
||||
border-width: 0 0 2px 0;
|
||||
border-radius: 0px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
height: 32px;
|
||||
background-color: rgba(35, 38, 41, 0.75);
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
|
||||
QPlainTextEdit {
|
||||
@ -164,9 +166,9 @@ QSpinBox:disabled,
|
||||
QDoubleSpinBox:disabled,
|
||||
QTextEdit:disabled,
|
||||
QLineEdit:disabled {
|
||||
color: rgba(29, 233, 182, 0.2);
|
||||
background-color: rgba(35, 38, 41, 0.75);
|
||||
border: 2px solid rgba(29, 233, 182, 0.2);
|
||||
color: rgba(255, 255, 255, 0.2);
|
||||
background-color: rgba(35, 38, 41, 0.3);
|
||||
border: 2px solid #232629;
|
||||
border-width: 0 0 2px 0;
|
||||
padding: 0px 16px;
|
||||
border-radius: 0px;
|
||||
@ -179,20 +181,21 @@ QLineEdit:disabled {
|
||||
/* QComboBox */
|
||||
|
||||
QComboBox {
|
||||
color: #1de9b6;
|
||||
border: 1px solid #1de9b6;
|
||||
border-width: 0 0 2px 0;
|
||||
background-color: #232629;
|
||||
color: #000000;
|
||||
border: 2px solid #1de9b6;
|
||||
border-radius: 0px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
height: 36px;
|
||||
height: 32px;
|
||||
background-color: rgba(35, 38, 41, 0.75);
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
|
||||
QComboBox:disabled {
|
||||
color: rgba(29, 233, 182, 0.2);
|
||||
background-color: rgba(35, 38, 41, 0.75);
|
||||
border-bottom: 2px solid rgba(29, 233, 182, 0.2);
|
||||
color: rgba(255, 255, 255, 0.2);
|
||||
background-color: rgba(35, 38, 41, 0.3);
|
||||
border-bottom: 2px solid #232629;
|
||||
}
|
||||
|
||||
QComboBox::drop-down {
|
||||
@ -202,6 +205,10 @@ QComboBox::drop-down {
|
||||
}
|
||||
|
||||
QComboBox::down-arrow {
|
||||
image: url(icon:/active/downarrow.svg);
|
||||
margin-right: 12px;
|
||||
}
|
||||
QComboBox::down-arrow:focus {
|
||||
image: url(icon:/primary/downarrow.svg);
|
||||
margin-right: 12px;
|
||||
}
|
||||
@ -218,12 +225,12 @@ QComboBox QAbstractItemView {
|
||||
}
|
||||
|
||||
QComboBox[frame='false'] {
|
||||
color: #1de9b6;
|
||||
color: #ffffff;
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
QComboBox[frame='false']:disabled {
|
||||
color: rgba(29, 233, 182, 0.2);
|
||||
color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
@ -235,7 +242,7 @@ QSpinBox::up-button {
|
||||
subcontrol-origin: border;
|
||||
subcontrol-position: top right;
|
||||
width: 20px;
|
||||
image: url(icon:/primary/uparrow.svg);
|
||||
image: url(icon:/active/uparrow.svg);
|
||||
border-width: 0px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
@ -252,7 +259,7 @@ QSpinBox::down-button {
|
||||
subcontrol-origin: border;
|
||||
subcontrol-position: bottom right;
|
||||
width: 20px;
|
||||
image: url(icon:/primary/downarrow.svg);
|
||||
image: url(icon:/active/downarrow.svg);
|
||||
border-width: 0px;
|
||||
border-top-width: 0;
|
||||
margin-right: 5px;
|
||||
@ -270,15 +277,13 @@ QSpinBox::down-button:disabled {
|
||||
QPushButton {
|
||||
text-transform: uppercase;
|
||||
margin: 0px;
|
||||
padding: 0px 16px;
|
||||
padding: 1px 16px;
|
||||
height: 32px;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
QPushButton:checked,
|
||||
@ -295,7 +300,7 @@ QPushButton:flat {
|
||||
}
|
||||
|
||||
QPushButton:flat:hover {
|
||||
background-color: rgba(29, 233, 182, 0.2);
|
||||
background-color: rgba(29, 233, 182, 0.1);
|
||||
}
|
||||
|
||||
QPushButton:flat:pressed,
|
||||
@ -325,6 +330,22 @@ QPushButton:checked:disabled {
|
||||
border-color: #4f5b62;
|
||||
}
|
||||
|
||||
QToolButton:focus,
|
||||
QPushButton:focus {
|
||||
background-color: rgba(29, 233, 182, 0.2);
|
||||
}
|
||||
|
||||
QPushButton:checked:focus,
|
||||
QPushButton:pressed:focus {
|
||||
background-color: rgba(29, 233, 182, 0.8);
|
||||
}
|
||||
|
||||
QPushButton:flat:focus {
|
||||
border: none;
|
||||
background-color: rgba(29, 233, 182, 0.2);
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QTabBar */
|
||||
|
||||
@ -376,44 +397,33 @@ QTabBar::tab:left:hover {
|
||||
|
||||
QTabBar QToolButton:hover,
|
||||
QTabBar QToolButton {
|
||||
border: 20px;
|
||||
background-color: #31363b;
|
||||
border: 0px;
|
||||
background-color: #232629;
|
||||
background: #232629;
|
||||
}
|
||||
|
||||
QTabBar QToolButton::up-arrow {
|
||||
image: url(icon:/disabled/uparrow2.svg);
|
||||
}
|
||||
|
||||
QTabBar QToolButton::up-arrow:hover {
|
||||
image: url(icon:/primary/uparrow2.svg);
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton::down-arrow {
|
||||
image: url(icon:/disabled/downarrow2.svg);
|
||||
}
|
||||
|
||||
QTabBar QToolButton::down-arrow:hover {
|
||||
image: url(icon:/primary/downarrow2.svg);
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton::right-arrow {
|
||||
image: url(icon:/primary/rightarrow2.svg);
|
||||
}
|
||||
|
||||
QTabBar QToolButton::right-arrow:hover {
|
||||
image: url(icon:/disabled/rightarrow2.svg);
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton::left-arrow {
|
||||
image: url(icon:/primary/leftarrow2.svg);
|
||||
}
|
||||
|
||||
QTabBar QToolButton::left-arrow:hover {
|
||||
image: url(icon:/disabled/leftarrow2.svg);
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
QTabBar::close-button {
|
||||
image: url(icon:/disabled/tab_close.svg);
|
||||
image: url(icon:/primary/tab_close.svg);
|
||||
}
|
||||
|
||||
QTabBar::close-button:hover {
|
||||
@ -426,9 +436,9 @@ QTabBar::close-button:hover {
|
||||
QGroupBox {
|
||||
padding: 16px;
|
||||
padding-top: 36px;
|
||||
line-height: 13px;
|
||||
line-height: ;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
font-size: ;
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
@ -648,7 +658,9 @@ QComboBox::indicator:checked:selected {
|
||||
QComboBox::item,
|
||||
QCalendarWidget QMenu::item,
|
||||
QMenu::item {
|
||||
|
||||
height: 28px;
|
||||
|
||||
border: 8px solid transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -656,10 +668,13 @@ QMenu::item {
|
||||
QCalendarWidget QMenu::item,
|
||||
QMenu::item {
|
||||
|
||||
padding: 0px 32px 0px 32px; /* pyside2 */
|
||||
|
||||
padding: 0px 24px 0px 8px; /* pyside6 or pyqt6 */
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
QComboBox::item:selected,
|
||||
QCalendarWidget QMenu::item:selected,
|
||||
QMenu::item:selected {
|
||||
@ -981,6 +996,7 @@ QToolBar::separator:vertical {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QToolButton */
|
||||
|
||||
@ -1318,3 +1334,41 @@ QMenuBar QToolButton {
|
||||
border-image: url(icon:/primary/rightarrow2.svg);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Focus */
|
||||
|
||||
QDateTimeEdit:focus,
|
||||
QSpinBox:focus,
|
||||
QDoubleSpinBox:focus,
|
||||
QLineEdit:focus,
|
||||
QComboBox:focus {
|
||||
color: #1de9b6;
|
||||
border: 2px solid #1de9b6;
|
||||
border-width: 0 0 2px 0;
|
||||
|
||||
}
|
||||
|
||||
QDateTimeEdit::up-button:focus,
|
||||
QDoubleSpinBox::up-button:focus,
|
||||
QSpinBox::up-button:focus {
|
||||
image: url(icon:/primary/uparrow.svg);
|
||||
}
|
||||
|
||||
QDateTimeEdit::down-button:focus,
|
||||
QDoubleSpinBox::down-button:focus,
|
||||
QSpinBox::down-button:focus {
|
||||
image: url(icon:/primary/downarrow.svg);
|
||||
}
|
||||
|
||||
QMenu::indicator:focus,
|
||||
QListView::indicator:focus,
|
||||
QTableWidget::indicator:focus,
|
||||
QRadioButton::indicator:focus {
|
||||
background-color: rgba(29, 233, 182, 0.2);
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:focus {
|
||||
background-color: rgba(29, 233, 182, 0.2);
|
||||
}
|
10
examples/exporter/sss.py
Normal file
@ -0,0 +1,10 @@
|
||||
import PySide6
|
||||
|
||||
from qt_material import export_theme
|
||||
|
||||
export_theme(theme='dark_teal.xml',
|
||||
qss='dark_teal22.qss',
|
||||
rcc='resources22.rcc',
|
||||
output='theme',
|
||||
invert_secondary=False,
|
||||
)
|
175
examples/exporter/theme/active/base.svg
Normal file
@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="checkbox_checked.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.538085"
|
||||
inkscape:cx="6.6040836"
|
||||
inkscape:cy="9.0271347"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1015"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.4 KiB |
219
examples/exporter/theme/active/branch-closed.svg
Normal file
@ -0,0 +1,219 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="branch-closed.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2">
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#f2f2f2;
|
||||
}
|
||||
</style>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme-3">
|
||||
.ColorScheme-Text {
|
||||
color:#f2f2f2;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="25.765446"
|
||||
inkscape:cx="12.748281"
|
||||
inkscape:cy="9.5810136"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g886"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-56"
|
||||
transform="translate(-59.859613,-55.568187)">
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-5"
|
||||
transform="translate(-56.972037,-49.17285)">
|
||||
<g
|
||||
id="g886"
|
||||
transform="matrix(1.0536482,0,0,0.80757085,-6.4239482,76.820696)">
|
||||
<rect
|
||||
style="fill:#232629;stroke:none;stroke-width:1.42418;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect890"
|
||||
width="3.0133398"
|
||||
height="3.931536"
|
||||
x="117.98428"
|
||||
y="397.1008" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 118.56014,397.42842 1.75778,1.63814 -1.75778,1.63815"
|
||||
id="path871"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-6"
|
||||
transform="translate(-58.698999,-53.366804)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.7 KiB |
197
examples/exporter/theme/active/branch-end.svg
Normal file
@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="branch-end.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="37.166577"
|
||||
inkscape:cx="12.424255"
|
||||
inkscape:cy="10.157443"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g839"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-5"
|
||||
transform="translate(-49.828291,-54.464494)">
|
||||
<g
|
||||
id="g839"
|
||||
transform="translate(45.594958,51.818657)">
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.18326;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916664"
|
||||
height="2.6458333"
|
||||
x="6.3499994"
|
||||
y="294.35419" />
|
||||
<rect
|
||||
style="fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.986027;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect847"
|
||||
width="2.6458337"
|
||||
height="0.26457301"
|
||||
x="6.8791661"
|
||||
y="296.73544" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.2 KiB |
203
examples/exporter/theme/active/branch-more.svg
Normal file
@ -0,0 +1,203 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="branch-more.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.23411"
|
||||
inkscape:cx="5.3484049"
|
||||
inkscape:cy="17.38283"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g839"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-others="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-text-baseline="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-5"
|
||||
transform="translate(-49.828291,-54.464494)">
|
||||
<g
|
||||
id="g839"
|
||||
transform="translate(45.594958,51.818657)">
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.67339;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916747"
|
||||
height="5.2916665"
|
||||
x="-6.8791666"
|
||||
y="294.35419"
|
||||
transform="scale(-1,1)" />
|
||||
<rect
|
||||
style="fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.986027;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect847"
|
||||
width="2.6458337"
|
||||
height="0.26457301"
|
||||
x="6.8791661"
|
||||
y="296.73544" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
230
examples/exporter/theme/active/branch-open.svg
Normal file
@ -0,0 +1,230 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="branch-open2.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2">
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#f2f2f2;
|
||||
}
|
||||
</style>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme-3">
|
||||
.ColorScheme-Text {
|
||||
color:#f2f2f2;
|
||||
}
|
||||
</style>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme-36">
|
||||
.ColorScheme-Text {
|
||||
color:#00e5ff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="25.765446"
|
||||
inkscape:cx="12.748281"
|
||||
inkscape:cy="9.5810136"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g854"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-56"
|
||||
transform="translate(-59.859613,-55.568187)">
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-5"
|
||||
transform="translate(-56.972037,-49.17285)">
|
||||
<g
|
||||
id="g886"
|
||||
transform="matrix(1.0536482,0,0,0.80757085,-6.4239482,76.820696)">
|
||||
<g
|
||||
id="g854"
|
||||
transform="matrix(0,1.304713,-0.76645208,0,425.35635,243.16517)">
|
||||
<rect
|
||||
style="fill:#232629;stroke:none;stroke-width:1.42418;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect890"
|
||||
width="3.0133398"
|
||||
height="3.931536"
|
||||
x="117.98428"
|
||||
y="397.1008" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 118.56013,397.42841 1.75778,1.63814 -1.75778,1.63815"
|
||||
id="path871"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-6"
|
||||
transform="translate(-58.698999,-53.366804)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.0 KiB |
188
examples/exporter/theme/active/checkbox_checked.svg
Normal file
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="checkbox_checked.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="40.594876"
|
||||
inkscape:cx="9.4770751"
|
||||
inkscape:cy="7.4819362"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 1.3218831,292.50314 c -0.292672,0 -0.52813314,0.23546 -0.52813314,0.52813 v 2.6479 c 0,0.29268 0.23546114,0.52814 0.52813314,0.52814 h 2.6479 c 0.292673,0 0.528133,-0.23546 0.528133,-0.52814 v -2.6479 c 0,-0.29267 -0.23546,-0.52813 -0.528133,-0.52813 z m 0.001,0.26458 h 2.645833 c 0.146573,0 0.264583,0.11801 0.264583,0.26459 v 2.64583 c 0,0.14657 -0.11801,0.26458 -0.264583,0.26458 h -2.645799 c -0.146574,0 -0.264584,-0.11801 -0.264584,-0.26458 v -2.64583 c 0,-0.14658 0.11801,-0.26459 0.264584,-0.26459 z"
|
||||
id="rect1954"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect2118"
|
||||
width="2.1166663"
|
||||
height="2.1166787"
|
||||
x="1.5874999"
|
||||
y="293.29584"
|
||||
ry="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
187
examples/exporter/theme/active/checkbox_checked_invert.svg
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checkbox_checked_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="40.594876"
|
||||
inkscape:cx="9.4770751"
|
||||
inkscape:cy="7.4819362"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 1.3218831,292.50314 c -0.292672,0 -0.52813314,0.23546 -0.52813314,0.52813 v 2.6479 c 0,0.29268 0.23546114,0.52814 0.52813314,0.52814 h 2.6479 c 0.292673,0 0.528133,-0.23546 0.528133,-0.52814 v -2.6479 c 0,-0.29267 -0.23546,-0.52813 -0.528133,-0.52813 z m 0.001,0.26458 h 2.645833 c 0.146573,0 0.264583,0.11801 0.264583,0.26459 v 2.64583 c 0,0.14657 -0.11801,0.26458 -0.264583,0.26458 h -2.645799 c -0.146574,0 -0.264584,-0.11801 -0.264584,-0.26458 v -2.64583 c 0,-0.14658 0.11801,-0.26459 0.264584,-0.26459 z"
|
||||
id="rect1954"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect2118"
|
||||
width="2.1166663"
|
||||
height="2.1166787"
|
||||
x="1.5874999"
|
||||
y="293.29584"
|
||||
ry="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
191
examples/exporter/theme/active/checkbox_indeterminate.svg
Normal file
@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="checkbox_indeterminate.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="66.442396"
|
||||
inkscape:cx="10.78082"
|
||||
inkscape:cy="9.3546433"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
transform="translate(47.359504,-89.690092)"
|
||||
id="layer1-3"
|
||||
inkscape:label="Layer 1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect1954"
|
||||
d="m -46.03762,382.19219 c -0.292672,0 -0.528134,0.23546 -0.528134,0.52813 v 2.6479 c 0,0.29268 0.235462,0.52814 0.528134,0.52814 h 2.6479 c 0.292673,0 0.528133,-0.23546 0.528133,-0.52814 v -2.6479 c 0,-0.29267 -0.23546,-0.52813 -0.528133,-0.52813 z m 10e-4,0.26458 h 2.645833 c 0.146573,0 0.264583,0.11801 0.264583,0.26459 v 2.64583 c 0,0.14657 -0.11801,0.26458 -0.264583,0.26458 h -2.645799 c -0.146574,0 -0.264584,-0.11801 -0.264584,-0.26458 v -2.64583 c 0,-0.14658 0.11801,-0.26459 0.264584,-0.26459 z"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -45.772004,382.98594 v 2.11667 h 2.116666 v -2.11667 z m 1.852083,0.26459 v 1.5875 h -1.5875 z"
|
||||
id="rect2118"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.8 KiB |
191
examples/exporter/theme/active/checkbox_indeterminate_invert.svg
Normal file
@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checkbox_indeterminate_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.123443"
|
||||
inkscape:cx="9.7845"
|
||||
inkscape:cy="10.431052"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
transform="translate(47.359504,-89.690092)"
|
||||
id="layer1-3"
|
||||
inkscape:label="Layer 1"
|
||||
style="fill:#232629">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect1954"
|
||||
d="m -46.03762,382.19219 c -0.292672,0 -0.528134,0.23546 -0.528134,0.52813 v 2.6479 c 0,0.29268 0.235462,0.52814 0.528134,0.52814 h 2.6479 c 0.292673,0 0.528133,-0.23546 0.528133,-0.52814 v -2.6479 c 0,-0.29267 -0.23546,-0.52813 -0.528133,-0.52813 z m 10e-4,0.26458 h 2.645833 c 0.146573,0 0.264583,0.11801 0.264583,0.26459 v 2.64583 c 0,0.14657 -0.11801,0.26458 -0.264583,0.26458 h -2.645799 c -0.146574,0 -0.264584,-0.11801 -0.264584,-0.26458 v -2.64583 c 0,-0.14658 0.11801,-0.26459 0.264584,-0.26459 z"
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -45.772004,382.98594 v 2.11667 h 2.116666 v -2.11667 z m 1.852083,0.26459 v 1.5875 h -1.5875 z"
|
||||
id="rect2118"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.8 KiB |
188
examples/exporter/theme/active/checkbox_unchecked.svg
Normal file
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checkbox_unchecked.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="35.076169"
|
||||
inkscape:cx="2.2827573"
|
||||
inkscape:cy="8.126074"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff00;fill-opacity:0;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect5674"
|
||||
width="0.79374999"
|
||||
height="0.79374999"
|
||||
x="-1.3229166"
|
||||
y="294.61877"
|
||||
ry="0.39687499" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 4.9960938,3 C 3.8899304,3 3,3.8899304 3,4.9960938 V 15.003906 C 3,16.11007 3.8899304,17 4.9960938,17 H 15.003906 C 16.11007,17 17,16.11007 17,15.003906 V 4.9960938 C 17,3.8899304 16.11007,3 15.003906,3 Z M 5,4 h 10 c 0.553979,0 1,0.4460206 1,1 v 10 c 0,0.553979 -0.446021,1 -1,1 H 5 C 4.4460206,16 4,15.553979 4,15 V 5 C 4,4.4460206 4.4460206,4 5,4 Z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="rect1954"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
188
examples/exporter/theme/active/checkbox_unchecked_invert.svg
Normal file
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checkbox_unchecked_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="35.076169"
|
||||
inkscape:cx="3.2458646"
|
||||
inkscape:cy="9.1282444"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff00;fill-opacity:0;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect5674"
|
||||
width="0.79374999"
|
||||
height="0.79374999"
|
||||
x="-1.3229166"
|
||||
y="294.61877"
|
||||
ry="0.39687499" />
|
||||
<path
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:#707070;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 4.9960938,3 C 3.8899304,3 3,3.8899304 3,4.9960938 V 15.003906 C 3,16.11007 3.8899304,17 4.9960938,17 H 15.003906 C 16.11007,17 17,16.11007 17,15.003906 V 4.9960938 C 17,3.8899304 16.11007,3 15.003906,3 Z M 5,4 h 10 c 0.553979,0 1,0.4460206 1,1 v 10 c 0,0.553979 -0.446021,1 -1,1 H 5 C 4.4460206,16 4,15.553979 4,15 V 5 C 4,4.4460206 4.4460206,4 5,4 Z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="rect1954"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
187
examples/exporter/theme/active/checklist.svg
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checklist.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.137025"
|
||||
inkscape:cx="0.96646233"
|
||||
inkscape:cy="16.895778"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g870"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#4caf50"
|
||||
id="g858"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,-6.0854164,290.12085)">
|
||||
<g
|
||||
id="g870"
|
||||
transform="translate(-0.18646985,-1.3911317)">
|
||||
<path
|
||||
d="M 31,20.034679 28.155201,17.189882 27.18647,18.151793 31,21.965322 l 8.18647,-8.186469 -0.96191,-0.96191 z"
|
||||
id="path846"
|
||||
style="fill:#707070;stroke-width:0.682206" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
188
examples/exporter/theme/active/checklist_indeterminate.svg
Normal file
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checklist_indeterminate_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="42.576041"
|
||||
inkscape:cx="7.0245767"
|
||||
inkscape:cy="12.432719"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g860"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#4caf50"
|
||||
id="g858"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,-6.0854164,290.12085)">
|
||||
<g
|
||||
id="g860"
|
||||
transform="matrix(1.0365007,0,0,1,-8.2410238,-15.002412)">
|
||||
<path
|
||||
d="m 44.212246,31.684998 h 1.365171 V 30.319827 H 34 v 1.360346 z"
|
||||
id="path846"
|
||||
style="fill:#707070;stroke-width:0.682206"
|
||||
sodipodi:nodetypes="cccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checklist_indeterminate.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="42.576041"
|
||||
inkscape:cx="7.0245767"
|
||||
inkscape:cy="12.432719"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g860"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#4caf50"
|
||||
id="g858"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,-6.0854164,290.12085)">
|
||||
<g
|
||||
id="g860"
|
||||
transform="matrix(1.0365007,0,0,1,-8.2410238,-15.002412)">
|
||||
<path
|
||||
d="m 44.212246,31.684998 h 1.365171 V 30.319827 H 34 v 1.360346 z"
|
||||
id="path856"
|
||||
style="fill:#232629;stroke-width:0.682206"
|
||||
sodipodi:nodetypes="cccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
187
examples/exporter/theme/active/checklist_invert.svg
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="checklist_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.137025"
|
||||
inkscape:cx="0.96646233"
|
||||
inkscape:cy="16.895778"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g870"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#4caf50"
|
||||
id="g858"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,-6.0854164,290.12085)">
|
||||
<g
|
||||
id="g870"
|
||||
transform="translate(-0.18646985,-1.3911317)">
|
||||
<path
|
||||
d="M 31,20.034679 28.155201,17.189882 27.18647,18.151793 31,21.965322 l 8.18647,-8.186469 -0.96191,-0.96191 z"
|
||||
id="path846-3"
|
||||
style="fill:#232629;stroke-width:0.682206" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
186
examples/exporter/theme/active/close.svg
Normal file
@ -0,0 +1,186 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="close.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.44851425"
|
||||
inkscape:cx="-461.15031"
|
||||
inkscape:cy="68.280762"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#707070;stroke:#707070;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 1.3192054,293.02755 2.6532555,2.65327"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path842"
|
||||
d="m 3.9724723,293.02756 -2.6532782,2.65325"
|
||||
style="fill:#707070;stroke:#707070;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.5292387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path829"
|
||||
cx="2.6458311"
|
||||
cy="294.35419"
|
||||
r="2.381216" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |
192
examples/exporter/theme/active/downarrow.svg
Normal file
@ -0,0 +1,192 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="downarrow.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="47.93292"
|
||||
inkscape:cx="11.339872"
|
||||
inkscape:cy="9.5896099"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#707070;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path853"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-2.6458302"
|
||||
sodipodi:cy="-294.35419"
|
||||
sodipodi:r1="1.3229166"
|
||||
sodipodi:r2="0.66145831"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -2.6458301,-295.6771 1.1456793,1.98437 -2.2913588,0 z"
|
||||
inkscape:transform-center-y="0.33072913"
|
||||
transform="scale(-1)"
|
||||
inkscape:transform-center-x="3.067522e-06" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
103
examples/exporter/theme/active/downarrow2.svg
Normal file
@ -0,0 +1,103 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="18"
|
||||
height="6"
|
||||
viewBox="0 0 4.7624998 1.5874999"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="downarrow2.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="41.548604"
|
||||
inkscape:cx="6.9571778"
|
||||
inkscape:cy="1.8254158"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-0.26458327"
|
||||
originy="-2.6458406" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-0.26458326,-294.35419)">
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.385967;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 1.0583383,294.75106 1.58749,0.79375 1.5875,-0.79375"
|
||||
id="path827"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
191
examples/exporter/theme/active/float.svg
Normal file
@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="float.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="23.490934"
|
||||
inkscape:cx="12.388735"
|
||||
inkscape:cy="7.1323576"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="false"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect829"
|
||||
width="2.6581812"
|
||||
height="2.658181"
|
||||
x="0.6522209"
|
||||
y="293.68961"
|
||||
ry="0.29536656" />
|
||||
<rect
|
||||
ry="0.29536656"
|
||||
y="292.3606"
|
||||
x="1.9812645"
|
||||
height="2.658181"
|
||||
width="2.6581812"
|
||||
id="rect839"
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#707070;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.1 KiB |
191
examples/exporter/theme/active/leftarrow.svg
Normal file
@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="leftarrow.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="47.93292"
|
||||
inkscape:cx="11.339872"
|
||||
inkscape:cy="9.5896099"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#707070;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path853"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-2.6458302"
|
||||
sodipodi:cy="-294.35419"
|
||||
sodipodi:r1="1.3229166"
|
||||
sodipodi:r2="0.66145831"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -2.6458301,-295.6771 1.1456793,1.98437 -2.2913588,0 z"
|
||||
transform="rotate(-90,294.35419,-2.6458332)"
|
||||
inkscape:transform-center-x="0.33072619" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
103
examples/exporter/theme/active/leftarrow2.svg
Normal file
@ -0,0 +1,103 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="6.0100002"
|
||||
height="18.01"
|
||||
viewBox="0 0 1.5901458 4.7651456"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="leftarrow2.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="19.935836"
|
||||
inkscape:cx="2.9422543"
|
||||
inkscape:cy="15.854034"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-1.8507602"
|
||||
originy="-1.0570208" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-1.8507602,-292.76537)">
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.385967;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 3.042708,293.56044 -0.79375,1.58749 0.79375,1.5875"
|
||||
id="path827"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
187
examples/exporter/theme/active/radiobutton_checked.svg
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="radiobutton_checked.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="39.85"
|
||||
inkscape:cx="8.1932246"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:2.1008215;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 10,3.0136719 A 6.9930773,6.9930773 0 0 0 3.0058594,10.005859 6.9930773,6.9930773 0 0 0 10,17 6.9930773,6.9930773 0 0 0 16.992188,10.005859 6.9930773,6.9930773 0 0 0 10,3.0136719 Z M 10,4 a 5.9999993,5.9999993 0 0 1 6,6 5.9999993,5.9999993 0 0 1 -6,6 5.9999993,5.9999993 0 0 1 -6,-6 5.9999993,5.9999993 0 0 1 6,-6 z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.31793803;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle830"
|
||||
cx="2.6458333"
|
||||
cy="294.35419"
|
||||
r="1.0583313" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
187
examples/exporter/theme/active/radiobutton_checked_invert.svg
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="radiobutton_checked_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="39.85"
|
||||
inkscape:cx="3.2998745"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1017"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="65"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:2.1008215;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 10,3.0136719 A 6.9930773,6.9930773 0 0 0 3.0058594,10.005859 6.9930773,6.9930773 0 0 0 10,17 6.9930773,6.9930773 0 0 0 16.992188,10.005859 6.9930773,6.9930773 0 0 0 10,3.0136719 Z M 10,4 a 5.9999993,5.9999993 0 0 1 6,6 5.9999993,5.9999993 0 0 1 -6,6 5.9999993,5.9999993 0 0 1 -6,-6 5.9999993,5.9999993 0 0 1 6,-6 z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:0.31793803;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle830"
|
||||
cx="2.6458333"
|
||||
cy="294.35419"
|
||||
r="1.0583313" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
180
examples/exporter/theme/active/radiobutton_unchecked.svg
Normal file
@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="radiobutton_unchecked.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.98187"
|
||||
inkscape:cx="-0.091640624"
|
||||
inkscape:cy="9.4769385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:2.1008215;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 10.097656,3.0078125 A 6.9930773,6.9930773 0 0 0 3.1054688,10 6.9930773,6.9930773 0 0 0 10.097656,16.994141 6.9930773,6.9930773 0 0 0 17.091797,10 6.9930773,6.9930773 0 0 0 10.097656,3.0078125 Z M 10,4 a 5.9999844,5.9999844 0 0 1 6,6 5.9999844,5.9999844 0 0 1 -6,6 5.9999844,5.9999844 0 0 1 -6,-6 5.9999844,5.9999844 0 0 1 6,-6 z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.1 KiB |
180
examples/exporter/theme/active/radiobutton_unchecked_invert.svg
Normal file
@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="radiobutton_unchecked_invert.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="23.490935"
|
||||
inkscape:cx="-2.524484"
|
||||
inkscape:cy="9.4155886"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1137"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:2.1008215;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 10.097656,3.0078125 A 6.9930773,6.9930773 0 0 0 3.1054688,10 6.9930773,6.9930773 0 0 0 10.097656,16.994141 6.9930773,6.9930773 0 0 0 17.091797,10 6.9930773,6.9930773 0 0 0 10.097656,3.0078125 Z M 10,4 a 5.9999844,5.9999844 0 0 1 6,6 5.9999844,5.9999844 0 0 1 -6,6 5.9999844,5.9999844 0 0 1 -6,-6 5.9999844,5.9999844 0 0 1 6,-6 z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.1 KiB |
192
examples/exporter/theme/active/rightarrow.svg
Normal file
@ -0,0 +1,192 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="rightnarrow.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="47.93292"
|
||||
inkscape:cx="11.339872"
|
||||
inkscape:cy="9.5896099"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#707070;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path853"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-2.6458302"
|
||||
sodipodi:cy="-294.35419"
|
||||
sodipodi:r1="1.3229166"
|
||||
sodipodi:r2="0.66145831"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -2.6458301,-295.6771 1.1456793,1.98437 -2.2913588,0 z"
|
||||
inkscape:transform-center-y="6.0047553e-06"
|
||||
transform="rotate(90,-294.35419,2.6458332)"
|
||||
inkscape:transform-center-x="-0.33072611" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.1 KiB |
103
examples/exporter/theme/active/rightarrow2.svg
Normal file
@ -0,0 +1,103 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="6.0100002"
|
||||
height="18.01"
|
||||
viewBox="0 0 1.5901458 4.7651456"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="rightarrow2.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="23.686213"
|
||||
inkscape:cx="1.8481961"
|
||||
inkscape:cy="13.172424"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-1.8507602"
|
||||
originy="-1.0570208" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-1.8507602,-292.76537)">
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.385967;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.248958,296.73543 0.79375,-1.58749 -0.79375,-1.5875"
|
||||
id="path827"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
238
examples/exporter/theme/active/sizegrip.svg
Normal file
@ -0,0 +1,238 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="sizegrip.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="4.856024"
|
||||
inkscape:cy="9.6877956"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect832"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="4.2333331"
|
||||
y="295.94168" />
|
||||
<rect
|
||||
y="295.94168"
|
||||
x="1.0583333"
|
||||
height="0.52915841"
|
||||
width="0.52916664"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect838"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="2.6458333"
|
||||
y="295.94168" />
|
||||
<rect
|
||||
y="292.76669"
|
||||
x="4.2333331"
|
||||
height="0.52915841"
|
||||
width="0.52916664"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect842"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="1.8520832"
|
||||
y="295.14795" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect844"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="3.4395831"
|
||||
y="295.14795" />
|
||||
<rect
|
||||
y="294.35419"
|
||||
x="4.2333331"
|
||||
height="0.52915841"
|
||||
width="0.52916664"
|
||||
id="rect846"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect848"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="3.4395831"
|
||||
y="293.56042" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.05832505;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect852"
|
||||
width="0.52916664"
|
||||
height="0.52915841"
|
||||
x="2.6458333"
|
||||
y="294.35419" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
182
examples/exporter/theme/active/slider.svg
Normal file
@ -0,0 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="slider.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="28.704913"
|
||||
inkscape:cx="8.5671075"
|
||||
inkscape:cy="8.8021939"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1015"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 10,0.01367188 C 4.4846749,0.01360343 0.01360343,4.4846749 0.01367188,10 0.0136035,15.515325 4.484675,19.986396 10,19.986328 15.515325,19.986396 19.986396,15.515325 19.986328,10 19.986396,4.484675 15.515325,0.0136035 10,0.01367188 Z"
|
||||
transform="matrix(0.26458332,0,0,0.26458332,0,291.70835)"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
213
examples/exporter/theme/active/splitter-horizontal.svg
Normal file
@ -0,0 +1,213 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="splitter-horizontal.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.802598"
|
||||
inkscape:cx="6.3023018"
|
||||
inkscape:cy="8.969841"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g839">
|
||||
<rect
|
||||
y="291.97293"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect827"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect829"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="296.20627" />
|
||||
<rect
|
||||
y="295.14792"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect832"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="294.0896" />
|
||||
<rect
|
||||
y="293.03128"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
214
examples/exporter/theme/active/splitter-vertical.svg
Normal file
@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="splitter-vertical.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.802598"
|
||||
inkscape:cx="6.3023018"
|
||||
inkscape:cy="8.969841"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g839"
|
||||
transform="matrix(0,-1,-1,0,297.00002,297.00002)">
|
||||
<rect
|
||||
y="291.97293"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect827"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect829"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="296.20627" />
|
||||
<rect
|
||||
y="295.14792"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect832"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="294.0896" />
|
||||
<rect
|
||||
y="293.03128"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.2 KiB |
185
examples/exporter/theme/active/tab_close.svg
Normal file
@ -0,0 +1,185 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="tab_close.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="20.297438"
|
||||
inkscape:cx="10.202825"
|
||||
inkscape:cy="8.9235955"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1015"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#707070;stroke:#707070;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.98090215,292.68924 3.32986205,3.32989"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path842"
|
||||
d="m 4.3107782,292.68925 -3.32989002,3.32987"
|
||||
style="fill:#707070;stroke:#707070;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |
255
examples/exporter/theme/active/toolbar-handle-horizontal.svg
Normal file
@ -0,0 +1,255 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="toolbar-handle-horizontal.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.802598"
|
||||
inkscape:cx="3.483525"
|
||||
inkscape:cy="10.683358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g839"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g839">
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect830"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="1.8520832"
|
||||
y="291.70834" />
|
||||
<rect
|
||||
y="293.29584"
|
||||
x="1.8520832"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect832"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="1.8520832"
|
||||
y="294.88336" />
|
||||
<rect
|
||||
y="296.47086"
|
||||
x="1.8520832"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect836"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect838"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="292.50208" />
|
||||
<rect
|
||||
y="294.0896"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect840"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect842"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="295.67709" />
|
||||
<rect
|
||||
y="291.70834"
|
||||
x="2.9104166"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect844"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect846"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.9104166"
|
||||
y="293.29584" />
|
||||
<rect
|
||||
y="294.88336"
|
||||
x="2.9104166"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect848"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect850"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.9104166"
|
||||
y="296.47086" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
259
examples/exporter/theme/active/toolbar-handle-vertical.svg
Normal file
@ -0,0 +1,259 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="toolbar-handle-vertical.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.802598"
|
||||
inkscape:cx="-4.3785546"
|
||||
inkscape:cy="10.683358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g839"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g839">
|
||||
<g
|
||||
id="g849"
|
||||
transform="rotate(90,2.6458332,294.35418)">
|
||||
<rect
|
||||
y="291.70834"
|
||||
x="1.8520832"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect830"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect832"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="1.8520832"
|
||||
y="293.29584" />
|
||||
<rect
|
||||
y="294.88336"
|
||||
x="1.8520832"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect834"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect836"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="1.8520832"
|
||||
y="296.47086" />
|
||||
<rect
|
||||
y="292.50208"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect838"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect840"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.3812499"
|
||||
y="294.0896" />
|
||||
<rect
|
||||
y="295.67709"
|
||||
x="2.3812499"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect842"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect844"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.9104166"
|
||||
y="291.70834" />
|
||||
<rect
|
||||
y="293.29584"
|
||||
x="2.9104166"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect846"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect848"
|
||||
width="0.52916664"
|
||||
height="0.52916664"
|
||||
x="2.9104166"
|
||||
y="294.88336" />
|
||||
<rect
|
||||
y="296.47086"
|
||||
x="2.9104166"
|
||||
height="0.52916664"
|
||||
width="0.52916664"
|
||||
id="rect850"
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
191
examples/exporter/theme/active/uparrow.svg
Normal file
@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="uparrow.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="47.93292"
|
||||
inkscape:cx="11.339872"
|
||||
inkscape:cy="9.5896099"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#707070;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path853"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="2.6458392"
|
||||
sodipodi:cy="294.35419"
|
||||
sodipodi:r1="1.3229166"
|
||||
sodipodi:r2="0.66145831"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 2.6458392,293.03127 1.1456794,1.98438 -2.2913588,0 z"
|
||||
inkscape:transform-center-y="-0.33072915"
|
||||
inkscape:transform-center-x="-5.9534991e-06" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
103
examples/exporter/theme/active/uparrow2.svg
Normal file
@ -0,0 +1,103 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="18"
|
||||
height="6"
|
||||
viewBox="0 0 4.7624998 1.5874999"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="uparrow2.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="41.548604"
|
||||
inkscape:cx="6.9571778"
|
||||
inkscape:cy="1.8254158"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-0.26458327"
|
||||
originy="-2.6458406" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-0.26458326,-294.35419)">
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.385967;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#707070;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 4.233328,295.54481 -1.58749,-0.79375 -1.5875,0.79375"
|
||||
id="path827"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
190
examples/exporter/theme/active/vline.svg
Normal file
@ -0,0 +1,190 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 5.2916664 5.2916664"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="vline.svg"
|
||||
inkscape:export-filename="/home/yeison/Development/piton/art/icon_lite.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="38.069324"
|
||||
inkscape:cx="16.142199"
|
||||
inkscape:cy="14.081257"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g839"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="false"
|
||||
showguides="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:snap-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid974"
|
||||
empspacing="8"
|
||||
spacingx="0.26458332"
|
||||
spacingy="0.26458332"
|
||||
dotted="false"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-291.70835)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.05207439,0,0,0.05207453,-0.90125164,282.41203)">
|
||||
<g
|
||||
id="g851">
|
||||
<g
|
||||
id="g1059"
|
||||
transform="matrix(1.9986219,0,0,1.9986185,17.324484,-313.52314)">
|
||||
<path
|
||||
inkscape:transform-center-y="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 25.399999,271.60002 -8.0000008e-7,246.20002 H 50.799999 Z"
|
||||
id="path883"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 25.399999,271.60002 25.399999,25.4 H 0 Z"
|
||||
inkscape:transform-center-y="-3.1749995"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
ry="5.0534658"
|
||||
y="253.84885"
|
||||
x="7.6487389"
|
||||
height="35.528759"
|
||||
width="35.528786"
|
||||
id="rect870"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.06184419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="25.396828"
|
||||
cy="271.60001"
|
||||
cx="25.4"
|
||||
id="path872"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07635882;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(-45)"
|
||||
cx="-174.08969"
|
||||
cy="210.01071"
|
||||
r="12.656071"
|
||||
id="path876"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07399406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="-3.1749999"
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path904"
|
||||
d="m 25.4,271.60002 -25.40000040000004,25.4 v -50.8 z"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:transform-center-x="3.175"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.07000433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 25.399999,271.60002 25.4,-25.4 v 50.8 z"
|
||||
id="path906"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<rect
|
||||
ry="5.0514922"
|
||||
y="256.39301"
|
||||
x="2.5663135"
|
||||
height="30.440479"
|
||||
width="45.693634"
|
||||
id="rect837"
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:0.49382719;stroke:#ffffff00;stroke-width:0.0657438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect831"
|
||||
width="45.693588"
|
||||
height="30.44051"
|
||||
x="248.76645"
|
||||
y="-40.633385"
|
||||
ry="5.051497"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.38596651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.206421,401.67683 c 110.217209,0.71279 55.108609,0.3564 0,0 z"
|
||||
id="rect997"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1-5"
|
||||
transform="translate(-49.828291,-54.464494)">
|
||||
<g
|
||||
id="g839"
|
||||
transform="translate(45.594958,51.818657)">
|
||||
<rect
|
||||
style="opacity:1;fill:#707070;fill-opacity:1;stroke:none;stroke-width:1.67338;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect834"
|
||||
width="0.52916664"
|
||||
height="5.2916665"
|
||||
x="6.3499994"
|
||||
y="294.35419" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |
@ -835,7 +835,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>7</number>
|
||||
</property>
|
||||
<property name="usesScrollButtons">
|
||||
<bool>true</bool>
|
||||
@ -1997,14 +1997,14 @@
|
||||
<item row="0" column="0" rowspan="2" colspan="2">
|
||||
<widget class="QToolBox" name="toolBox">
|
||||
<property name="currentIndex">
|
||||
<number>2</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="page">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>647</width>
|
||||
<width>629</width>
|
||||
<height>266</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -2028,8 +2028,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>626</width>
|
||||
<height>328</height>
|
||||
<width>608</width>
|
||||
<height>286</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
@ -2059,7 +2059,21 @@
|
||||
<widget class="QDateTimeEdit" name="dateTimeEdit"/>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QDateEdit" name="dateEdit"/>
|
||||
<widget class="QDateEdit" name="dateEdit">
|
||||
<property name="dateTime">
|
||||
<datetime>
|
||||
<hour>0</hour>
|
||||
<minute>0</minute>
|
||||
<second>0</second>
|
||||
<year>1991</year>
|
||||
<month>2</month>
|
||||
<day>8</day>
|
||||
</datetime>
|
||||
</property>
|
||||
<property name="calendarPopup">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QKeySequenceEdit" name="keySequenceEdit"/>
|
||||
@ -2074,7 +2088,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>626</width>
|
||||
<width>608</width>
|
||||
<height>408</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -120,6 +120,7 @@ QTabWidget::pane {
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Inputs */
|
||||
|
||||
QDateEdit,
|
||||
QDateTimeEdit,
|
||||
QSpinBox,
|
||||
QDoubleSpinBox,
|
||||
@ -133,6 +134,7 @@ QPushButton {
|
||||
height: {{36|density(density_scale, border=2)}}px;
|
||||
}
|
||||
|
||||
QDateEdit,
|
||||
QDateTimeEdit,
|
||||
QSpinBox,
|
||||
QDoubleSpinBox,
|
||||
@ -165,6 +167,7 @@ QTextEdit {
|
||||
background-color: {{secondaryColor}};
|
||||
}
|
||||
|
||||
QDateEdit:disabled,
|
||||
QDateTimeEdit:disabled,
|
||||
QSpinBox:disabled,
|
||||
QDoubleSpinBox:disabled,
|
||||
@ -184,6 +187,7 @@ QLineEdit:disabled {
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QComboBox */
|
||||
|
||||
QDateEdit,
|
||||
QComboBox {
|
||||
color: {{primaryTextColor}};
|
||||
border: 2px solid {{primaryColor}};
|
||||
@ -196,43 +200,54 @@ QComboBox {
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
|
||||
QDateEdit:disabled,
|
||||
QComboBox:disabled {
|
||||
color: {{secondaryTextColor|opacity(0.2)}};
|
||||
background-color: {{secondaryColor|opacity(0.3)}};
|
||||
border-bottom: 2px solid {{secondaryColor}};
|
||||
}
|
||||
|
||||
QDateEdit::drop-down,
|
||||
QComboBox::drop-down {
|
||||
border: none;
|
||||
color: {{primaryColor}};
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
QDateEdit::down-arrow,
|
||||
QComboBox::down-arrow {
|
||||
image: url(icon:/active/downarrow.svg);
|
||||
margin-right: {{12|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
|
||||
QDateEdit::down-arrow:focus,
|
||||
QComboBox::down-arrow:focus {
|
||||
image: url(icon:/primary/downarrow.svg);
|
||||
margin-right: {{12|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QDateEdit::down-arrow:disabled,
|
||||
QComboBox::down-arrow:disabled {
|
||||
image: url(icon:/disabled/downarrow.svg);
|
||||
margin-right: {{12|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QDateEdit QAbstractItemView,
|
||||
QComboBox QAbstractItemView {
|
||||
background-color: {{secondaryColor}};
|
||||
border: 2px solid {{secondaryLightColor}};
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QDateEdit[frame='false'],
|
||||
QComboBox[frame='false'] {
|
||||
color: {{secondaryTextColor}};
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
QDateEdit[frame='false']:disabled,
|
||||
QComboBox[frame='false']:disabled {
|
||||
color: {{secondaryTextColor|opacity(0.2)}};
|
||||
}
|
||||
@ -628,6 +643,7 @@ QRadioButton::indicator:unchecked:disabled {
|
||||
image: url(icon:/disabled/radiobutton_unchecked.svg);
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QDockWidget */
|
||||
|
||||
@ -855,6 +871,14 @@ QScrollBar::sub-line:horizontal {
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
QScrollBar::sub-page:horizontal,
|
||||
QScrollBar::add-page:horizontal,
|
||||
QScrollBar::sub-page:vertical,
|
||||
QScrollBar::add-page:vertical,
|
||||
QScrolLBar:vertical {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QScrollBar-Big */
|
||||
|
||||
@ -917,22 +941,20 @@ QSlider::groove:vertical {
|
||||
width: 4px;
|
||||
background: #393939;
|
||||
margin: {{12|density(density_scale)}}px 0;
|
||||
border-radius: {{24|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QSlider::handle:horizontal {
|
||||
image: url(icon:/primary/slider.svg);
|
||||
width: {{24|density(density_scale)}}px;
|
||||
height: {{24|density(density_scale)}}px;
|
||||
margin: -{{24|density(density_scale)}}px -{{12|density(density_scale)}}px;
|
||||
width: {{18|density(density_scale)}}px;
|
||||
height: {{18|density(density_scale)}}px;
|
||||
margin: -{{18|density(density_scale)}}px -{{9|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QSlider::handle:vertical {
|
||||
image: url(icon:/primary/slider.svg);
|
||||
border-radius: {{24|density(density_scale)}}px;
|
||||
width: {{24|density(density_scale)}}px;
|
||||
height: {{24|density(density_scale)}}px;
|
||||
margin: -{{12|density(density_scale)}}px -{{24|density(density_scale)}}px;
|
||||
width: {{18|density(density_scale)}}px;
|
||||
height: {{18|density(density_scale)}}px;
|
||||
margin: -{{9|density(density_scale)}}px -{{18|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QSlider::add-page {
|
||||
@ -1258,6 +1280,10 @@ QLCDNumber {
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* QCalendarWidget */
|
||||
|
||||
QCalendarWidget {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#qt_calendar_prevmonth {
|
||||
qproperty-icon: url(icon:/primary/leftarrow.svg);
|
||||
}
|
||||
|