PainterSvgPatchHint

@Immutable
interface PainterSvgPatchHint : SvgPainterHint

A PainterHint that patches the content of SVG resources. It is only applied to SVG resources; it doesn't affect other types of resources.

Functions

Link copied to clipboard
open override fun canApplyTo(path: String): Boolean
Link copied to clipboard
abstract fun patch(element: Element)

Patch the SVG content.