We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89263b commit affa876Copy full SHA for affa876
node-graph/gcore/src/vector/generator_nodes.rs
@@ -1,6 +1,6 @@
1
use crate::Ctx;
2
-use crate::vector::{HandleId, VectorData, VectorDataTable};
3
use crate::graphene_core::num_traits::FromPrimitive;
+use crate::vector::{HandleId, VectorData, VectorDataTable};
4
use bezier_rs::Subpath;
5
use glam::DVec2;
6
@@ -73,7 +73,7 @@ fn rectangle<T: CornerRadius>(
73
}
74
75
#[node_macro::node(category("Vector: Shape"))]
76
-fn regular_polygon<T: AsU64 + std::cmp::PartialOrd + FromPrimitive >(
+fn regular_polygon<T: AsU64 + std::cmp::PartialOrd + FromPrimitive>(
77
_: impl Ctx,
78
_primary: (),
79
#[default(6)]
0 commit comments