@Override
 public Image load(URL url, InputStream is, float scale) throws IOException {
   return SVGLoader.load(url, is, scale);
 }