Change output specification by scrolling (up => 1, down => 0), typing (=> 1, 0) or deleting (=> -).
diff --git a/src/bin/svg-wasm.rs b/src/bin/svg-wasm.rs
index 7bdbb5b..93ca707 100644
--- a/src/bin/svg-wasm.rs
+++ b/src/bin/svg-wasm.rs
@@ -174,9 +174,9 @@ fn init_settings() {
let closure = Closure::wrap(Box::new(|| run()) as Box