Change the angle of an svg item in perspective

Hey!
I have my circuit breaker here and I want to close the circuit.
image

But in the following screen, as you can see, I can’t change the angle of one specific wire.
image

If anyone knows how to do what I’m asking for, it would help me a lot.
I hope you have understood my request.

1 Like

could you post all the props.elements of the svg? or even better the whole component
formated with </>

Assuming that element 2 really is the element you are wanting to modify, there should be a property under that element d which has the actual path that is being used to draw the line. You will need to modify that path string to move the line.

We will need to see the path for both the line you are wanting to change and the one that you are wanting to move it too, in order to help you with the correct path.

1 Like