svg-native-viewer icon indicating copy to clipboard operation
svg-native-viewer copied to clipboard

Add port for Qt6

Open kanryu opened this issue 6 months ago • 0 comments

Motivation

I developed an application in Qt6 that displayed SVG, but the display was grossly inaccurate. Qt6 has its own implementation, but there is little room for improvement.

So I searched for a reusable SVG parser and found your project. I added a port for Qt6. No changes were made to the existing code.

Modified

  • Add svgnative/include/svgnative/ports/qt/QSVGRender.h
  • Add svgnative/example/testQt
Image Image

kanryu avatar Jul 11 '25 12:07 kanryu