MCPcopy
hub / github.com/viliusle/miniPaint / render

Method render

src/js/tools/pencil.js:159–161  ·  view source on GitHub ↗
(ctx, layer)

Source from the content-addressed store, hash-verified

157 }
158
159 render(ctx, layer) {
160 this.render_aliased(ctx, layer);
161 }
162
163 /**
164 * draw without antialiasing, sharp, ugly mode.

Callers 2

mousemoveMethod · 0.45
mouseupMethod · 0.45

Calls 1

render_aliasedMethod · 0.95

Tested by

no test coverage detected