Skip to content

Fix transparent background images to be displayed correctly #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
88a496b
fix(TemplateProcessor): Images with transparent backgrounds are now c…
ElwynVdb Jul 30, 2024
f9ce804
Extend the Options section of the PDF Writer documentation (#2642)
settermjd Aug 7, 2024
8e441e8
Php7 Problem with TemplateProcessor Destructor (#2554)
oleibman Aug 7, 2024
7084019
Generate Table Cell if Row Doesn't Have Any (#2516)
oleibman Aug 7, 2024
b99230a
[TYPO] Fix hardcoded macro chars in TemplateProcessor method (#2618)
glafarge Aug 7, 2024
761280b
Prevented fatal errors when opening corrupt files or "doc" files (#2626)
mmcev106 Aug 8, 2024
9c9382a
Bump phpoffice/math from 0.1.0 to 0.2.0 (#2645)
Progi1984 Aug 12, 2024
997a829
Bump tecnickcom/tcpdf from 6.6.5 to 6.7.5 (#2646)
dependabot[bot] Aug 12, 2024
fbe52dc
Documentation : Updated Comment element (#2650)
Progi1984 Aug 12, 2024
8730d1b
Bump mpdf/mpdf from 8.2.2 to 8.2.4 (#2647)
dependabot[bot] Aug 12, 2024
6e27dbf
Bump phenx/php-svg-lib from 0.5.1 to 0.5.4 (#2649)
dependabot[bot] Aug 12, 2024
72c29a6
Word2007 Reader: Support for Paragraph Border Style (#2651)
Progi1984 Aug 12, 2024
91cef47
Bump phpstan/phpstan-phpunit from 1.3.15 to 1.4.0 (#2648)
dependabot[bot] Aug 12, 2024
00febf5
Word2007 Writer : Added support for field `REF` (#2652)
Progi1984 Aug 12, 2024
3631936
Word2007 Reader : Support for FormFields (#2653)
Progi1984 Aug 12, 2024
fdf1343
HTML Reader : Read width & height attributes in points (#2654)
Progi1984 Aug 12, 2024
c917d03
Template Processor : Fixed bad naming of variables (#2655)
Progi1984 Aug 13, 2024
1691301
RTF Writer : Support for Table Border Style (#2656)
Progi1984 Aug 13, 2024
1f2ede5
Merge branch 'master' into image-background-transparancy
ElwynVdb Aug 13, 2024
dbf0a3e
Word2007 Writer : Fixed first footnote appearing as separator (#2635)
jacksleight Aug 14, 2024
a48f7f0
docs: Updated changelog
ElwynVdb Aug 15, 2024
c622fa4
docs: Name
ElwynVdb Aug 15, 2024
e7e8553
Merge branch 'master' into image-background-transparancy
ElwynVdb Aug 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ext-dom": "*",
"ext-json": "*",
"ext-xml": "*",
"phpoffice/math": "^0.1"
"phpoffice/math": "^0.2"
},
"require-dev": {
"ext-zip": "*",
Expand Down
130 changes: 69 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading