fix indentation
This commit is contained in:
@@ -53,7 +53,7 @@ def _linux_install_icon():
|
||||
|
||||
def _linux_install_icon_to_path(path: Path):
|
||||
svg = textwrap.dedent("""<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="64" height="64" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="64" height="64" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bg1" x1="0%" y1="100%" x2="100%" y2="0%">
|
||||
<stop offset="0%" style="stop-color:#9f8700"/>
|
||||
@@ -80,6 +80,6 @@ def _linux_install_icon_to_path(path: Path):
|
||||
<rect x="8" y="8" width="112" height="112"
|
||||
style="fill:none; stroke:url(#bg1); stroke-width:14" rx="10"/>
|
||||
<circle cx="65" cy="40" r="3" fill="white"/>
|
||||
</svg>""")
|
||||
</svg>""")
|
||||
path.write_text(svg, "utf8")
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user