Expand description
Drawing related code for Layer, Scene, and Text. The functions in this module are used to draw into a Skia canvas independent from the backend
Functions§
- Draw a layer into a skia::Canvas.
- Draw the scene to the given skia::Canvas
- paint a node and his subtree in the provided canvas
- Print the node tree to the console
- Render a node and his subtree in the provided canvas taking care of the image caching if needed