#lang racket/base (provide tree-short) (require racket/draw racket/runtime-path) (define-runtime-path tree-short-img "tree-short.png") (define tree-short (read-bitmap tree-short-img))