MCPcopy Create free account
hub / github.com/aosabook/500lines / turtle.js

File turtle.js

blockcode/code/turtle.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function(){
2 'use strict';
3
4 var PIXEL_RATIO = window.devicePixelRatio || 1;

Callers

nothing calls this directly

Calls 3

drawTurtleFunction · 0.85
onResizeFunction · 0.70
clearFunction · 0.70

Tested by

no test coverage detected