blur: default to repeat edge pixels on

This commit is contained in:
itsmattkc
2022-03-10 11:37:51 -08:00
parent 1e3e620269
commit 1434f0f225
+1 -1
View File
@@ -42,7 +42,7 @@ BlurFilterNode::BlurFilterNode()
AddInput(kVertInput, NodeValue::kBoolean, true);
AddInput(kRepeatEdgePixelsInput, NodeValue::kBoolean, false);
AddInput(kRepeatEdgePixelsInput, NodeValue::kBoolean, true);
}
Node *BlurFilterNode::copy() const