summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader
AgeCommit message (Expand)Author
2023-07-31tdf#156251: Add gap between text elements when neededXisco Fauli
2023-06-23tdf#155833: apply transform to image even if target is equal to viewboxXisco Fauli
2023-06-23tdf#145896: set style to 'text/css' by defaultXisco Fauli
2023-06-18tdf#155819: check marker property comes from a style sheetXisco Fauli
2023-06-18tdf#155733: no need to store these valuesXisco Fauli
2022-11-29SVG import: add support for semi-transparent textMiklos Vajna
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
2022-09-28use more string_view in svgioNoel Grandin
2022-09-23svgio: Simplify by using replaceAllXisco Fauli
2022-09-23tdf#151118: don't trim leading/trailing spaces in 'preserve' caseXisco Fauli
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli
2022-09-21tdf#103888: Do not add a gap at the end of each text portionXisco Fauli
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
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-22elide some makeStringAndClear() callsNoel Grandin
2022-07-19crashtesting: assert seen on loading moz820988-2.svgCaolán McNamara
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli
2022-07-18tdf#126330: use correct type for symbol nodeXisco 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-14svgio: factor out common codeXisco Fauli
2022-07-13svgio: use href along with xlink:hrefXisco Fauli
2022-07-08svgio: Rename variable and add unittestXisco Fauli
2022-07-08svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim())Xisco Fauli
2022-07-08svgio: forgot the 'else'Xisco Fauli
2022-07-08related: tdf#149893: trim the color nameXisco Fauli
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp
2022-06-16loplugin:moveitNoel Grandin
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-12-24tdf#97663 SVGIO: Fix line spacing for <tspan>Hossein
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-11-22Cleaning up math in SvgNumberHossein
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski