With support for Cubic Bezier Curve we can paint SVG paths.
My package pcanvas is using image as a server implementation of a canvas.
The browser and Flutter implentations of pcanvas now have the capability to render SVG files, but the bitmap implementation (based on image) needs Cubic Bezier Curve to fully allow the SVG support.
If you need any help to implement that let me know. If you have any initial code on this I can finish it.
With support for Cubic Bezier Curve we can paint SVG paths.
My package pcanvas is using image as a server implementation of a canvas.
The browser and Flutter implentations of
pcanvas
now have the capability to render SVG files, but thebitmap
implementation (based onimage
) needs Cubic Bezier Curve to fully allow the SVG support.If you need any help to implement that let me know. If you have any initial code on this I can finish it.
Best regards.