usePaint property

bool usePaint
getter/setter pair

Indicates whether the GSvgShape should use a Paint object to render. When set to true, it will apply the tint and blend mode to the paint object, otherwise it will ignore these values and use the default paint configuration.

Implementation

bool usePaint = false;