| 1 | // @ts-check |
| 2 | /* global selection:writable, stroke_size:writable, textbox:writable */ |
| 3 | /* global $canvas, $canvas_area, $status_size, airbrush_size, brush_shape, brush_size, button, canvas_handles, ctrl, eraser_size, fill_color, pick_color_slot, get_language, localize, magnification, main_canvas, main_ctx, pencil_size, pointer, pointer_active, pointer_over_canvas, pointer_previous, pointer_start, return_to_magnification, selected_colors, shift, stroke_color, transparency */ |
| 4 | import { OnCanvasSelection } from "./OnCanvasSelection.js"; |
nothing calls this directly
no test coverage detected