mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 10:48:11 +08:00
Remove the unsupported Brush tool warning dialog now that raster performance is improved
This commit is contained in:
@@ -630,8 +630,8 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
|
||||
NodeInput::value(TaggedValue::VectorData(VectorDataTable::default()), true),
|
||||
NodeInput::value(
|
||||
TaggedValue::Footprint(Footprint {
|
||||
transform: DAffine2::from_scale_angle_translation(DVec2::new(100., 100.), 0., DVec2::new(0., 0.)),
|
||||
resolution: UVec2::new(100, 100),
|
||||
transform: DAffine2::from_scale_angle_translation(DVec2::new(1000., 1000.), 0., DVec2::new(0., 0.)),
|
||||
resolution: UVec2::new(1000, 1000),
|
||||
..Default::default()
|
||||
}),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user