Defines the data structure for rendering a complete circuit in SVG.
The total width of the SVG canvas.
The total height of the SVG canvas.
An array of gate objects to be rendered.
An array of wire objects (qubit lines, control lines).
An array of qubit label information.
Defines the data structure for rendering a complete circuit in SVG.