shared/java/svg/SVGPreserveAspectRatioScale.java (7 lines of code) (raw):
package org.jetbrains.skija.svg;
import org.jetbrains.annotations.*;
public enum SVGPreserveAspectRatioScale {
MEET,
SLICE;
@ApiStatus.Internal public static final SVGPreserveAspectRatioScale[] _values = values();
}