Skip to content

Commit f3fc7b8

Browse files
committed
fix: solid fallback to none
1 parent 9f683f6 commit f3fc7b8

File tree

1 file changed

+1
-1
lines changed
  • node-graph/libraries/vector-types/src/vector

1 file changed

+1
-1
lines changed

node-graph/libraries/vector-types/src/vector/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ mod stroke_paint_migration {
365365
Some(paint) => paint,
366366
None => match old.color {
367367
Some(color) => Fill::Solid(color),
368-
None => Fill::Solid(Color::from_rgba8_srgb(0, 0, 0, 255)),
368+
None => Fill::None,
369369
},
370370
};
371371

0 commit comments

Comments
 (0)