SvgImg constructor
SvgImg(
- double x,
- double y,
- double width,
- double height,
- PdfImage? image,
- SvgBrush brush,
- SvgClipPath clip,
- SvgTransform transform,
- SvgPainter painter,
Implementation
SvgImg(
this.x,
this.y,
this.width,
this.height,
this.image,
SvgBrush brush,
SvgClipPath clip,
SvgTransform transform,
SvgPainter painter,
) : super(brush, clip, transform, painter);