@@ -102,7 +102,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
102102 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <u8 >] ) ,
103103 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Graphic ] ) ,
104104 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => graphene_std:: text:: Font ] ) ,
105- async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Vec <BrushStroke >] ) ,
105+ async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <BrushStroke >] ) ,
106106 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => BrushCache ] ) ,
107107 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => DocumentNode ] ) ,
108108 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => graphene_std:: raster:: curve:: Curve ] ) ,
@@ -180,7 +180,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
180180 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => graphene_std:: vector:: style:: Stroke ] ) ,
181181 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => graphene_std:: vector:: style:: Gradient ] ) ,
182182 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => graphene_std:: text:: Font ] ) ,
183- async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Vec <BrushStroke >] ) ,
183+ async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <BrushStroke >] ) ,
184184 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => BrushCache ] ) ,
185185 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => DocumentNode ] ) ,
186186 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => graphene_std:: ContextFeatures ] ) ,
0 commit comments