diff options
Diffstat (limited to 'src/eval')
| -rw-r--r-- | src/eval/ops.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval/ops.rs b/src/eval/ops.rs index 948243d1..43ee6ceb 100644 --- a/src/eval/ops.rs +++ b/src/eval/ops.rs @@ -108,6 +108,7 @@ pub fn add(lhs: Value, rhs: Value) -> StrResult<Value> { Value::dynamic(PartialStroke { paint: Smart::Custom(color.into()), thickness: Smart::Custom(thickness), + ..PartialStroke::default() }) } |
