summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2024-03-15tdf#48062: use mergeToSinglePolyPolygon instead of createPolygonFromRectXisco Fauli1-8/+11
2024-03-15tdf#48062: Add support for atop operator in feCompositeXisco Fauli1-0/+11
2024-03-15tdf#48062: Add support for xor, in and out operators in feCompositeXisco Fauli2-4/+66
2024-03-13tdf#48062: Add support for feComposite filterXisco Fauli3-0/+92
2024-03-13tdf#159660: Add support for feBlend filterXisco Fauli3-0/+93
2024-03-12tdf#159660: Add support for feMerge and feMergeNodeXisco Fauli4-0/+152
2024-03-12related: tdf#159947: only parse in/result if the element supports themXisco Fauli8-73/+149
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin1-2/+2
2024-03-01tdf#159968: Support overflow:visible in marker elementXisco Fauli2-1/+38
2024-03-01svgio: simplify a bitXisco Fauli2-8/+2
2024-02-29tdf#159947: Add support for in and result filter attributesXisco Fauli8-0/+71
2024-02-07tdf#159601: svgio: do not use std::move hereXisco Fauli1-1/+1
2024-02-07these casts are no longer necessaryNoel Grandin4-19/+11
2024-02-07simplify some Primitive2DContainer constructionNoel Grandin1-3/+3
2024-02-07simplify some Primitive2DContainer accessesNoel Grandin1-5/+4
2024-02-07can std::move these Primitive2DContainer valuesNoel Grandin1-1/+1
2024-02-06tdf#159594: reuse target for symbols' childrenXisco Fauli1-5/+3
2024-02-05tdf#159566: match 'central' dominant-baseline to 'middle'Xisco Fauli2-0/+5
2024-01-26tdf#158445: support viewBox in symbol elementsXisco Fauli1-1/+93
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2023-12-19cid#1545222 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara2-17/+17
2023-12-16cid#1546456 COPY_INSTEAD_OF_MOVECaolán McNamara3-15/+15
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski31-61/+55
2023-10-27Commit 04c78e1a46a423071d7ea68724525ec7ef92e0e8 follow-upMike Kaganski1-189/+17
2023-09-26tdf#97710: do not create nonzero conform for polylineXisco Fauli1-2/+1
2023-09-09XSvgParser does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-07svgio: update commentXisco Fauli1-2/+1
2023-09-06tdf#157113: Add gap even if baseline is differentXisco Fauli1-11/+0
2023-09-05tdf#156569: '%' can be in the middle of the stringXisco Fauli1-10/+7
2023-08-22tdf#129356: handle css combinator when the element name is combined...Xisco Fauli1-46/+22
2023-08-21tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli3-3/+70
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli1-1/+21
2023-08-18tdf#142424: Revert "related tdf#156579: just break for switch element"Xisco Fauli1-6/+1
2023-08-16svgio: fix typo in codeXisco Fauli1-2/+2
2023-08-15tdf#156777: check for css style in textpathXisco Fauli1-1/+1
2023-08-15tdf#86938: fix calculation of baseline-shiftXisco Fauli1-1/+1
2023-08-15tdf#93583: use getTextWidth to calculate line's widthXisco Fauli3-35/+62
2023-08-12tdf#156616: check if character's parent has x or yXisco Fauli2-7/+23
2023-08-11cid#1539807 Uninitialized pointer fieldCaolán McNamara1-1/+2
2023-08-10related: tdf#151103: simplify codeXisco Fauli2-88/+7
2023-08-10svgio: move SvgTextPosition to its own fileXisco Fauli2-171/+200
2023-08-10svgio: handle addGap internally inside SvgCharacterNodeXisco Fauli2-42/+41
2023-08-10svgio: avoid dynamic_castXisco Fauli1-13/+12
2023-08-09svgio: get rid of SvgTextPositionsXisco Fauli4-139/+105
2023-08-09svgio: remove recurrent checksXisco Fauli1-44/+26
2023-08-08crashtesting: null-deref on kde114933-2.svgCaolán McNamara1-1/+1
2023-08-03svgio: Simplify codeXisco Fauli1-81/+9
2023-08-03Revert "fdo#50114 ingore flowRoot element during svg import"Xisco Fauli2-22/+3
2023-08-03related tdf#156579: just break for switch elementXisco Fauli1-2/+6