Module util

Module util 

Source
Expand description

Miscellaneous utility functions.

Macros§

debug_panic
Panic in debug and tracing::error in release mode.

Structs§

DurationNon-WebAssembly
A Duration type to represent a span of time, typically used for system timeouts.
InstantNon-WebAssembly
A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.

Functions§

bounding_box_to_rect
Convert a 2d rectangle from Parley to one used for drawing in Vello and other maths.
fill
Helper function for Scene::fill.
fill_color
Helper function for Scene::fill with a uniform color as the brush.
get_debug_color
A color used for debug painting.
stroke
Helper function for Scene::stroke.