SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
326 stars 42 forks source link

Single line plot? #112

Closed cojarbi closed 7 months ago

cojarbi commented 7 months ago

Is there a specific setting that ill allow to plot/trace a single line either from a actual trace or from an svg.

Thanks in advance

SonarSonic commented 7 months ago

There are a few PFMs which are designed to create create single line plots from images. If they have the following in their name "TSP", "Circular Scribbles", "Hatch", "Spiral" they do this by default. It is also possible to make "Sketch" PFMs create single line plots by changing "Should Lift Pen" to false.

For SVGs you can import them and then switch to another PFM instead of SVG Converter and the SVG will be treated like an image, so then you can use the styles mentioned above.

cojarbi commented 7 months ago

Ill give that a try, thanks