New node: Offset Path (#2030)

* New node: Offset Path

* Fix CI
This commit is contained in:
Keavon Chambers
2024-10-11 14:50:54 -07:00
committed by GitHub
parent 7a56af01ef
commit f7d83d2632
5 changed files with 95 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
import { clamp } from "@graphite/utility-functions/math";
import type { Editor } from "@graphite/wasm-communication/editor";
import { type HSV, type RGB, type FillChoice } from "@graphite/wasm-communication/messages";
import type { HSV, RGB, FillChoice } from "@graphite/wasm-communication/messages";
import { Color, Gradient } from "@graphite/wasm-communication/messages";
import FloatingMenu, { type MenuDirection } from "@graphite/components/layout/FloatingMenu.svelte";