summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tdf#160373: Iterate over all parents to check whether it's a clipPath contentXisco Fauli4-18/+55
2024-03-15tdf#48062: use mergeToSinglePolyPolygon instead of createPolygonFromRectXisco Fauli1-8/+11
2024-03-15tdf#48062: Add support for atop operator in feCompositeXisco Fauli3-0/+16
2024-03-15tdf#48062: Add support for xor, in and out operators in feCompositeXisco Fauli6-23/+129
2024-03-13tdf#48062: Add support for feComposite filterXisco Fauli8-0/+176
2024-03-13tdf#159660: Add support for feBlend filterXisco Fauli8-0/+178
2024-03-13Fix typo pointer nameAndrea Gelmini1-1/+1
2024-03-12tdf#159660: Add support for feMerge and feMergeNodeXisco Fauli10-0/+278
2024-03-12related: tdf#159947: only parse in/result if the element supports themXisco Fauli15-86/+185
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin2-3/+3
2024-03-01tdf#159968: Support overflow:visible in marker elementXisco Fauli6-1/+105
2024-03-01svgio: simplify a bitXisco Fauli2-8/+2
2024-02-29tdf#159947: Add support for in and result filter attributesXisco Fauli13-0/+154
2024-02-07tdf#159601: svgio: do not use std::move hereXisco Fauli2-4/+4
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 Fauli3-5/+25
2024-02-05tdf#159566: match 'central' dominant-baseline to 'middle'Xisco Fauli5-3/+14
2024-02-05tdf#108037 Reduce time and memory consumed exporting to PDFNoel Grandin1-1/+17
2024-01-26tdf#158445: support viewBox in symbol elementsXisco Fauli4-1/+128
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-11-19Extended loplugin:ostr: svgioStephan Bergmann1-615/+615
2023-11-02Related: tdf#157939 put CppunitTest_svgio under non_application_font_use:abortCaolán McNamara13-20/+25
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski61-97/+85
2023-10-27Commit 04c78e1a46a423071d7ea68724525ec7ef92e0e8 follow-upMike Kaganski2-190/+18
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-4/+4
2023-09-26tdf#97710: do not create nonzero conform for polylineXisco Fauli3-2/+33
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 Fauli2-12/+1
2023-09-05tdf#156569: '%' can be in the middle of the stringXisco Fauli3-10/+44
2023-08-22tdf#129356: handle css combinator when the element name is combined...Xisco Fauli4-47/+80
2023-08-21tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli7-4/+116
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli4-2/+60
2023-08-18tdf#142424: Revert "related tdf#156579: just break for switch element"Xisco Fauli3-6/+29
2023-08-16svgio: fix typo in codeXisco Fauli2-3/+3
2023-08-15tdf#156777: check for css style in textpathXisco Fauli3-1/+36
2023-08-15tdf#86938: fix calculation of baseline-shiftXisco Fauli3-1/+39
2023-08-15tdf#93583: use getTextWidth to calculate line's widthXisco Fauli7-39/+104
2023-08-12tdf#156616: check if character's parent has x or yXisco Fauli7-16/+99
2023-08-11cid#1539807 Uninitialized pointer fieldCaolán McNamara1-1/+2
2023-08-10related: tdf#151103: simplify codeXisco Fauli4-94/+17
2023-08-10svgio: move SvgTextPosition to its own fileXisco Fauli6-214/+275
2023-08-10svgio: handle addGap internally inside SvgCharacterNodeXisco Fauli4-53/+50
2023-08-10svgio: avoid dynamic_castXisco Fauli1-13/+12