summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-03Fix typoAndrea Gelmini1-1/+1
2024-10-02tdf#163212: context-fill/context-stroke can also use gradientsXisco Fauli1-76/+93
2024-08-02Fix wrong / misleading uses of fTools::(more|less|equal) with literal 0Mike Kaganski1-3/+3
2024-07-23cid#1555070 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-20CairoSDPR: make use of RGBA PolyPolygon in more casesArmin Le Grand (Collabora)1-5/+19
2024-07-11svgio: simplify and rename to make it easier to understandXisco Fauli1-79/+57
2024-07-11tdf#161985: getOpacity is also called from other placesXisco Fauli1-11/+26
2024-07-08cid#1556123 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-13tdf#161213: fill can use context-stroke and vice versaXisco Fauli1-0/+16
2024-05-15loplugin:ostr in svgioNoel Grandin1-2/+2
2024-05-06tdf#155651: Add support for "context-fill"Xisco Fauli1-2/+34
2024-05-05cid#1596833 Uninitialized pointer fieldCaolán McNamara1-1/+2
2024-05-05crashtesting: assert with stroke width of 4.86057e+93Caolán McNamara1-1/+7
2024-05-03tdf#155651: Add support for "context-stroke"Xisco Fauli1-3/+34
2024-04-18tdf#160594: Use the recommended fallback of 0.5em for ex in font-sizeMike Kaganski1-4/+4
2024-03-28svgio: simplify codeXisco Fauli1-1/+1
2024-03-26tdf#160373: Iterate over all parents to check whether it's a clipPath contentXisco Fauli1-14/+22
2024-03-12related: tdf#159947: only parse in/result if the element supports themXisco Fauli1-1/+1
2024-03-01tdf#159968: Support overflow:visible in marker elementXisco Fauli1-1/+37
2024-02-07simplify some Primitive2DContainer constructionNoel Grandin1-3/+3
2024-02-05tdf#159566: match 'central' dominant-baseline to 'middle'Xisco Fauli1-0/+4
2023-09-26tdf#97710: do not create nonzero conform for polylineXisco Fauli1-2/+1
2023-08-21tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli1-1/+42
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli1-1/+21
2023-07-10tdf#149673: only check opacity from parent...Xisco Fauli1-25/+21
2023-07-10tdf#156201: just check one level up in the style stackXisco Fauli1-19/+10
2023-06-29various XLink fields are deadNoel Grandin1-60/+30
2023-06-28tdf#156066: Add support for feFlood filterXisco Fauli1-3/+0
2023-06-26svgio: simplify codeXisco Fauli1-2/+4
2023-06-20tdf#155814: only check parent style when it has a local css styleXisco Fauli1-15/+27
2023-06-20tdf#155932: tdf#97717: only apply opacity when primitiveXisco Fauli1-8/+14
2023-06-14tdf#155819: check marker property comes from a style sheetXisco Fauli1-2/+3
2023-06-13svgio: remove unneeded initializerXisco Fauli1-1/+0
2023-06-08tdf#155735: Add basic support for feColorMatrixXisco Fauli1-0/+5
2023-06-08tdf#155733: no need to store these valuesXisco Fauli1-6/+6
2023-06-07tdf#132246: add basic support for feGaussianBlurXisco Fauli1-0/+6
2023-06-07related: tdf#132246: Add basic filter nodeXisco Fauli1-1/+43
2022-09-28use more string_view in svgioNoel Grandin1-2/+2
2022-08-11tdf#150323: also add markers if there is a css style parentXisco Fauli1-1/+2
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli1-11/+33
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli1-1/+2
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli1-5/+22
2022-07-15svgio: simplify codeXisco Fauli1-4/+3
2022-07-15svgio: remove recurrent checkXisco Fauli1-1/+1
2022-07-08svgio: Rename variable and add unittestXisco Fauli1-2/+2
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli1-3/+10
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli1-65/+66
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli1-4/+4
2022-06-16loplugin:moveitNoel Grandin1-3/+3
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin1-2/+2