convert two more .svg files

This commit is contained in:
Eric House 2020-03-18 16:27:47 -07:00
parent a7862d2efe
commit 224f2a29da
9 changed files with 342 additions and 162 deletions

View file

@ -472,7 +472,7 @@ public class ConnStatusHandler {
Assert.assertTrue( !BuildConfig.DEBUG
|| 1 >= Math.abs(scratchR.width()
- scratchR.height()) );
drawIn( canvas, res, R.drawable.multigame__gen, scratchR );
drawIn( canvas, res, R.drawable.ic_multigame, scratchR );
if ( 0 < s_moveCount && XWPrefs.moveCountEnabled( context ) ) {
String str = String.format( "%d", s_moveCount );

View file

@ -324,7 +324,7 @@ public class GameListItem extends LinearLayout
m_modTime.setText( df.format( new Date( lastMoveTime ) ) );
int iconID = summary.isMultiGame() ?
R.drawable.multigame__gen : R.drawable.sologame__gen;
R.drawable.ic_multigame : R.drawable.ic_sologame;
m_gameTypeImage.setImageResource( iconID );
boolean hasChat = summary.isMultiGame();

View file

@ -869,7 +869,7 @@ public class GamesListDelegate extends ListDelegateBase
boolean canDoDefaults = solo ||
0 < XWPrefs.getAddrTypes( m_activity ).size();
int iconResID = solo ? R.drawable.sologame__gen : R.drawable.multigame__gen;
int iconResID = solo ? R.drawable.ic_sologame : R.drawable.ic_multigame;
int titleID = solo ? R.string.new_game : R.string.new_game_networked;
String msg = getString( canDoDefaults ? R.string.new_game_message
@ -908,13 +908,13 @@ public class GamesListDelegate extends ListDelegateBase
case GAMES_LIST_NAME_REMATCH: {
final LinearLayout view = (LinearLayout)
LocUtils.inflate( m_activity, R.layout.msg_label_and_edit );
int iconResID = R.drawable.sologame__gen;
int iconResID = R.drawable.ic_sologame;
if ( null != m_rematchExtras ) {
EditWClear edit = (EditWClear)view.findViewById( R.id.edit );
edit.setText( m_rematchExtras.getString( REMATCH_NEWNAME_EXTRA ));
boolean solo = m_rematchExtras.getBoolean( REMATCH_IS_SOLO, true );
if ( !solo ) {
iconResID = R.drawable.multigame__gen;
iconResID = R.drawable.ic_multigame;
}
view.findViewById( R.id.msg ).setVisibility( View.GONE );
}

View file

@ -0,0 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="120dp"
android:height="120dp"
android:viewportWidth="120"
android:viewportHeight="120">
<path
android:pathData="m94.003,53.556c-1.138,-0.181 -1.164,-3.31 -1.164,-3.31 0,0 3.343,-3.31 4.072,-7.761 1.96,0 3.171,-4.732 1.211,-6.397 0.082,-1.753 2.52,-13.757 -9.822,-13.757 -12.342,0 -9.904,12.005 -9.822,13.757 -1.96,1.665 -0.75,6.397 1.211,6.397 0.729,4.451 4.072,7.761 4.072,7.761 0,0 -0.026,3.129 -1.164,3.31 -3.665,0.583 -17.352,6.62 -17.352,13.24H88.299,111.355c0,-6.62 -13.687,-12.656 -17.352,-13.24z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
<path
android:pathData="M112.01,-0L64.979,-0C61.061,-0 57.854,2.835 57.854,6.305L57.854,87.036c0,3.47 3.207,6.307 7.125,6.307h47.031c3.918,0 7.125,-2.835 7.125,-6.305L119.135,6.305c0,-3.47 -3.207,-6.305 -7.125,-6.305zM80.972,4.545h15.046c0.476,0 0.862,0.341 0.862,0.765 0,0.421 -0.386,0.763 -0.862,0.763L80.972,6.073c-0.476,0 -0.862,-0.341 -0.862,-0.763 0,-0.424 0.386,-0.765 0.862,-0.765zM88.495,90.191c-1.968,0 -3.563,-1.411 -3.563,-3.152 0,-1.742 1.594,-3.152 3.563,-3.152 1.968,0 3.563,1.411 3.563,3.152 0,1.742 -1.594,3.152 -3.563,3.152zM114.177,81.676L62.812,81.676L62.812,9.998L114.177,9.998L114.177,81.676z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
<path
android:pathData="m36.8,78.821c-1.138,-0.181 -1.164,-3.31 -1.164,-3.31 0,0 3.343,-3.31 4.072,-7.761 1.96,0 3.171,-4.732 1.211,-6.397 0.082,-1.753 2.52,-13.757 -9.822,-13.757 -12.342,0 -9.904,12.005 -9.822,13.757 -1.96,1.665 -0.75,6.397 1.211,6.397 0.729,4.451 4.072,7.761 4.072,7.761 0,0 -0.026,3.129 -1.164,3.31C21.728,79.404 8.041,85.441 8.041,92.061H31.096,54.152c0,-6.62 -13.687,-12.656 -17.352,-13.24z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
<path
android:pathData="M54.807,25.266L7.776,25.266c-3.918,0 -7.125,2.835 -7.125,6.305v80.732c0,3.47 3.207,6.307 7.125,6.307L54.807,118.609c3.918,0 7.125,-2.835 7.125,-6.305L61.932,31.57c0,-3.47 -3.207,-6.305 -7.125,-6.305zM23.769,29.81h15.046c0.476,0 0.862,0.341 0.862,0.765 0,0.421 -0.386,0.763 -0.862,0.763L23.769,31.338c-0.476,0 -0.862,-0.341 -0.862,-0.763 0,-0.424 0.386,-0.765 0.862,-0.765zM31.292,115.457c-1.968,0 -3.563,-1.411 -3.563,-3.152 0,-1.742 1.594,-3.152 3.563,-3.152 1.968,0 3.563,1.411 3.563,3.152 0,1.742 -1.594,3.152 -3.563,3.152zM56.974,106.941L5.609,106.941L5.609,35.264L56.974,35.264v71.677z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
</vector>

View file

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="120dp"
android:height="120dp"
android:viewportWidth="120"
android:viewportHeight="120">
<path
android:pathData="m50.973,60.401c7.206,0 21.618,0 21.618,0m-5.688,-7c0,0 -4.813,-4.284 -10.583,-5.414 -1.06,-0.208 -1.091,-3.104 -1.091,-3.104 0,0 3.135,-3.104 3.818,-7.277 1.838,0 2.973,-4.437 1.135,-5.998 0.077,-1.643 2.363,-12.9 -9.21,-12.9 -11.573,0 -9.287,11.257 -9.21,12.9 -1.838,1.561 -0.703,5.998 1.135,5.998 0.683,4.173 3.818,7.277 3.818,7.277 0,0 -0.024,2.934 -1.091,3.104 -3.437,0.547 -16.27,6.207 -16.27,12.414l26.868,0c1.519,-5.688 6.1,-7.438 10.681,-7z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
<path
android:pathData="M89.475,-0H29.014C23.977,-0 19.854,3.645 19.854,8.105V111.891c0,4.461 4.123,8.109 9.16,8.109h60.461c5.037,0 9.16,-3.645 9.16,-8.105V8.105C98.635,3.645 94.512,-0 89.475,-0zM49.573,5.842h19.343c0.612,0 1.108,0.439 1.108,0.984 0,0.542 -0.496,0.981 -1.108,0.981H49.573c-0.612,0 -1.108,-0.439 -1.108,-0.981 0,-0.545 0.496,-0.984 1.108,-0.984zM59.245,115.947c-2.53,0 -4.58,-1.814 -4.58,-4.053 0,-2.239 2.05,-4.053 4.58,-4.053 2.53,0 4.58,1.814 4.58,4.053 0,2.239 -2.05,4.053 -4.58,4.053zM92.261,105H26.228V12.854H92.261V105z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
<path
android:pathData="m72.748,85.793c-1.142,-0.182 -1.168,-3.321 -1.168,-3.321 0,0 3.354,-3.321 4.085,-7.786 1.967,0 3.181,-4.747 1.214,-6.418 0.082,-1.758 2.528,-13.802 -9.854,-13.802 -12.382,0 -9.936,12.044 -9.855,13.802 -1.967,1.67 -0.752,6.418 1.214,6.418 0.731,4.465 4.085,7.786 4.085,7.786 0,0 -0.026,3.139 -1.168,3.321 -3.677,0.585 -17.409,6.642 -17.409,13.283h23.131,23.131c0,-6.641 -13.731,-12.698 -17.409,-13.283z"
android:fillColor="#ffffff"
android:fillAlpha="1"/>
</vector>

View file

@ -41,7 +41,7 @@
<ImageView android:id="@+id/game_type_marker"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/multigame__gen"
android:src="@drawable/ic_multigame"
/>
<ImageView android:id="@+id/has_chat_marker"
android:layout_width="wrap_content"

View file

@ -17,7 +17,7 @@
height="120"
viewBox="0 0 120 120"
xml:space="preserve"
inkscape:version="0.48.4 r9939"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="multigame.svg"><metadata
id="metadata3234"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
@ -32,14 +32,14 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1453"
inkscape:window-height="1057"
inkscape:window-height="1016"
id="namedview3230"
showgrid="false"
inkscape:zoom="6.8571429"
inkscape:cx="40.031592"
inkscape:cx="10.427426"
inkscape:cy="59.0625"
inkscape:window-x="1850"
inkscape:window-y="28"
inkscape:window-x="467"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1"
showborder="true"
@ -49,193 +49,287 @@
fit-margin-bottom="0" /><path
inkscape:connector-curvature="0"
d="m 94.002662,53.555566 c -1.137946,-0.181047 -1.163883,-3.309782 -1.163883,-3.309782 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171038,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.51972,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128735 -1.163781,3.309782 -3.665184,0.583177 -17.35183,6.619871 -17.35183,13.239538 H 88.29924 111.3546 c 0,-6.619667 -13.686651,-12.656361 -17.351938,-13.239538 z"
id="path4374" /><path
id="path4374"
style="fill:#ffffff;fill-opacity:1" /><path
d="M 112.00996,-2.3030773e-7 H 64.979295 C 61.061077,-2.3030773e-7 57.854167,2.8349848 57.854167,6.3047069 V 87.036428 c 0,3.469722 3.20691,6.307373 7.125128,6.307373 h 47.030665 c 3.91822,0 7.12513,-2.834983 7.12513,-6.304704 V 6.3047069 c 0,-3.4697221 -3.20691,-6.30470713030773 -7.12513,-6.30470713030773 z M 80.971652,4.5445097 h 15.045956 c 0.476213,0 0.862005,0.3413722 0.862005,0.7654191 0,0.4213804 -0.385792,0.7627527 -0.862005,0.7627527 H 80.971652 c -0.476215,0 -0.862009,-0.3413723 -0.862009,-0.7627527 0,-0.4240469 0.385794,-0.7654191 0.862009,-0.7654191 z m 7.522977,85.6469393 c -1.968151,0 -3.562564,-1.410829 -3.562564,-3.152352 0,-1.741531 1.594413,-3.152353 3.562564,-3.152353 1.96815,0 3.562565,1.410822 3.562565,3.152353 0,1.741523 -1.594415,3.152352 -3.562565,3.152352 z M 114.17704,81.675826 H 62.812219 V 9.9984551 H 114.17704 V 81.675826 z"
id="path3198"
inkscape:connector-curvature="0" /><g
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3200"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3202"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3204"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3206"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3208"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3210"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3212"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3214"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3216"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3218"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3220"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3222"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3224"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3226"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3228"
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)" /><g
transform="matrix(3.0140138,0,0,2.6669657,1.854167,-5.1159404e-8)"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3316" /><g
id="g3316"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3318" /><g
id="g3318"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3320" /><g
id="g3320"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3322" /><g
id="g3322"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3324" /><g
id="g3324"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3326" /><g
id="g3326"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3328" /><g
id="g3328"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3330" /><g
id="g3330"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3332" /><g
id="g3332"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3334" /><g
id="g3334"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3336" /><g
id="g3336"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3338" /><g
id="g3338"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3340" /><g
id="g3340"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3342" /><g
id="g3342"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,9.4449192,20.45164)"
id="g3344" /><g
id="g3344"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3316-8" /><g
id="g3316-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3318-8" /><g
id="g3318-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3320-6" /><g
id="g3320-6"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3322-3" /><g
id="g3322-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3324-3" /><g
id="g3324-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3326-2" /><g
id="g3326-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3328-4" /><g
id="g3328-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3330-8" /><g
id="g3330-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3332-7" /><g
id="g3332-7"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3334-4" /><g
id="g3334-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3336-6" /><g
id="g3336-6"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3338-3" /><g
id="g3338-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3340-3" /><g
id="g3340-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3342-8" /><g
id="g3342-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
id="g3344-0" /><path
id="g3344-0"
style="fill:#ffffff;fill-opacity:1" /><path
inkscape:connector-curvature="0"
d="m 36.799699,78.82117 c -1.137946,-0.18105 -1.163883,-3.309786 -1.163883,-3.309786 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171037,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.519723,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128736 -1.163781,3.309786 C 21.72757,79.40434 8.040924,85.44104 8.040924,92.0607 H 31.096277 54.15163 c 0,-6.61966 -13.686644,-12.65636 -17.351931,-13.23953 z"
id="path4374-2" /><path
id="path4374-2"
style="fill:#ffffff;fill-opacity:1" /><path
d="M 54.807,25.2656 H 7.776331 c -3.918217,0 -7.125127,2.834985 -7.125127,6.304707 v 80.731723 c 0,3.46972 3.20691,6.30737 7.125127,6.30737 H 54.807 c 3.91822,0 7.12513,-2.83498 7.12513,-6.3047 V 31.570307 c 0,-3.469722 -3.20691,-6.304707 -7.12513,-6.304707 z m -31.038311,4.54451 h 15.045956 c 0.476213,0 0.862005,0.341372 0.862005,0.765419 0,0.42138 -0.385792,0.762752 -0.862005,0.762752 H 23.768689 c -0.476215,0 -0.862009,-0.341372 -0.862009,-0.762752 0,-0.424047 0.385794,-0.765419 0.862009,-0.765419 z m 7.522977,85.64694 c -1.968151,0 -3.562564,-1.41083 -3.562564,-3.15235 0,-1.74153 1.594413,-3.15236 3.562564,-3.15236 1.96815,0 3.562565,1.41083 3.562565,3.15236 0,1.74152 -1.594415,3.15235 -3.562565,3.15235 z M 56.97408,106.94143 H 5.609256 V 35.264055 H 56.97408 v 71.677375 z"
id="path3198-0"
inkscape:connector-curvature="0" /><g
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3200-5"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3202-7"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3204-5"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3206-2"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3208-4"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3210-6"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3212-4"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3214-2"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3216-7"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3218-6"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3220-0"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3222-7"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3224-8"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3226-0"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3228-4"
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)" /><g
transform="matrix(3.0140138,0,0,2.6669657,56.651204,25.2656)"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3316-7" /><g
id="g3316-7"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3318-2" /><g
id="g3318-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3320-9" /><g
id="g3320-9"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3322-0" /><g
id="g3322-0"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3324-1" /><g
id="g3324-1"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3326-23" /><g
id="g3326-23"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3328-9" /><g
id="g3328-9"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3330-9" /><g
id="g3330-9"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3332-8" /><g
id="g3332-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3334-3" /><g
id="g3334-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3336-0" /><g
id="g3336-0"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3338-4" /><g
id="g3338-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3340-7" /><g
id="g3340-7"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3342-5" /><g
id="g3342-5"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,64.241956,45.71724)"
id="g3344-4" /><g
id="g3344-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3316-8-2" /><g
id="g3316-8-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3318-8-2" /><g
id="g3318-8-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3320-6-2" /><g
id="g3320-6-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3322-3-6" /><g
id="g3322-3-6"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3324-3-8" /><g
id="g3324-3-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3326-2-8" /><g
id="g3326-2-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3328-4-3" /><g
id="g3328-4-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3330-8-2" /><g
id="g3330-8-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3332-7-8" /><g
id="g3332-7-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3334-4-9" /><g
id="g3334-4-9"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3336-6-3" /><g
id="g3336-6-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3338-3-5" /><g
id="g3338-3-5"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3340-3-9" /><g
id="g3340-3-9"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3342-8-5" /><g
id="g3342-8-5"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(3.9718007,0,0,3.5144686,87.454312,49.492819)"
id="g3344-0-0" /></svg>
id="g3344-0-0"
style="fill:#ffffff;fill-opacity:1" /></svg>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -17,7 +17,7 @@
height="120"
viewBox="0 0 120 120"
xml:space="preserve"
inkscape:version="0.48.4 r9939"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="sologame.svg"><metadata
id="metadata3234"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
@ -31,16 +31,16 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1453"
inkscape:window-height="1057"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview3230"
showgrid="false"
inkscape:zoom="6.8571429"
inkscape:cx="40.031592"
inkscape:cx="10.427426"
inkscape:cy="59.0625"
inkscape:window-x="1850"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1"
showborder="true"
fit-margin-top="0"
@ -50,100 +50,148 @@
inkscape:connector-curvature="0"
d="m 50.97261,60.401038 c 7.206148,0 21.618443,0 21.618443,0 m -5.6875,-7 c 0,0 -4.812801,-4.284226 -10.582984,-5.41439 -1.060298,-0.207673 -1.091345,-3.103502 -1.091345,-3.103502 0,0 3.135061,-3.103596 3.818358,-7.277017 1.838049,0 2.973404,-4.436896 1.135064,-5.99796 0.07682,-1.643291 2.362683,-12.899839 -9.210035,-12.899839 -11.572718,0 -9.286761,11.256548 -9.210228,12.899839 -1.838244,1.561064 -0.703082,5.99796 1.135065,5.99796 0.683201,4.17342 3.818357,7.277017 3.818357,7.277017 0,0 -0.02432,2.933739 -1.091249,3.103502 -3.436753,0.546831 -16.270386,6.207291 -16.270386,12.41439 l 26.86844,0 c 1.518648,-5.6875 6.099795,-7.4375 10.680943,-7 z"
id="path4374"
sodipodi:nodetypes="cccscccscccsccc" /><path
sodipodi:nodetypes="cccscccscccsccc"
style="fill:#ffffff;fill-opacity:1" /><path
d="M 89.475241,-2.3030773e-7 H 29.014018 C 23.976875,-2.3030773e-7 19.854167,3.6445718 19.854167,8.1051428 V 111.89143 c 0,4.46057 4.122708,8.10857 9.159851,8.10857 h 60.461223 c 5.037143,0 9.159851,-3.64457 9.159851,-8.10514 V 8.1051428 C 98.635092,3.6445718 94.512384,-2.3030773e-7 89.475241,-2.3030773e-7 z M 49.573314,5.8422858 h 19.342631 c 0.612206,0 1.108169,0.438858 1.108169,0.984 0,0.541714 -0.495963,0.980572 -1.108169,0.980572 H 49.573314 c -0.612207,0 -1.108172,-0.438858 -1.108172,-0.980572 0,-0.545142 0.495965,-0.984 1.108172,-0.984 z M 59.244629,115.94743 c -2.530196,0 -4.579926,-1.81372 -4.579926,-4.05257 0,-2.23886 2.04973,-4.05257 4.579926,-4.05257 2.530195,0 4.579927,1.81371 4.579927,4.05257 0,2.23885 -2.049732,4.05257 -4.579927,4.05257 z M 92.261168,105 H 26.228091 V 12.853715 H 92.261168 V 105 z"
id="path3198"
inkscape:connector-curvature="0" /><g
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3200"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3202"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3204"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3206"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3208"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3210"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3212"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3214"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3216"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3218"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3220"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3222"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3224"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3226"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
id="g3228"
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)" /><g
transform="matrix(3.874726,0,0,3.4285714,19.854167,0)"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3316" /><g
id="g3316"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3318" /><g
id="g3318"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3320" /><g
id="g3320"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3322" /><g
id="g3322"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3324" /><g
id="g3324"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3326" /><g
id="g3326"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3328" /><g
id="g3328"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3330" /><g
id="g3330"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3332" /><g
id="g3332"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3334" /><g
id="g3334"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3336" /><g
id="g3336"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3338" /><g
id="g3338"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3340" /><g
id="g3340"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3342" /><g
id="g3342"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,29.612611,26.292017)"
id="g3344" /><g
id="g3344"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3316-8" /><g
id="g3316-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3318-8" /><g
id="g3318-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3320-6" /><g
id="g3320-6"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3322-3" /><g
id="g3322-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3324-3" /><g
id="g3324-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3326-2" /><g
id="g3326-2"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3328-4" /><g
id="g3328-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3330-8" /><g
id="g3330-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3332-7" /><g
id="g3332-7"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3334-4" /><g
id="g3334-4"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3336-6" /><g
id="g3336-6"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3338-3" /><g
id="g3338-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3340-3" /><g
id="g3340-3"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3342-8" /><g
id="g3342-8"
style="fill:#ffffff;fill-opacity:1" /><g
transform="matrix(5.1060282,0,0,4.5180958,59.453721,31.145788)"
id="g3344-0" /><path
id="g3344-0"
style="fill:#ffffff;fill-opacity:1" /><path
inkscape:connector-curvature="0"
d="m 72.747542,85.792667 c -1.141669,-0.181639 -1.167691,-3.320612 -1.167691,-3.320612 0,0 3.354379,-3.320712 4.085477,-7.78609 1.966632,0 3.181411,-4.747285 1.214468,-6.417555 0.08219,-1.758249 2.527968,-13.802264 -9.854334,-13.802264 -12.382303,0 -9.936429,12.044015 -9.854542,13.802264 -1.96684,1.67027 -0.752267,6.417555 1.21447,6.417555 0.730995,4.465377 4.085475,7.78609 4.085475,7.78609 0,0 -0.02603,3.138973 -1.167588,3.320612 -3.677176,0.585084 -17.408602,6.64153 -17.408602,13.282853 h 23.130786 23.130788 c 0,-6.641323 -13.731427,-12.697769 -17.408707,-13.282853 z"
id="path4374-1" /></svg>
id="path4374-1"
style="fill:#ffffff;fill-opacity:1" /></svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

@ -15,7 +15,6 @@ SRC_SVGS = \
down.svg \
download.svg \
email.svg \
multigame.svg \
new_group.svg \
prefs.svg \
relabel.svg \
@ -25,7 +24,6 @@ SRC_SVGS = \
search.svg \
select_all.svg \
send.svg \
sologame.svg \
trade.svg \
untrade.svg \
up.svg \