Skip to content

Allow for removing the inset in 2htdp/universe #235

Description

@a11ce

Currently, 2htdp/universe adds a small inset to the drawn image. For example,

(require 2htdp/universe
         2htdp/image)

(big-bang (square 100 'solid 'purple)
  [on-draw values])

looks like this:Image

The inset is defined here and used here. I want to add the ability to turn off this inset (or to remove it as an option, but presumably whoever added it has a different aesthetic opinion).

Would it be best to add it as a big-bang clause? That doesn't seem ideal as it's not really a significant decision. Maybe a different display-mode option ('borderless)?

I'm happy to make the change but I know htdp has special design considerations so I'm asking how to proceed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions