summaryrefslogtreecommitdiff
path: root/svgio
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-12-08CppunitTest_svgio: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
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-30tdf#141908 Replace usage of sal_Int32 with Color in unit testscutamar
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
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-29svgio: qa: add unittest for fill-ruleXisco 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-15svgio: qa: Add test for shape with ref to clipPathXisco 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: fix copy-paste nameXisco 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-23Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robustStephan Bergmann
2022-06-22tdf#149449 Add unit test for CSS class redefinition inside SVGsofftkp
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp
2022-06-16loplugin:moveitNoel Grandin
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek
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