Merge pull request #2982 from elsiehupp/full-bleed-start-tile

Use full-bleed Start Tile
This commit is contained in:
Matthieu Gallien 2022-05-06 11:00:42 +02:00 committed by GitHub
commit 9c7b1f7ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.08387,0,0,1.08202,-8.12397,-4.83413)">
<rect x="7.495" y="4.468" width="147.619" height="147.871" style="fill:url(#_Linear1);"/>
</g>
<path id="path1052" d="M80.101,49.71C66.308,49.71 54.617,59.061 50.994,71.73C47.845,65.01 41.021,60.302 33.161,60.302C22.351,60.302 13.465,69.188 13.465,79.998C13.465,90.808 22.351,99.698 33.161,99.698C41.021,99.698 47.845,94.987 50.994,88.266C54.617,100.936 66.308,110.29 80.101,110.29C93.793,110.29 105.424,101.077 109.14,88.55C112.347,95.118 119.087,99.698 126.835,99.698C137.645,99.698 146.535,90.808 146.535,79.998C146.535,69.188 137.645,60.302 126.835,60.302C119.087,60.302 112.347,64.879 109.14,71.446C105.424,58.92 93.793,49.71 80.101,49.71ZM80.101,61.272C90.514,61.272 98.832,69.586 98.832,79.998C98.832,90.41 90.514,98.728 80.101,98.728C69.689,98.728 61.375,90.41 61.375,79.998C61.375,69.586 69.689,61.272 80.101,61.272ZM33.161,71.864C37.722,71.864 41.298,75.436 41.298,79.998C41.298,84.56 37.722,88.136 33.161,88.136C28.599,88.136 25.027,84.56 25.027,79.998C25.027,75.436 28.599,71.864 33.161,71.864ZM126.835,71.864C131.397,71.864 134.973,75.436 134.973,79.998C134.973,84.56 131.397,88.136 126.835,88.136C122.274,88.136 118.702,84.56 118.702,79.998C118.702,75.436 122.274,71.864 126.835,71.864Z" style="fill:white;fill-rule:nonzero;"/>
<defs>
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(145.774,-146.947,146.696,146.023,8.41794,151.415)"><stop offset="0" style="stop-color:rgb(0,131,201);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(28,175,255);stop-opacity:1"/></linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

View file

@ -1,8 +1,7 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
BackgroundColor="#151e3d"
ForegroundText="light"
ShowNameOnSquare150x150Logo="on"
Square150x150Logo="visualelements\150-Nextcloud-w10startmenu.png"
Square70x70Logo="visualelements\70-Nextcloud-w10startmenu.png"/>
ShowNameOnSquare150x150Logo="on"
Square150x150Logo="visualelements\Nextcloud-w10starttile.png"
Square70x70Logo="visualelements\Nextcloud-w10starttile.png"/>
</Application>