handwriting-synthesis icon indicating copy to clipboard operation
handwriting-synthesis copied to clipboard

can't convert to single line or hairline for engraving purposes

Open ungaaaabungaaa opened this issue 2 years ago • 3 comments

ungaaaabungaaa avatar Jun 15 '22 16:06 ungaaaabungaaa

Try changing the stroke size to 1. stroke_widths = [1]

chavenor avatar Nov 27 '22 07:11 chavenor

Or even 0.1

chavenor avatar Nov 27 '22 21:11 chavenor

For anyone wondering how to do that, in fact you don't have to do anything. You've been mistaken by the web demo, that outputs a variable width line to replicate the effect of varying pressure we apply on the pen when writing. But the code from this repo does not do that, it outputs a single line that you absolutely can use for engraving or drawing with an axidraw for example.

Fardenco avatar Nov 29 '23 16:11 Fardenco