abey79 / vsvg

Fast and portable tools for plotter users
http://whisk.rs
MIT License
107 stars 12 forks source link

Add support for `Vec<T>` sketch parameters #141

Closed abey79 closed 3 months ago

abey79 commented 3 months ago

Add support for sketch parameter with type Vec<T>, where T is a supported type. The UI allows editing each item, as well as removing/adding items.

The dashed_lines example now demonstrates this.