summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Allow loading SVG files with a doctype declarationNicolas Fella2020-10-211-2/+2
* Reject corrupt svgs with invalid sizeEirik Aavitsland2020-10-161-0/+4
* Change classification of XSVG LicenseKai Koehne2020-09-071-2/+3
* Avoid recursion when inflating compressed svgsEirik Aavitsland2020-08-281-10/+14
* Implement basic format check also for compressed svgsEirik Aavitsland2020-08-271-6/+19
* Don't return partially inflated QByteArrayRobert Loehning2020-08-261-1/+1
* Initialize QSvgHandler with QBuffer instead of QByteArrayRobert Loehning2020-08-241-1/+4
* Fix check against division by zeroRobert Loehning2020-08-181-4/+5
* Don't divide by zeroRobert Loehning2020-08-041-0/+2
* Avoid endless recursion in SvgStructureNode::boundsRobert Loehning2020-07-302-2/+8
* Use qFuzzyIsNull instead of isEmpty() on QRectFRobert Loehning2020-07-301-1/+1
* Avoid endless recursion when inflating gzipRobert Loehning2020-07-291-3/+5
* Return nullptr instead of 0Robert Loehning2020-07-241-1/+1
* Fix support for pattern brushes in svg generatorEirik Aavitsland2020-07-211-1/+1
* Don't divide by zeroVolker Hilsheimer2020-07-171-0/+3
* Fix stack overflow in dtor of QSvgTinyDocumentRobert Loehning2020-07-151-1/+10
* Add error handling to color parsingAllan Sandfeld Jensen2020-06-241-19/+22
* Fix stack overflow in QSvgHandler::resolveGradientsAllan Sandfeld Jensen2020-06-242-5/+7
* Fix oom in QSvgTinyDocument::loadAllan Sandfeld Jensen2020-06-231-0/+6
* Use QRect::isEmpty instead of QRect::isNullAllan Sandfeld Jensen2020-06-221-5/+5
* Handle empty rectsAllan Sandfeld Jensen2020-06-221-10/+15
* Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3Qt Forward Merge Bot2020-03-183-5/+8
|\
| * Strip the quotes around the font familyAndy Shaw2020-03-103-5/+8
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-1/+18
|\|
| * Restrict nested use nodes processedAllan Sandfeld Jensen2020-02-262-1/+18
* | Add API to enable opt-in aspect ratio feature in QSvgRendererEirik Aavitsland2020-01-284-1/+47
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-7/+8
|\|
| * Revert the keep-aspectratio feature for 5.14.1v5.14.1Eirik Aavitsland2020-01-161-7/+8
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-178-30/+67
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-072-10/+10
|\|
| * Fix yet another viewbox scaling issue, for render to boundsEirik Aavitsland2020-01-032-10/+10
* | Fix endl usage to contain prefixes and bump version to 6.0.0Alexandru Croitor2019-12-061-26/+26
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-2/+2
|/
* Re-fix scaling when rendering a specific element by idAlessandro Portale2019-11-141-1/+3
* QSvgRenderer: Allow to remove a viewBoxAlessandro Portale2019-11-131-1/+1
* Fix rendering of SVG with translating viewBoxEirik Aavitsland2019-11-111-4/+4
* Small performance improvements suggested by clang-tidyv5.14.0-beta2Albert Astals Cid2019-10-074-4/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-0/+1
|\
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-132-12/+11
* | Fix rendering of SVGs with viewBoxesSimon Hausmann2019-05-242-9/+34
* | QtSvg: remove deprecated functions and enumerationsChristian Ehrlicher2019-05-271-1/+1
|/
* Fix stack overflow on indirect self-referralAllan Sandfeld Jensen2019-04-242-9/+15
* Fix leak in SVG font nodesAllan Sandfeld Jensen2019-04-241-7/+7
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-172-2/+10
|\
| * Fix crash for recursive gradient referencesEirik Aavitsland2019-04-022-2/+10
* | Fix assert on misplaced tspan elementAllan Sandfeld Jensen2019-04-121-0/+7
|/
* Fix IRI parsing, and use after freeAllan Sandfeld Jensen2019-03-042-3/+16
* Fix heap overflow in path parsingAllan Sandfeld Jensen2019-03-011-1/+1