app.util
Shared utility functions used across the app.
Contains general-purpose helpers that don’t belong to any specific domain namespace (e.g. SVG coordinate conversion, numeric clamping).
client->svg
(client->svg svg client-x client-y)Convert client (screen) coordinates to SVG user-space coordinates. Returns svg-x svg-y or nil if the SVG’s CTM is unavailable.