Application Icon always cropped #15160
Unanswered
SergTomcat
asked this question in
Q&A
Replies: 1 comment
-
Add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add app logo. I have a square logo that needed to be shown full, so basically inscribed in OS icon circle. But it always crops.
I was trying manually add empty area with regarding of crop (red zone)
but it still getting cropped:

Tried to play with "BaseSize" and "Resize" attributes, still no success.
Please, explain how to properly add app logo, because nothing special mentioned in docs.
SVG:
<svg width="230" height="230" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="clip0_1354_68684">
<rect id="svg_1" fill="white" height="230" width="230"/>
</clipPath>
</defs>
<g>
<rect fill="red" id="canvas_background" height="232" width="232" y="-1" x="-1"/>
<title>Layer 1</title>
<rect x="34" id="svg_3" fill="#00FF00" height="53.3333" width="53.3333" y="140.666"/>
<rect id="svg_4" fill="#0000FF" height="53.3333" width="53.3333" y="140.666" x="87.3333"/>
<rect id="svg_5" fill="white" height="53.3333" width="53.3333" y="140.666" x="140.667"/>
<rect x="34" id="svg_6" fill="#0000FF" height="53.3333" width="53.3333" y="87.334"/>
<rect id="svg_7" fill="#FFFF00" height="53.3333" width="53.3333" y="87.334" x="87.3333"/>
<rect id="svg_8" fill="#4176EA" height="53.3333" width="53.3333" y="87.334" x="140.667"/>
<rect x="34" y="34" id="svg_9" fill="white" height="53.3333" width="53.3333"/>
<rect y="34" id="svg_10" fill="#4176EA" height="53.3333" width="53.3333" x="87.3333"/>
<rect y="34" id="svg_11" fill="#DEE9FF" height="53.3333" width="53.3333" x="140.667"/>
</g>
</svg>
Beta Was this translation helpful? Give feedback.
All reactions