SVG Export problem

Hello @appas.

You will get that error for any of the functions here:

This prints the exception to console:

 protected void nope(String function) {
    throw new RuntimeException("No " + function + "() for PGraphicsSVG");
  }

The guidelines here may help:

Try to generate a Minimum, Complete, Verifiable Example as per the guidelines and you may narrow things down.

Start whittling away at your code until you just have code that generates the error.

:)