Skip to content

Improve performance of XML writers.

The SVG exporter uses the VTK XML writers, and part of the SVG spec is that images end up encoded in an attribute using base 64.

Writing out modest (~1024x512) images was taking several minutes. Fixed the issue identified here, and now the write is more or less instantaneous.

Merge request reports