File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
node-graph/graph-craft/src/document Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ tagged_value! {
190190 VectorData ( graphene_core:: vector:: VectorDataTable ) ,
191191 #[ cfg_attr( target_arch = "wasm32" , serde( alias = "ImageFrame" , deserialize_with = "graphene_core::raster::image::migrate_image_frame" ) ) ] // TODO: Eventually remove this migration document upgrade code
192192 RasterData ( graphene_core:: raster_types:: RasterDataTable <CPU >) ,
193- #[ cfg_attr( target_arch = "wasm32" , serde( deserialize_with = "graphene_core::migrate_graphic_group" ) ) ] // TODO: Eventually remove this migration document upgrade code
193+ #[ cfg_attr( target_arch = "wasm32" , serde( deserialize_with = "graphene_core::graphic_group:: migrate_graphic_group" ) ) ] // TODO: Eventually remove this migration document upgrade code
194194 GraphicGroup ( graphene_core:: GraphicGroupTable ) ,
195- #[ cfg_attr( target_arch = "wasm32" , serde( deserialize_with = "graphene_core::migrate_artboard_group" ) ) ] // TODO: Eventually remove this migration document upgrade code
195+ #[ cfg_attr( target_arch = "wasm32" , serde( deserialize_with = "graphene_core::graphic_group:: migrate_artboard_group" ) ) ] // TODO: Eventually remove this migration document upgrade code
196196 ArtboardGroup ( graphene_core:: ArtboardGroupTable ) ,
197197 // ============
198198 // STRUCT TYPES
You can’t perform that action at this time.
0 commit comments