Is it possible to make a SVG clipPath with a <path> responsive?
问题 I am trying to make a responsive SVG with a bitmap pattern and a sort of complex shape with clipPath. If I use a <polygon> instead of a <path> to create simpler shapes they are responsive, but I haven't achieved the same using a path, any ideas on how to achieve this or even if is possible? Here's the code I have and a working demo. <!-- Path Test--> <div class="mainContainer"> <div class="assetContainer"> <div class="asset"> <svg width="0" height="0"> <defs> <clipPath id="pathTest"> <path d=