render package:diagrams-core

Given a token representing the backend and a transformable object, render it in the appropriate rendering context.
Render a diagram.
Render a diagram, returning also the transformation which was used to convert the diagram from its ("global") coordinate system into the output coordinate system. The inverse of this transformation can be used, for example, to convert output/screen coordinates back into diagram coordinates. See also adjustDia.
Given some options, take a representation of a diagram as a tree and render it. The RTree has already been simplified and has all measurements converted to Output units.
The Renderable type class connects backends to primitives which they know how to render.