summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
AgeCommit message (Expand)Author
2023-09-26tdf#97710: do not create nonzero conform for polylineXisco Fauli
2023-08-21tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli
2023-07-10tdf#149673: only check opacity from parent...Xisco Fauli
2023-07-10tdf#156201: just check one level up in the style stackXisco Fauli
2023-06-29various XLink fields are deadNoel Grandin
2023-06-28tdf#156066: Add support for feFlood filterXisco Fauli
2023-06-26svgio: simplify codeXisco Fauli
2023-06-20tdf#155814: only check parent style when it has a local css styleXisco Fauli
2023-06-20tdf#155932: tdf#97717: only apply opacity when primitiveXisco Fauli
2023-06-14tdf#155819: check marker property comes from a style sheetXisco Fauli
2023-06-13svgio: remove unneeded initializerXisco Fauli
2023-06-08tdf#155735: Add basic support for feColorMatrixXisco Fauli
2023-06-08tdf#155733: no need to store these valuesXisco Fauli
2023-06-07tdf#132246: add basic support for feGaussianBlurXisco Fauli
2023-06-07related: tdf#132246: Add basic filter nodeXisco Fauli
2022-09-28use more string_view in svgioNoel Grandin
2022-08-11tdf#150323: also add markers if there is a css style parentXisco Fauli
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli
2022-07-15svgio: simplify codeXisco Fauli
2022-07-15svgio: remove recurrent checkXisco Fauli
2022-07-08svgio: Rename variable and add unittestXisco Fauli
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli
2022-06-16loplugin:moveitNoel Grandin
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin
2021-11-11Use o3tl::convertMike Kaganski
2021-10-10loplugin:moveparam in basegfxNoel Grandin
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22no need to use unique_ptr for B2DHomMatrixNoel Grandin
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl
2020-11-11loplugin:stringviewNoel
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen
2019-10-03loplugin:unusedfieldsNoel Grandin
2019-09-23SVGIO: Fix conditions after ab147995Xisco Fauli
2019-09-19tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli
2019-08-12Fix typosAndrea Gelmini
2019-01-29loplugin:flatten in svgioNoel Grandin