Extract canvas stroke runtime and preview draw shells

This commit is contained in:
2026-06-16 20:22:01 +02:00
parent d6a7512b94
commit a05afb24f3
11 changed files with 1159 additions and 971 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "node_canvas.h"
namespace pp::panopainter {
void init_legacy_node_canvas_shell(NodeCanvas& node_canvas);
void draw_legacy_node_canvas_shell(NodeCanvas& node_canvas);
} // namespace pp::panopainter