Note that this requires setting SkGraphics::SetOpenTypeSVGDecoderFactory with a handler for decoding the SVG. The SkSVGOpenTypeSVGDecoder is provided as an example (used in tests). There also exists
https://skia-review.googlesource.com/c/skia/+/532260 for bindings to Adobe's SVGNative, though at the time there were issues with its handling of some matrices and support for some gradients. Note that not all ports support gzip'ed svgDocs (really only the FreeType port does). Palette support may also be a bit spotty (I don't believe it is currently implemented for the CoreText port).