Debug

trait Debug[F[_]] extends Algebra[F]
trait Algebra[F]
class Object
trait Matchable
class Any
trait GenericDebug[F, _$3, _$4]
trait Basic[F]

Value members

Abstract methods

def debug[A](picture: F[A], color: Color): F[A]

Draws the bounding box and origin of the given picture on top of the picture. The given color is used for the bounding box and origin.

Draws the bounding box and origin of the given picture on top of the picture. The given color is used for the bounding box and origin.

The bounding box and origin are not included in layout calculations and hence will not affect the picture's layout.