fix: 增加渲染样式

This commit is contained in:
2023-04-25 15:36:41 +08:00
parent d174c82cb6
commit 58c3ad62c3
7 changed files with 503 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<svg width="580" height="580" xmlns="http://www.w3.org/2000/svg" version="1.0">
<metadata id="metadata10"/>
<g>
<title>Layer 1</title>
<g transform="rotate(-179.925 290 290)" id="svg_1">
<path stroke="#ffffff" shape-rendering="auto" filter-blend-mode="normal" stroke-linejoin="round" fill="none" solid-opacity="1" color-interpolation="sRGB" isolation="auto" stroke-width="64" color-rendering="auto" image-rendering="auto" color="#000000" filter-gaussianBlur-deviation="0" color-interpolation-filters="linearRGB" opacity="0.8" solid-color="#000000" mix-blend-mode="normal" d="m30,261l286,0l0,-72.5l234,101.85l-234,101.15l0,-72.5l-286,0l0,-58z" id="path4151"/>
<path fill="#6a6a6a" id="path4136" d="m30,261l286,0l0,-72.5l234,101.85l-234,101.15l0,-72.5l-286,0l0,-58z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 799 B

View File

@@ -0,0 +1,11 @@
<svg width="580" height="580" xmlns="http://www.w3.org/2000/svg" version="1.0">
<metadata id="metadata10"/>
<g>
<title>Layer 1</title>
<g id="svg_1" transform="rotate(-0.400407 290 290)">
<path id="path4151" d="m30,261l286,0l0,-72.5l234,101.85l-234,101.15l0,-72.5l-286,0l0,-58z" mix-blend-mode="normal" solid-color="#000000" opacity="0.8" color-interpolation-filters="linearRGB" filter-gaussianBlur-deviation="0" color="#000000" image-rendering="auto" color-rendering="auto" stroke-width="64" isolation="auto" color-interpolation="sRGB" solid-opacity="1" fill="none" stroke-linejoin="round" filter-blend-mode="normal" shape-rendering="auto" stroke="#ffffff"/>
<path d="m30,261l286,0l0,-72.5l234,101.85l-234,101.15l0,-72.5l-286,0l0,-58z" id="path4136" fill="#6a6a6a"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 800 B