MCPcopy
hub / github.com/1j01/jspaint / tools.js

File tools.js

src/tools.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 */
4import { OnCanvasSelection } from "./OnCanvasSelection.js";

Callers

nothing calls this directly

Calls 15

EFunction · 0.90
$ChooseShapeStyleFunction · 0.90
meld_textbox_into_canvasFunction · 0.90
draw_selection_boxFunction · 0.90
make_canvasFunction · 0.90
undoableFunction · 0.90
get_icon_for_toolFunction · 0.90
update_helper_layerFunction · 0.90
stamp_brush_canvasFunction · 0.90
localizeFunction · 0.85

Tested by

no test coverage detected