<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-89 46 72 72" enable-background="new -89 46 72 72" xml:space="preserve"> <path fill="none" stroke="#231F20" stroke-width="2" stroke-miterlimit="10" d="M-56.963,64.442 c-4.199,0.947-8.074,3.392-10.749,7.186c-5.728,8.125-3.785,19.355,4.339,25.083c0.007,0.005,0.014,0.009,0.022,0.014"/> <g> <polygon fill="#231F20" points="-59.303,88.472 -69.431,103.621 -56.794,101.11 "/> </g> <path fill="none" stroke="#231F20" stroke-width="2" stroke-miterlimit="10" d="M-49.038,99.558 c4.199-0.947,8.074-3.392,10.749-7.186c5.728-8.125,3.785-19.355-4.339-25.083c-0.007-0.005-0.014-0.009-0.022-0.014"/> <g> <polygon fill="#231F20" points="-46.698,75.528 -36.57,60.379 -49.207,62.89 "/> </g> <g> <path fill="none" d="M-71.309,68.986"/> </g> </svg> 镜像翻转它
时间: 2023-08-21 14:08:08 浏览: 367
好的,我将为你镜像翻转这个SVG图片。请稍等一下。
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-89 46 72 72" enable-background="new -89 46 72 72" xml:space="preserve" style="transform: scaleX(-1);">
<path fill="none" stroke="#231F20" stroke-width="2" stroke-miterlimit="10" d="M-56.963,64.442
c-4.199,0.947-8.074,3.392-10.749,7.186c-5.728,8.125-3.785,19.355,4.339,25.083c0.007,0.005,0.014,0.009,0.022,0.014"/>
<g>
<polygon fill="#231F20" points="-59.303,88.472 -69.431,103.621 -56.794,101.11 "/>
</g>
<path fill="none" stroke="#231F20" stroke-width="2" stroke-miterlimit="10" d="M-49.038,99.558
c4.199-0.947,8.074-3.392,10.749-7.186c5.728-8.125,3.785-19.355-4.339-25.083c-0.007-0.005-0.014-0.009-0.022-0.014"/>
<g>
<polygon fill="#231F20" points="-46.698,75.528 -36.57,60.379 -49.207,62.89 "/>
</g>
<g>
<path fill="none" d="M-71.309,68.986"/>
</g>
</svg>
这是镜像翻转后的SVG图片。如果你有其他问题,请随时提问!
阅读全文