**Describe the bug** Edges are drawn in front of vertices with Plotly backend. There is a visible overlap. **To reproduce** ```python import igraph as ig ig.plot(ig.Graph.Ring(10), vertex_size=100, backend="plotly") ``` <img width="982" alt="image" src="https://github.com/igraph/python-igraph/assets/1212871/a7dcb4be-b7cc-4675-8c1f-14b37ccc68aa"> **Version information** Current `main`.