I am trying to use the ‘ShapeVertices’ example in Processing 4.3 (Java mode).
The example works fine for the given “uk.svg”. When I try to use my own *.svg instead of “uk.svg”, I get the error: ‘getVertexCount() only works with PATH or GEOMETRY shapes’.
If your svg opens in a graphic editor then you aren’t doing anything wrong it is possible your svg uses features not enabled / available / supported
in Processing