setQuality method
Sets the render quality. Possible values are low
and high
(default).
Implementation
void setQuality(SVGQuality quality) {
this.quality = quality;
}
Sets the render quality. Possible values are low
and high
(default).
void setQuality(SVGQuality quality) {
this.quality = quality;
}