Skip to content

display drawing operations are not clipped

the pycardium documentation states:

Drawing operations are clipped, pixels outside of the screen will be ignored.

though this is only true for display.circ(...). The others will throw an ValueError (ValueError: X-Coords have to be 0 < x < 160). This may be a mistake in the documentation, but it might in fact be nice if the calls would simply clip and not throw an error?