summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2023-07-31tdf#156251: Add gap between text elements when neededXisco Fauli7-23/+107
2023-06-23tdf#155833: apply transform to image even if target is equal to viewboxXisco Fauli3-34/+70
2023-06-23tdf#145896: set style to 'text/css' by defaultXisco Fauli4-17/+36
2023-06-18tdf#155819: check marker property comes from a style sheetXisco Fauli3-2/+36
2023-06-18tdf#155733: no need to store these valuesXisco Fauli1-5/+5
2022-12-08CppunitTest_svgio: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-145/+47
2022-11-29SVG import: add support for semi-transparent textMiklos Vajna4-3/+57
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin1-1/+1
2022-09-28use more string_view in svgioNoel Grandin10-64/+64
2022-09-23svgio: Simplify by using replaceAllXisco Fauli2-50/+3
2022-09-23tdf#151118: don't trim leading/trailing spaces in 'preserve' caseXisco Fauli3-8/+6
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli5-19/+22
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli5-31/+47
2022-09-21tdf#103888: Do not add a gap at the end of each text portionXisco Fauli5-47/+34
2022-08-30tdf#141908 Replace usage of sal_Int32 with Color in unit testscutamar1-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-0/+2
2022-08-11tdf#150323: also add markers if there is a css style parentXisco Fauli3-1/+40
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli4-11/+78
2022-07-29svgio: qa: add unittest for fill-ruleXisco Fauli2-0/+24
2022-07-22elide some makeStringAndClear() callsNoel Grandin2-5/+10
2022-07-19crashtesting: assert seen on loading moz820988-2.svgCaolán McNamara1-1/+1
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli3-1/+42
2022-07-18tdf#126330: use correct type for symbol nodeXisco Fauli3-1/+31
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli4-6/+53
2022-07-15svgio: simplify codeXisco Fauli24-28/+26
2022-07-15svgio: remove recurrent checkXisco Fauli1-1/+1
2022-07-15svgio: qa: Add test for shape with ref to clipPathXisco Fauli2-0/+30
2022-07-14svgio: factor out common codeXisco Fauli7-38/+27
2022-07-13svgio: use href along with xlink:hrefXisco Fauli10-2/+12
2022-07-08svgio: Rename variable and add unittestXisco Fauli3-2/+36
2022-07-08svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim())Xisco Fauli1-18/+18
2022-07-08svgio: forgot the 'else'Xisco Fauli1-1/+1
2022-07-08related: tdf#149893: trim the color nameXisco Fauli2-2/+2
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli5-10/+83
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli10-97/+105
2022-07-07svgio: fix copy-paste nameXisco Fauli1-3/+3
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli1-6/+14
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli5-19/+34
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli3-2/+44
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin5-9/+12
2022-06-23Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robustStephan Bergmann2-2/+3
2022-06-22tdf#149449 Add unit test for CSS class redefinition inside SVGsofftkp2-0/+35
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp2-19/+16
2022-06-16loplugin:moveitNoel Grandin2-4/+4
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek1-3/+11
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin2-8/+7
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin2-8/+8
2022-05-01use more string_view in variousNoel Grandin1-6/+7
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1