Я использую SVG.
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>
Я хотел бы перевернуть его по горизонтали и вертикали.Могу ли я получить решение для этого?