Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawTurtle
Function · 0.85
onResize
Function · 0.70
clear
Function · 0.70
Tested by
no test coverage detected