public interface org.w3c.dom.svg.SVGFitToViewBox
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.w3c.dom.svg.SVGFitToViewBox
  super_class: java.lang.Object
{
  public abstract org.w3c.dom.svg.SVGAnimatedRect getViewBox();
    descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedRect;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio();
    descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedPreserveAspectRatio;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SVGFitToViewBox.java"