(slate-DE) Fixed an issue where the rating star icons were not perfectly centered.

This commit is contained in:
Leon Styhre 2022-08-31 22:40:58 +02:00
parent e5a63790d5
commit 69ebaf3acd
2 changed files with 36 additions and 6 deletions

View file

@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<path d="m62.200002 17.094353c-5.307206 0-12.400847 25.54313-16.694468 28.662627-4.293619 3.119497-30.7786329 1.972687-32.4186494 7.020139-1.64001672 5.047453 20.4608874 19.687168 22.1009044 24.734622 1.640016 5.047452-7.634984 29.881809-3.341365 33.001309 4.29362 3.1195 25.046372-13.37579 30.353578-13.37579 5.307206 1e-6 26.059954 16.49529 30.353573 13.37579 4.29362-3.11949-4.981379-27.953859-3.341362-33.001312 1.640017-5.047452 23.740917-19.687164 22.100907-24.734616-1.640019-5.047453-28.125035-3.900646-32.418655-7.020143-4.293619-3.119498-11.387257-28.662627-16.694463-28.662626z" fill="none" stroke="#333" stroke-linejoin="round" stroke-width="4"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="128"
height="128"
version="1.1"
viewBox="0 0 128 128"
id="svg4"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<path
d="m 63.999998,17.090983 c -5.307206,0 -12.400847,25.54313 -16.694468,28.662627 -4.293619,3.119497 -30.778633,1.972687 -32.418649,7.020139 -1.640017,5.047453 20.460887,19.687168 22.100904,24.734622 1.640016,5.047452 -7.634984,29.881809 -3.341365,33.001309 4.29362,3.1195 25.046372,-13.37579 30.353578,-13.37579 5.307206,1e-6 26.059954,16.49529 30.353573,13.37579 4.29362,-3.11949 -4.981379,-27.953859 -3.341362,-33.001312 C 92.652226,72.460916 114.75313,57.821204 113.11312,52.773752 111.4731,47.726299 84.988081,48.873106 80.694461,45.753609 76.400842,42.634111 69.307204,17.090982 63.999998,17.090983 Z"
fill="none"
stroke="#333333"
stroke-linejoin="round"
stroke-width="4"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 989 B

View file

@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<path d="m62.200002 17.094353c-5.307206 0-12.400847 25.54313-16.694468 28.662627-4.293619 3.119497-30.7786329 1.972687-32.4186494 7.020139-1.64001672 5.047453 20.4608874 19.687168 22.1009044 24.734622 1.640016 5.047452-7.634984 29.881809-3.341365 33.001309 4.29362 3.1195 25.046372-13.37579 30.353578-13.37579 5.307206 1e-6 26.059954 16.49529 30.353573 13.37579 4.29362-3.11949-4.981379-27.953859-3.341362-33.001312 1.640017-5.047452 23.740917-19.687164 22.100907-24.734616-1.640019-5.047453-28.125035-3.900646-32.418655-7.020143-4.293619-3.119498-11.387257-28.662627-16.694463-28.662626z" fill="#333" stroke="#333" stroke-linejoin="round" stroke-width="4"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="128"
height="128"
version="1.1"
viewBox="0 0 128 128"
id="svg4"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<path
d="m 63.999999,17.090983 c -5.307206,0 -12.400847,25.54313 -16.694468,28.662627 -4.293619,3.119497 -30.778633,1.972687 -32.418649,7.020139 -1.640017,5.047453 20.460887,19.687168 22.100904,24.734622 1.640016,5.047452 -7.634984,29.881809 -3.341365,33.001309 4.29362,3.1195 25.046372,-13.37579 30.353578,-13.37579 5.307206,1e-6 26.059954,16.49529 30.353573,13.37579 4.29362,-3.11949 -4.981379,-27.953859 -3.341362,-33.001312 1.640017,-5.047452 23.74092,-19.687164 22.10091,-24.734616 C 111.4731,47.726299 84.988082,48.873106 80.694462,45.753609 76.400843,42.634111 69.307205,17.090982 63.999999,17.090983 Z"
fill="#333333"
stroke="#333333"
stroke-linejoin="round"
stroke-width="4"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 991 B