mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Add tooltip documentation to the Text node and tidy up node catalog categorization (#3645)
* Add more node doc comments * Tidy up node categories
This commit is contained in:
@@ -176,7 +176,7 @@ async fn stroke<V, L: IntoF64Vec>(
|
||||
/// The stroke color.
|
||||
#[default(Color::BLACK)]
|
||||
color: Table<Color>,
|
||||
/// The stroke weight.
|
||||
/// The stroke thickness.
|
||||
#[unit(" px")]
|
||||
#[default(2.)]
|
||||
weight: f64,
|
||||
|
||||
Reference in New Issue
Block a user