Tested tool guide
Tested browser tools
Checked August 16, 2026
What Signature Drawing Pad does, with a checked example
The pad gives you a blank drawing area sized for a signature. Press and drag with a mouse, finger, or stylus, and your strokes render as ink on the canvas. Export produces a PNG whose background is transparent, so the signature sits on a document page the way real ink does, with no white box around it. The thing most people get wrong: the on-screen canvas is often displayed much larger than the pixel grid the export actually uses, so the saved image can come out smaller and softer than what you drew. The drawing stays entirely in the browser; nothing is uploaded.
Worked example
A concrete input and expected output from the current implementation.
Input
Press and drag once across the canvas, from the left edge to the right edge, then release.
->
Expected output
A PNG file containing exactly one horizontal ink-colored stroke that follows the drag path from the left edge to the right edge. Every other pixel is transparent, so the image has no background color and shows up on any page color.
Each press-and-drag gesture produces one stroke drawn along the pointer's path, and the export keeps all untouched pixels transparent. One drag therefore yields a single stroke with no background.