flutter_svg icon indicating copy to clipboard operation
flutter_svg copied to clipboard

Resizing svgs

Open CodeDoctorDE opened this issue 2 years ago • 0 comments

After upgrading to 2.0, the resize option is gone. I was using

final picture = svgRoot!.toPicture(size: size);
canvas.drawPicture(picture);

I'm using the flutter canvas

CodeDoctorDE avatar Feb 03 '23 13:02 CodeDoctorDE