mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
New nodes: 'Position on Path' and 'Tangent on Path' (#2588)
This commit is contained in:
@@ -170,8 +170,8 @@ export function getSubpathDemoArgs(): SubpathDemoArgs[] {
|
||||
export const tSliderOptions = {
|
||||
variable: "t",
|
||||
inputType: "slider",
|
||||
min: 0,
|
||||
max: 1,
|
||||
min: -0.01,
|
||||
max: 1.01,
|
||||
step: 0.01,
|
||||
default: 0.5,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user