我正在使用SVG
。
示例:
<svg xmlns="http://www.w3.org/2000/svg" id="SvgjsSvg1000" version="1.1" width="100%" height="100%" xlink="http://www.w3.org/1999/xlink" style="position:relative;overflow:hidden;left:0px;top:0px;">
<g>
<defs>
<clipPath id="clipPathId">
<rect width="200" height="200"></rect>
</clipPath>
</defs>
<g>
<image id="SvgjsImage1004" xlink:href="https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&h=350" clip-path="url(#clipPathId)" width="600" height="250"/>
</g>
</g>
</svg>
我想将其水平和垂直翻转。我可以为此获得解决方案吗?