SVGLoader ellipse rotation

Has anyone tried implementing ellipse rotation?

if ( isRotated ) {

	console.warn( "SVGLoader: Elliptic arc or ellipse rotation or skewing is not implemented." );

}
1 Like