summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2024-02-15tdf#159601, tdf#159594: reuse target for symbols' childrenXisco Fauli3-8/+28
2024-01-31tdf#158445: support viewBox in symbol elementsXisco Fauli4-1/+128
2023-09-29tdf#97710: do not create nonzero conform for polylineXisco Fauli3-2/+33
2023-09-06tdf#157113: Add gap even if baseline is differentXisco Fauli2-12/+1
2023-09-06tdf#156569: '%' can be in the middle of the stringXisco Fauli3-10/+46
2023-08-22tdf#129356: handle css combinator when the element name is combined...Xisco Fauli4-47/+80
2023-08-22tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli7-4/+116
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli4-2/+60
2023-08-19tdf#86938: fix calculation of baseline-shiftXisco Fauli3-1/+39
2023-08-18tdf#117920: Revert "related tdf#156579: just break for switch element"Xisco Fauli3-6/+29
2023-08-17tdf#156777: check for css style in textpathXisco Fauli3-1/+36
2023-08-16tdf#93583: use getTextWidth to calculate line's widthXisco Fauli7-39/+104
2023-08-15tdf#156616: check if character's parent has x or yXisco Fauli7-16/+99
2023-08-15tdf#151103: Use the whole text line to calculate the align positionXisco Fauli12-477/+586
2023-08-14tdf#95400: svgio: Add unittestXisco Fauli2-0/+35
2023-08-08Revert "fdo#50114 ingore flowRoot element during svg import"Xisco Fauli4-27/+4
2023-08-08related tdf#156579: just break for switch elementXisco Fauli1-2/+6
2023-08-03svgio: use frozen::make_unordered_map so no need to specify the countXisco Fauli1-4/+4
2023-08-03tdf#156577: do no use parent position if x array is emptyXisco Fauli3-9/+52
2023-08-03tdf#156283: take remaing dx value into consideration tooXisco Fauli4-12/+67
2023-08-03tdf#156579: treat switch element as a groupXisco Fauli3-2/+7
2023-08-02svgio: remove redundant checkXisco Fauli1-18/+14
2023-07-26tdf#156271: add dx shift on top of x positionXisco Fauli3-39/+76
2023-07-14tdf#156269: dx and dy do not depend on x and yXisco Fauli3-24/+59
2023-07-14tdf#156251: Add gap between text elements when neededXisco Fauli7-23/+107
2023-07-12tdf#156236: For the rx or ry properties, "0" is validXisco Fauli3-10/+28
2023-07-10tdf#149673: only check opacity from parent...Xisco Fauli15-38/+56
2023-07-10tdf#156201: just check one level up in the style stackXisco Fauli3-19/+59
2023-07-10tdf#99562: Do not ignore last column from matrixXisco Fauli3-23/+10
2023-07-06tdf#156167: create separate map for case insensitive stringsXisco Fauli3-18/+175
2023-07-06svgio: simplify codeXisco Fauli3-26/+3
2023-07-05ofz#60384 Direct-leakCaolán McNamara2-3/+12
2023-07-05tdf#156168: do nothing when there is no concatenationXisco Fauli3-2/+74
2023-07-04crashtesting: crash on import of moz610347-2.svgCaolán McNamara1-1/+1
2023-07-03tdf#150124: do nothing when parent is of unkown typeXisco Fauli4-18/+31
2023-06-30tdf#118087: set matrix as default value for typeXisco Fauli3-3/+1
2023-06-30tdf#156066: Add support for feImage filterXisco Fauli9-1/+227
2023-06-30tdf#156066: Add support for feDropShadow filterXisco Fauli9-1/+242
2023-06-29svgio: simplify codeXisco Fauli4-9/+7
2023-06-28tdf#156066: Add support for feFlood filterXisco Fauli11-33/+298
2023-06-27tdf#156068: Add support for feOffset filterXisco Fauli9-9/+204
2023-06-27Revert "tdf#132246, tdf#155735: Add support for SourceAlpha"Xisco Fauli7-67/+6
2023-06-27tdf#156038, tdf#78232: support css child combinatorXisco Fauli4-0/+158
2023-06-26svgio: simplify codeXisco Fauli22-58/+48
2023-06-26tdf#155735: cid#1532475 Out-of-bounds accessXisco Fauli1-4/+5
2023-06-24tdf#132246, tdf#155735: Add support for SourceAlphaXisco Fauli7-17/+49
2023-06-24tdf#156034: check for css style further up in the hierarchyXisco Fauli4-67/+115
2023-06-22tdf#156018: check if there is a css style with element inside elementXisco Fauli5-0/+57
2023-06-22svgio: use "frozen" for mapping between token strings and enumsTomaž Vajngerl2-329/+214
2023-06-22tdf#155735: Add support for matrix typeXisco Fauli5-5/+55