[][src]Module wasm_game_lib::graphics::canvas

Structs

Canvas

A Canvas is an object on which you can draw. Only the main Canvas is displayed (returned by Window::init()).

LineStyle

A struct containing every line option.

Enums

LineCap

An enum representing a lineCap mode. You may want to use LineStyle for a complete set of options.

LineJoin

An enum representing the lineJoin mode. You may want to use LineStyle for a complete set of options.