mirror of
https://github.com/penpot/penpot.git
synced 2026-09-20 19:06:14 +00:00
🐛 Fix local favicon with new svg file (#11763)
This commit is contained in:
parent
d642fcbf5c
commit
fab8e0e35d
1
frontend/resources/images/favicon-local.svg
Normal file
1
frontend/resources/images/favicon-local.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 468.75 468.75"><path d="M-240.057 218.941h468.75v468.75h-468.75z" style="fill:gray;stroke-width:.708662;paint-order:stroke fill markers" transform="translate(240.057 -218.941)"/><path d="m-88.453 224.765-48.066 67.7v38.27l-41.828 19.895-.377-.178V600.12l163.076 77.042 9.966 4.704 9.964-4.704 163.079-77.042V350.45l-.307.145-41.842-19.9v-38.23l-1.463-2.06-46.605-65.64-48.069 67.7v.066L-5.9 243.272l-34.706 48.881-1.24-1.747zm8.503 39.325 18.592 26.184h-54.19l18.375-25.877zm165.597 0 18.592 26.184h-54.19l18.372-25.877zM2.602 282.6l18.592 26.18h-54.187l18.372-25.876zm-123.288 20.87h25.701v86.541l-25.701-12.142zm38.896 0h25.573l-.003 104.854-25.573-12.08zm126.698 0h25.704l-.003 92.686-25.699 12.14zm38.897 0h25.572v74.37l-25.572 12.081zm-121.94 18.506h25.702v107.033l-25.701-12.143zm38.897 0h25.573l-.003 95.097L.759 429.156zm124.448 28.442 22.628 9.252-22.628 10.69zm-261.729.034v19.938l-22.625-10.69zm-22.277 31.459 143.148 67.622v205.585l-143.148-67.622zm306.226 0v205.585L4.283 655.118V449.533Z" style="color:#000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.8329;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto" transform="translate(240.057 -218.941)"/><g aria-label="L" style="font-size:553.342px;-inkscape-font-specification:sans-serif;fill:#ff59ff;stroke-width:29.8766;paint-order:stroke fill markers"><path d="M-128.955 650.86V255.773h83.554v325.919h160.47v69.167z" style="font-weight:700;-inkscape-font-specification:"sans-serif Bold"" transform="translate(240.057 -218.941)"/></g></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
@ -24,7 +24,8 @@
|
||||
{{/isDebug}}
|
||||
|
||||
{{#isDebug}}
|
||||
<link rel="icon" href="images/favicon-local.png?version={{& version_tag }}" />
|
||||
<link rel="icon" href="images/favicon-local.svg?version={{& version_tag }}" type="image/svg+xml" />
|
||||
<link rel="icon" href="images/favicon-local.png?version={{& version_tag }}" type="image/png" />
|
||||
{{/isDebug}}
|
||||
{{^isDebug}}
|
||||
<link rel="icon" href="images/favicon.svg?version={{& version_tag }}" type="image/svg+xml" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user