I love the return to Processing beginRecord logic, but don't understand the decision to ignore fill() commands. I understand the focus on output for plotters, but ignoring fill misses out on usefulness as a SVG generator.
I'm assuming that exporting fill info is technically the same as exporting information about stroke, obviously. A possible fix for newbies thinking fill will automatically work for plotters might be to print a warning to console if you use fill() while exporting.
I love the return to Processing
beginRecordlogic, but don't understand the decision to ignorefill()commands. I understand the focus on output for plotters, but ignoring fill misses out on usefulness as a SVG generator.I'm assuming that exporting fill info is technically the same as exporting information about stroke, obviously. A possible fix for newbies thinking fill will automatically work for plotters might be to print a warning to console if you use
fill()while exporting.