We need to implement a system for manipulating tool options such as stroke width and fill.
We will eventually replace this with a more sophisticated system supporting plugins as well.
The idea is to use Vue to render the input widgets in the viewport options bar and (at least for now) just generate update messages for tool options akin to the way colors are currently updated.
Blocked on #190.
Complexity 3
JS, Rust
We need to implement a system for manipulating tool options such as stroke width and fill.
We will eventually replace this with a more sophisticated system supporting plugins as well.
The idea is to use Vue to render the input widgets in the viewport options bar and (at least for now) just generate update messages for tool options akin to the way colors are currently updated.
<div v-if="...">...</div>)Blocked on #190.Complexity 3
JS, Rust