mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Many wxSVGFileDC improvements: - Avoid using the style attribute in the generated SVG because sometimes browsers will not parse this when there is not Content Security Policy. - Try to fix text metric issues and differences between SVGs generated when using X11 and Wayland by using wxMemoryDC instead of wxScreenDC. - Fix incorrect FromDIP() usage in the samples. - Update drawing and svg samples, save the SVG with full drawing size. See #25723.