public final class SvgDecodeUtils
final static Boolean
isSvg(DecodeUtils $self, BufferedSource source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Boolean isSvg(DecodeUtils $self, BufferedSource source)
Return 'true' if the source contains an SVG image. The source is not consumed.
NOTE: There's no guaranteed method to determine if a byte stream is an SVG without attempting to decode it. This method uses heuristics.