1---
2name: Bug report ��
3about: The library does not work as expected
4---
5
6<!--
7Fill in provided template with information about the bug
8Provide a short and reproducible code example
9⚠ Failing to provide necessary information will cause the issue to be closed until appropriately updated.
10See Contributing guidelines for further information
11-->
12
13### I found this bug
14
15### This is mPDF and PHP version and environment (server/fpm/cli etc) I am using
16
17### This is the PHP code snippet I use
18
19```
20<?php
21
22
23```
24
25### This is the HTML/CSS code snippet I use
26
27```
28
29```
30