I've got an SVG I'd like to rotate based on a specific angle, represented in degrees. The SVG in question is a 2D cone (essentially a triangle with a rounded end) that has the apex of the cone at the bottom-middle of the SVG.
My question is around the possibility of rotating the SVG around that apex, or more generally around a specific anchor point on the SVG itself. Is this possible to achieve without a custom trigonometric transformation function?