¤ moveDrawCommand, moveDrawCommands
Types
moveDrawCommand :: DrawCommand -> Point -> DrawCommand
moveDrawCommands :: (Functor a) => a DrawCommand -> Point -> a DrawCommand
Description
These functions move (translate) drawing commands.
Bugs
Incomlete documentation.