Files
wxWidgets/include
Vadim Zeitlin 0e8fcfe8e3 Merge branch 'wxsvgfiledc-improvements' of github.com:MaartenBent/wxWidgets
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.
2025-09-14 15:05:21 +02:00
..