timcreatedit / scribble

Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more!
https://pub.dev/packages/scribble
MIT License
115 stars 39 forks source link

Export to SVG #45

Open jtkeyva opened 6 months ago

jtkeyva commented 6 months ago

Description

Exporting vector SVG file

Requirements

Additional Context

Since it can store JSON, seems viable to store SVG line info

timcreatedit commented 6 months ago

Hi, that certainly sounds like a nice feature! I'll put it on the roadmap, feel free to contribute :)

jtkeyva commented 6 months ago

awesome, thanks! i will do my best to contribute to this cool feature. i believe the syncfusion pdf package can export drawing to pdf but not quite sure how it works