mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
This allows to render a SVG without writing it to a file, and can for example be useful to get the final size of the SVG. Rename m_OK to m_writeError to better reflect its purpose. Don't create the bitmap handler when it will not be used.