loadSvg method

Pointer<SdlSurface> loadSvg()

Implementation

Pointer<SdlSurface> loadSvg() {
  // 1917
  return imgLoadSvgRw(this);
}