-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.8.3, 6.9.2, 6.10
Since https://codereview.qt-project.org/c/qt/qtsvg/+/616712 to loading times increased for the factor 1000 an more (e.g. from 3.5 seconds to 394.635 seconds with the testsvg svg.7z ).
Simple testcase:
#include <QtSvg> #include <QtWidgets> int main(int argc, char* argv[]) { QApplication app(argc, argv); QElapsedTimer t; t.start(); QImage img("1.svg"); qDebug() << t.elapsed(); return 0; }
The original report comes from the forum: https://forum.qt.io/topic/162929/very-long-time-loaded-svg-in-image.
- duplicates
-
QTBUG-137553 [REG 6.8.2 -> 6.8.3] Significant performance regression in SVG loading with PySide6 6.8.3
-
- Closed
-