Fixed warnings, use play icon for play objects

presentation
Andreas Butti 7 years ago
parent b9105a043c
commit 2a9a41246c
  1. 58
      src/gui/toolbarMenubar/ToolSelectCombocontrol.cpp
  2. 6
      src/gui/toolbarMenubar/ToolSelectCombocontrol.h
  3. 155
      ui/pixmaps/object-play.svg

@ -6,8 +6,10 @@
#include <config.h>
#include <i18n.h>
ToolSelectCombocontrol::ToolSelectCombocontrol(ToolMenuHandler* th, ActionHandler* handler, GladeGui* gui, string id) :
ToolButton(handler, gui, id, ACTION_TOOL_SELECT_RECT, GROUP_TOOL, true, "rect-select.svg", _("Select Rectangle"))
ToolSelectCombocontrol::ToolSelectCombocontrol(ToolMenuHandler* toolMenuHandler, ActionHandler* handler, GladeGui* gui, string id)
: ToolButton(handler, gui, id, ACTION_TOOL_SELECT_RECT, GROUP_TOOL, true, "rect-select.svg", _("Select Rectangle")),
toolMenuHandler(toolMenuHandler),
popup(gtk_menu_new())
{
XOJ_INIT_TYPE(ToolSelectCombocontrol);
@ -15,10 +17,6 @@ ToolSelectCombocontrol::ToolSelectCombocontrol(ToolMenuHandler* th, ActionHandle
this->labelWidget = NULL;
this->iconWidget = NULL;
GtkWidget* popup = gtk_menu_new();
GtkWidget* menuItem;
this->iconSelectRect = gui->loadIconPixbuf("rect-select.svg");
this->iconSelectRgion = gui->loadIconPixbuf("lasso.svg");
this->iconSelectObject = gui->loadIconPixbuf("object-select.svg");
@ -28,33 +26,10 @@ ToolSelectCombocontrol::ToolSelectCombocontrol(ToolMenuHandler* th, ActionHandle
g_object_ref(this->iconSelectObject);
g_object_ref(this->iconPlayObject);
menuItem = gtk_image_menu_item_new_with_label(_C("Select Rectangle"));
gtk_container_add(GTK_CONTAINER(popup), menuItem);
th->registerMenupoint(menuItem, ACTION_TOOL_SELECT_RECT, GROUP_TOOL);
gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(menuItem), true);
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuItem), gui->loadIcon("rect-select.svg"));
gtk_widget_show_all(menuItem);
menuItem = gtk_image_menu_item_new_with_label(_C("Select Region"));
gtk_container_add(GTK_CONTAINER(popup), menuItem);
th->registerMenupoint(menuItem, ACTION_TOOL_SELECT_REGION, GROUP_TOOL);
gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(menuItem), true);
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuItem), gui->loadIcon("lasso.svg"));
gtk_widget_show_all(menuItem);
menuItem = gtk_image_menu_item_new_with_label(_C("Select Object"));
gtk_container_add(GTK_CONTAINER(popup), menuItem);
th->registerMenupoint(menuItem, ACTION_TOOL_SELECT_OBJECT, GROUP_TOOL);
gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(menuItem), true);
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuItem), gui->loadIcon("object-select.svg"));
gtk_widget_show_all(menuItem);
menuItem = gtk_image_menu_item_new_with_label(_C("Play Object"));
gtk_container_add(GTK_CONTAINER(popup),menuItem);
th->registerMenupoint(menuItem,ACTION_TOOL_PLAY_OBJECT, GROUP_TOOL);
gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(menuItem), true);
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuItem), gui->loadIcon("object-play.svg"));
gtk_widget_show_all(menuItem);
addMenuitem(_("Select Rectangle"), "rect-select.svg", ACTION_TOOL_SELECT_RECT, GROUP_TOOL);
addMenuitem(_("Select Region"), "lasso.svg", ACTION_TOOL_SELECT_REGION, GROUP_TOOL);
addMenuitem(_("Select Object"), "object-select.svg", ACTION_TOOL_SELECT_OBJECT, GROUP_TOOL);
addMenuitem(_("Play Object"), "object-play.svg", ACTION_TOOL_PLAY_OBJECT, GROUP_TOOL);
setPopupMenu(popup);
}
@ -71,6 +46,23 @@ ToolSelectCombocontrol::~ToolSelectCombocontrol()
XOJ_RELEASE_TYPE(ToolSelectCombocontrol);
}
void ToolSelectCombocontrol::addMenuitem(string text, string icon, ActionType type, ActionGroup group)
{
GtkWidget* box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6);
GtkWidget* label = gtk_label_new(text.c_str());
GtkWidget* menuItem = gtk_menu_item_new();
gtk_container_add(GTK_CONTAINER(box), gui->loadIcon(icon));
gtk_label_set_xalign(GTK_LABEL(label), 0.0);
gtk_box_pack_end(GTK_BOX(box), label, true, true, 0);
gtk_container_add(GTK_CONTAINER(menuItem), box);
gtk_widget_show_all(menuItem);
gtk_container_add(GTK_CONTAINER(popup), menuItem);
toolMenuHandler->registerMenupoint(menuItem, type, group);
}
void ToolSelectCombocontrol::selected(ActionGroup group, ActionType action)
{
XOJ_CHECK_TYPE(ToolSelectCombocontrol);

@ -21,7 +21,7 @@ class ToolMenuHandler;
class ToolSelectCombocontrol : public ToolButton
{
public:
ToolSelectCombocontrol(ToolMenuHandler* th, ActionHandler* handler, GladeGui* gui, string id);
ToolSelectCombocontrol(ToolMenuHandler* toolMenuHandler, ActionHandler* handler, GladeGui* gui, string id);
virtual ~ToolSelectCombocontrol();
public:
@ -29,10 +29,14 @@ public:
protected:
virtual GtkToolItem* newItem();
void addMenuitem(string text, string icon, ActionType type, ActionGroup group);
private:
XOJ_TYPE_ATTRIB;
ToolMenuHandler* toolMenuHandler;
GtkWidget* popup;
GtkWidget* iconWidget;
GtkWidget* labelWidget;

@ -1,17 +1,140 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22pt" height="22pt" viewBox="0 0 22 22" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(90.196078%,90.196078%,90.196078%);fill-opacity:1;" d="M 12.171875 7.066406 C 11.953125 6.574219 11.460938 5.964844 10.320312 6.464844 L 9.316406 6.90625 L 8.359375 4.730469 C 7.785156 3.417969 6.351562 3.320312 5.625 4.015625 C 5.101562 4.515625 4.863281 5.316406 5.207031 6.105469 L 8.601562 13.871094 C 7.773438 13.246094 6.195312 13.253906 5.488281 13.980469 L 5.507812 13.953125 C 4.757812 14.726562 4.882812 15.820312 6.019531 16.777344 L 12.097656 21.5625 L 20.804688 17.734375 L 20.851562 16.976562 C 20.976562 15 20.625 13.027344 19.828125 11.214844 L 19.171875 9.71875 C 19.136719 9.640625 19.097656 9.5625 19.058594 9.488281 C 18.597656 8.648438 17.570312 8.304688 16.691406 8.683594 L 16.039062 8.96875 L 15.296875 7.289062 C 14.972656 6.550781 14.113281 6.214844 13.378906 6.546875 Z M 12.171875 7.066406 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 20.230469 11.039062 L 19.570312 9.539062 C 19.53125 9.453125 19.488281 9.363281 19.441406 9.28125 C 19.167969 8.777344 18.71875 8.398438 18.171875 8.214844 C 17.628906 8.03125 17.042969 8.054688 16.515625 8.28125 L 16.261719 8.394531 L 15.9375 7.65625 L 15.699219 7.109375 C 15.496094 6.644531 15.121094 6.289062 14.648438 6.105469 C 14.175781 5.925781 13.664062 5.9375 13.203125 6.144531 L 12.359375 6.507812 C 12.203125 6.289062 12.015625 6.117188 11.792969 6.003906 C 11.332031 5.765625 10.777344 5.785156 10.144531 6.0625 L 9.542969 6.328125 L 8.761719 4.554688 C 8.441406 3.832031 7.851562 3.335938 7.144531 3.191406 C 6.476562 3.058594 5.796875 3.25 5.324219 3.699219 C 4.617188 4.371094 4.414062 5.386719 4.804688 6.277344 L 7.761719 13.046875 C 7.515625 12.996094 7.253906 12.972656 6.988281 12.980469 C 6.300781 12.996094 5.683594 13.214844 5.269531 13.585938 C 5.242188 13.601562 5.214844 13.625 5.191406 13.648438 C 4.777344 14.074219 4.570312 14.59375 4.601562 15.144531 C 4.632812 15.835938 5.027344 16.515625 5.738281 17.113281 C 5.742188 17.117188 5.746094 17.121094 5.75 17.121094 L 11.828125 21.90625 C 11.90625 21.96875 12.003906 22 12.097656 22 C 12.160156 22 12.21875 21.988281 12.277344 21.964844 L 20.980469 18.136719 C 21.132812 18.070312 21.234375 17.925781 21.242188 17.761719 L 21.289062 17.003906 C 21.417969 14.96875 21.050781 12.90625 20.230469 11.039062 Z M 16.679688 11.519531 C 16.753906 11.683594 16.914062 11.78125 17.082031 11.78125 C 17.140625 11.78125 17.199219 11.769531 17.257812 11.746094 C 17.480469 11.648438 17.578125 11.390625 17.484375 11.167969 L 16.617188 9.195312 L 16.867188 9.085938 C 17.542969 8.792969 18.320312 9.054688 18.675781 9.699219 C 18.707031 9.761719 18.742188 9.828125 18.769531 9.894531 L 19.429688 11.394531 C 20.191406 13.132812 20.535156 15.050781 20.414062 16.949219 L 20.386719 17.441406 L 12.164062 21.054688 L 6.296875 16.4375 C 5.789062 16.007812 5.496094 15.535156 5.476562 15.101562 C 5.460938 14.820312 5.558594 14.558594 5.761719 14.324219 C 5.777344 14.3125 5.789062 14.300781 5.804688 14.285156 C 6.328125 13.746094 7.636719 13.707031 8.320312 14.210938 L 9.828125 15.660156 C 9.914062 15.742188 10.023438 15.78125 10.132812 15.78125 C 10.246094 15.78125 10.363281 15.734375 10.449219 15.648438 C 10.617188 15.472656 10.609375 15.195312 10.4375 15.027344 L 8.96875 13.617188 L 5.609375 5.925781 C 5.3125 5.257812 5.582031 4.664062 5.929688 4.332031 C 6.191406 4.082031 6.589844 3.976562 6.972656 4.050781 C 7.402344 4.136719 7.753906 4.441406 7.957031 4.90625 L 10.503906 10.695312 C 10.574219 10.859375 10.734375 10.957031 10.90625 10.957031 C 10.964844 10.957031 11.023438 10.945312 11.082031 10.917969 C 11.300781 10.820312 11.402344 10.5625 11.304688 10.339844 L 9.894531 7.132812 L 10.496094 6.867188 C 10.875 6.699219 11.175781 6.671875 11.390625 6.78125 C 11.542969 6.859375 11.667969 7.015625 11.769531 7.246094 L 13.269531 10.65625 C 13.34375 10.824219 13.503906 10.921875 13.671875 10.921875 C 13.730469 10.921875 13.789062 10.90625 13.847656 10.882812 C 14.070312 10.785156 14.171875 10.527344 14.074219 10.304688 L 12.75 7.296875 L 13.550781 6.949219 C 13.554688 6.945312 13.554688 6.945312 13.558594 6.945312 C 13.804688 6.835938 14.078125 6.828125 14.332031 6.925781 C 14.585938 7.023438 14.789062 7.214844 14.898438 7.464844 Z M 16.679688 11.519531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 18.4375 17.859375 C 18.269531 17.859375 18.109375 17.761719 18.035156 17.597656 C 17.9375 17.378906 18.039062 17.117188 18.261719 17.023438 L 18.695312 16.832031 C 18.914062 16.734375 19.175781 16.835938 19.269531 17.058594 C 19.367188 17.277344 19.269531 17.539062 19.046875 17.632812 L 18.613281 17.824219 C 18.554688 17.847656 18.496094 17.859375 18.4375 17.859375 Z M 18.4375 17.859375 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 12.507812 20.472656 C 12.339844 20.472656 12.179688 20.375 12.109375 20.210938 C 12.011719 19.988281 12.113281 19.730469 12.332031 19.632812 L 16.949219 17.605469 C 17.171875 17.507812 17.429688 17.609375 17.527344 17.832031 C 17.625 18.054688 17.523438 18.3125 17.300781 18.410156 L 12.683594 20.433594 C 12.628906 20.460938 12.566406 20.472656 12.507812 20.472656 Z M 12.507812 20.472656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 5.996094 2.332031 C 5.792969 2.332031 5.609375 2.1875 5.566406 1.980469 L 5.265625 0.527344 C 5.21875 0.289062 5.371094 0.0585938 5.605469 0.0078125 C 5.84375 -0.0390625 6.074219 0.113281 6.125 0.351562 L 6.425781 1.804688 C 6.472656 2.039062 6.320312 2.273438 6.085938 2.320312 C 6.054688 2.328125 6.023438 2.332031 5.996094 2.332031 Z M 5.996094 2.332031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1.425781 2.261719 C 1.347656 2.261719 1.265625 2.242188 1.195312 2.199219 L 0.890625 2.011719 C 0.6875 1.882812 0.621094 1.613281 0.75 1.40625 C 0.878906 1.203125 1.148438 1.136719 1.355469 1.265625 L 1.65625 1.453125 C 1.863281 1.578125 1.925781 1.851562 1.796875 2.054688 C 1.714844 2.191406 1.570312 2.261719 1.425781 2.261719 Z M 1.425781 2.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 3.824219 3.851562 C 3.742188 3.851562 3.660156 3.828125 3.585938 3.78125 L 2.648438 3.167969 C 2.445312 3.03125 2.390625 2.761719 2.523438 2.558594 C 2.65625 2.355469 2.929688 2.300781 3.132812 2.433594 L 4.066406 3.046875 C 4.269531 3.183594 4.324219 3.453125 4.191406 3.65625 C 4.105469 3.785156 3.96875 3.851562 3.824219 3.851562 Z M 3.824219 3.851562 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1.914062 6.765625 C 1.710938 6.765625 1.527344 6.621094 1.484375 6.414062 C 1.433594 6.179688 1.585938 5.945312 1.824219 5.898438 L 3.277344 5.597656 C 3.515625 5.546875 3.746094 5.699219 3.796875 5.9375 C 3.84375 6.175781 3.691406 6.40625 3.457031 6.457031 L 2 6.757812 C 1.972656 6.761719 1.941406 6.765625 1.914062 6.765625 Z M 1.914062 6.765625 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 3.839844 10.238281 C 3.757812 10.238281 3.675781 10.214844 3.601562 10.167969 C 3.398438 10.035156 3.34375 9.761719 3.476562 9.558594 L 4.292969 8.320312 C 4.425781 8.117188 4.695312 8.0625 4.898438 8.195312 C 5.101562 8.328125 5.15625 8.597656 5.023438 8.800781 L 4.207031 10.042969 C 4.125 10.167969 3.984375 10.238281 3.839844 10.238281 Z M 3.839844 10.238281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 10.128906 4.960938 C 9.925781 4.960938 9.742188 4.816406 9.699219 4.609375 C 9.652344 4.371094 9.804688 4.140625 10.042969 4.089844 L 11.011719 3.890625 C 11.246094 3.84375 11.480469 3.996094 11.527344 4.230469 C 11.578125 4.46875 11.425781 4.699219 11.1875 4.75 L 10.21875 4.949219 C 10.1875 4.957031 10.160156 4.960938 10.128906 4.960938 Z M 10.128906 4.960938 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 12.855469 4.394531 C 12.652344 4.394531 12.46875 4.253906 12.425781 4.046875 C 12.378906 3.808594 12.53125 3.578125 12.765625 3.527344 L 13.070312 3.464844 C 13.308594 3.417969 13.539062 3.570312 13.589844 3.808594 C 13.636719 4.042969 13.484375 4.277344 13.246094 4.324219 L 12.945312 4.386719 C 12.914062 4.394531 12.886719 4.394531 12.855469 4.394531 Z M 12.855469 4.394531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8.605469 2.789062 C 8.523438 2.789062 8.441406 2.765625 8.367188 2.714844 C 8.164062 2.582031 8.109375 2.3125 8.242188 2.109375 L 9.058594 0.867188 C 9.191406 0.667969 9.460938 0.609375 9.664062 0.742188 C 9.867188 0.875 9.921875 1.148438 9.789062 1.351562 L 8.972656 2.589844 C 8.890625 2.71875 8.75 2.789062 8.605469 2.789062 Z M 8.605469 2.789062 "/>
</g>
<?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"
version="1.0"
width="22"
height="22"
viewBox="0 0 17.6 17.6"
preserveAspectRatio="xMidYMid meet"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="object-play.svg">
<defs
id="defs12">
<linearGradient
id="linearGradient2395"
y2="43.877998"
gradientUnits="userSpaceOnUse"
x2="18.037001"
gradientTransform="matrix(0.3608068,0,0,0.31393635,-2.1784132,-0.29902998)"
y1="14.511"
x1="18.037001">
<stop
id="stop2266"
style="stop-color:#d7e866"
offset="0" />
<stop
id="stop2268"
style="stop-color:#8cab2a"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient2392"
y2="46.874001"
gradientUnits="userSpaceOnUse"
x2="13.759"
gradientTransform="matrix(0.30016815,0,0,0.28595857,-0.3497084,0.29843031)"
y1="14.66"
x1="34.403999">
<stop
id="stop4224"
style="stop-color:#fff"
offset="0" />
<stop
id="stop4226"
style="stop-color:#fff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient2395-3"
y2="43.877998"
gradientUnits="userSpaceOnUse"
x2="18.037001"
gradientTransform="matrix(0.39361236,0,0,0.33555353,-8.5232687,-0.07301647)"
y1="14.511"
x1="18.037001">
<stop
id="stop2266-6"
style="stop-color:#d7e866"
offset="0" />
<stop
id="stop2268-7"
style="stop-color:#8cab2a"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient2392-5"
y2="46.874001"
gradientUnits="userSpaceOnUse"
x2="13.759"
gradientTransform="matrix(0.32746028,0,0,0.30564924,-6.5282927,0.56558402)"
y1="14.66"
x1="34.403999">
<stop
id="stop4224-3"
style="stop-color:#fff"
offset="0" />
<stop
id="stop4226-5"
style="stop-color:#fff;stop-opacity:0"
offset="1" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1176"
id="namedview10"
showgrid="false"
inkscape:zoom="17.029949"
inkscape:cx="-11.540479"
inkscape:cy="19.836343"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<metadata
id="metadata4">
Created by potrace 1.11, written by Peter Selinger 2001-2013
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.95999992;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.6268567,5.618964 c 2.322406,2.300538 4.220023,4.1918474 4.220023,4.2029074 0,0.01108 -0.936621,0.106922 -2.078674,0.2175176 -1.145535,0.106921 -2.116976,0.20646 -2.155277,0.21752 -0.07312,0.02581 -0.0035,0.191712 1.155981,2.883048 0.678963,1.570558 1.236064,2.879358 1.243027,2.908853 0.007,0.05531 -1.577287,0.822148 -1.61907,0.781593 -0.01393,-0.01108 -0.553616,-1.330921 -1.204726,-2.927286 -0.651109,-1.596368 -1.190798,-2.908855 -1.204726,-2.912543 -0.01044,-0.0037 -0.703337,0.670991 -1.5424668,1.5042 -0.835648,0.82952 -1.532022,1.518944 -1.549431,1.522631 -0.01393,0.0074 -0.02785,-2.942035 -0.02785,-6.555061 l 0,-6.569807 0.271585,0.269133 c 0.149721,0.151158 2.1726858,2.156755 4.4916088,4.457294 z"
id="path8"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.85814372,0,0,0.9130466,4.8084293,-0.81421252)"
id="layer1">
<path
inkscape:connector-curvature="0"
id="path3375"
style="fill:url(#linearGradient2395-3);fill-rule:evenodd;stroke:#548820;stroke-linecap:round;stroke-linejoin:round"
d="m 1.5,14.5 0,-13 13,6.5 -13,6.5 z" />
<path
inkscape:connector-curvature="0"
id="path2294"
style="opacity:0.41000001;fill:none;stroke:url(#linearGradient2392-5);stroke-linecap:round"
d="M 2.5,12.878 2.5,3.1 12.341,8 2.5,12.878 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Loading…
Cancel
Save