.. py:class:: SvgFlowable(svg) Bases: :py:obj:`reportlab.platypus.Flowable` Convert byte streasm containing SVG into a Reportlab Flowable. Convert SVG to RML drawing on initializtion. .. !! processed by numpydoc !! .. py:attribute:: drawing :type: reportlab.graphics.shapes.Drawing .. py:attribute:: width :type: int .. py:attribute:: height :type: int .. py:method:: wrap(*_args) Return diagram size. .. !! processed by numpydoc !! .. py:method:: draw() Render the chart. .. !! processed by numpydoc !!