summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Do not try to optimize filter sizeMatthias Rauter7 days1-16/+0
* Set flood-opacity even when flood-color is missingMatthias Rauter7 days1-1/+6
* QSvgFeColorMatrix: Remove unused member m_typeRobert Löhning11 days2-3/+0
* Option enum: add trailing commaVolker Hilsheimer13 days1-1/+1
* Pass parameters by reference to QSvgFe*'s constructorsRobert Löhning14 days2-26/+37
* Remove dead codeRobert Löhning14 days1-2/+1
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-291-1/+0
* Fix transformed Gaussian blur filterMatthias Rauter2024-05-271-12/+29
* Add AssumeTrustedSource Option flagEirik Aavitsland2024-05-263-3/+7
* Check the filter node type before drawingHatem ElKharashy2024-05-171-1/+1
* Add QSvgRenderer default options settingEirik Aavitsland2024-05-152-4/+22
* Cleanup: make shouldDrawNode return false for some nodesHatem ElKharashy2024-05-144-0/+24
* Remove autogenerated code to recognize supported featuresMatthias Rauter2024-05-131-143/+22
* Fix filter offset with transformationsMatthias Rauter2024-05-081-2/+2
* Reduce local variable's scopeRobert Löhning2024-05-071-1/+1
* Guard against null pointer derefRobert Löhning2024-05-071-3/+5
* Skip rendering filters with unsupported primitivesHatem ElKharashy2024-05-069-25/+121
* Enabler: Pass filename through QSvgImage nodeEskil Abrahamsen Blomfeldt2024-04-293-5/+23
* Support loading image file whose name begin with "data"Eskil Abrahamsen Blomfeldt2024-04-251-3/+3
* Consider the % symbol for the filter sizeMatthias Rauter2024-04-191-0/+16
* Enablers for supporting mask element in QML generatorEskil Abrahamsen Blomfeldt2024-04-183-1/+21
* Add environment variable setting of default renderer OptionsEirik Aavitsland2024-04-161-1/+11
* Filters: check image allocation to avoid memory exhaustion and crashEirik Aavitsland2024-04-161-1/+6
* Correct license for documentation fileLucie Gérard2024-04-041-1/+1
* Improve svg file detection/canRead()Eirik Aavitsland2024-04-032-11/+61
* Fix wrong calculations in animated transformsEirik Aavitsland2024-03-221-20/+18
* Draw solid line if all elements in stroke-dasharray are zeroWladimir Leuschner2024-03-211-4/+18
* Avoid runtime warnings about negative font sizesEirik Aavitsland2024-03-181-0/+4
* Propagate states correctly in <pattern> elementMatthias Rauter2024-03-152-12/+9
* Enable <use> elements in <mask> and propagate state to mask childrenMatthias Rauter2024-03-155-15/+39
* Add missing getters for SVG nodesEskil Abrahamsen Blomfeldt2024-02-271-0/+2
* Add enabler functions for svgtoqmlHatem ElKharashy2024-02-223-63/+71
* Fix a crash when SVG files are loaded recursivelyMatthias Rauter2024-02-201-1/+4
* qsvghandler: silence valgrind warningTim Blechmann2024-02-141-0/+1
* Don't parse symbol element if Tiny12FeaturesOnly is setMatthias Rauter2024-02-121-1/+1
* Allow opting out of resource limits on parsing and renderingEirik Aavitsland2024-02-062-5/+12
* Skip parsing nested svg elementHatem ElKharashy2024-02-062-7/+19
* Fix some mistakes in the documentationMatthias Rauter2024-01-262-7/+5
* Minor tweaks for new Options typeEirik Aavitsland2024-01-242-2/+4
* Fix a bug where description and title were renderedMatthias Rauter2024-01-241-19/+1
* Replace FeatureSet with Options, a more flexible flags parameterEirik Aavitsland2024-01-2210-103/+97
* Doc: fix typosVolker Hilsheimer2024-01-182-5/+5
* Add documentation for extended SVG featuresMatthias Rauter2024-01-173-2/+266
* Clean up based on header review commentsVolker Hilsheimer2024-01-1115-164/+165
* Remove nodeStringList in favor of QSvgNode::typeName()Matthias Rauter2024-01-062-55/+31
* Fix a crash when SVG filters failMatthias Rauter2024-01-064-15/+72
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2023-12-221-1/+0
* Remove the use of Q_SVG_PRIVATE_EXPORTAlexey Edelev2023-12-2211-56/+56
* Add filter attribute/element and various filter primitivesMatthias Rauter2023-12-079-34/+1344
* Add Pattern element to QSvgHatem ElKharashy2023-12-057-12/+391