summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2024-09-20vcl: migrate BitmapArithmeticBlendFilter to use BitmapFilter classChris Sherlock1-3/+3
2024-09-12Temporarily skip unit tests on native arm64 buildBalazs Varga1-0/+4
2024-08-02Fix wrong / misleading uses of fTools::(more|less|equal) with literal 0Mike Kaganski4-9/+9
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
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)3-31/+48
2024-07-17cid#1555694 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-11svgio: simplify and rename to make it easier to understandXisco Fauli6-93/+68
2024-07-11tdf#161985: getOpacity is also called from other placesXisco Fauli3-11/+53
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2024-07-10cid#1556474 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-07-08cid#1556123 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-26svgio: Add missing 'rebeccapurple' colorXisco Fauli1-0/+1
2024-06-13tdf#161213: fill can use context-stroke and vice versaXisco Fauli3-0/+32
2024-05-15loplugin:ostr in svgioNoel Grandin8-752/+752
2024-05-06tdf#155651: Add support for "context-fill"Xisco Fauli4-2/+57
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 Fauli5-4/+68
2024-04-25CppunitTest_svgio: fix mid-air collisionXisco Fauli1-11/+7
2024-04-24Fix unit test after commit 98935eef13c7d755221d79fe7d3c5869a40a7c37Mike Kaganski1-7/+11
2024-04-23tdf#159661, tdf#160773: svgio: Add unittestXisco Fauli2-0/+21
2024-04-22tdf#159660: also add normal blend filterXisco Fauli3-81/+103
2024-04-22tdf#160782: convert to bitmapEx from 0,0 to width,heightXisco Fauli4-44/+123
2024-04-22tdf#159660: Add support for lighten mode in feBlendXisco Fauli4-0/+63
2024-04-22tdf#159660: Add support for darken mode in feBlendXisco Fauli4-0/+63
2024-04-22tdf#159660: Add support for multiply mode in feBlendXisco Fauli4-3/+70
2024-04-22tdf#159660: premultiply colors for screen blendXisco Fauli2-0/+52
2024-04-22tdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli8-73/+310
2024-04-21svgio: feImage and feFlood don't support the in attributeXisco Fauli4-24/+0
2024-04-20tdf#157103: fix SVG whitespace handlingMike Kaganski4-90/+134
2024-04-20cid#1596521 Resource leakCaolán McNamara1-4/+3
2024-04-20tdf#160702: improve text positioningMike Kaganski2-46/+52
2024-04-20svgio: remove duplicated assertXPathDoubleXisco Fauli1-10/+1
2024-04-19tdf#160721: nothing is displayed in case of wrong 'in' referenceXisco Fauli2-0/+29
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski1-1/+10
2024-04-19tdf#160717: fix ex handlingMike Kaganski6-25/+22
2024-04-18tdf#160594: Use the recommended fallback of 0.5em for ex in font-sizeMike Kaganski3-4/+27
2024-04-18tdf#160593: make sure to use current element's font size for em unitMike Kaganski9-26/+35
2024-04-18svgio: factor out common codeXisco Fauli4-44/+28
2024-04-17svgio: map all 'in' keywords to target for nowXisco Fauli1-1/+9
2024-04-16tdf#48062: Add support for arithmetic in feCompositeXisco Fauli4-48/+180
2024-04-15cid#1596322 Resource leakCaolán McNamara1-2/+2
2024-04-14Round in XmlWriter::attribute when passing a doubleMike Kaganski1-14/+14
2024-04-12tdf#159660: Add support for screen mode in feBlendXisco Fauli4-7/+98
2024-04-11Move variables into their usage scopeMike Kaganski1-12/+11
2024-04-03tdf#146619 Drop unused 'using namespace' in: svgio/Gabor Kelemen1-2/+0
2024-03-28Fix typoAndrea Gelmini1-1/+1
2024-03-28svgio: simplify codeXisco Fauli6-66/+13
2024-03-27tdf#160386: Add support for switch elementXisco Fauli13-13/+270