Lines Matching refs:be

19 * Allowed image stream whitelist to be customised (#1005, thanks @jakejackson)
99 - Practically all classes renamed to use `PascalCase` and named to be more verbose
107 - Additionally, former constructor parameters can be used as keys
108 - `tempDir` directory now must be writable, otherwise an exception is thrown
122 - Security: Embedded files via `<annotation>` custom tag must be explicitly allowed via `allowAnnotationFiles` configuration key
123 - `fontDir` property of Mpdf class is private and must be accessed via configuration variable with array of paths or `AddFontDirectory` method
166 - Messages can be filtered based on `\Mpdf\Log\Context` class constants
186 - Additional font directories can be added via `addFontDir` method
193 - QR codes can be generated without a border using `disableborder="1"` HTML attribute in `<barcode>` tag
308 - Error: Strict warning: Only variables should be passed by reference - in PHP5.5.9
339 - xlink:href (required) - can be jpeg, png or gif image - not vector (SVG or WMF) image
345 width and height cannot be assigned by CSS - must be attributes
369 - text with letter-spacing set inside table which needs to be resixed (shrunk) - letter-spacing was not adjusted
371 - vertical-align:super|sub can be nested using `<span>` elements
372 - inline elements can be nested e.g. text `<sup>text<sup>13</sup>text</sup>` text
459 Small change to function `barcode_c128()` which allows ASCII 0 - 31 to be used in C128A e.g. chr(13) in:
523 2) Table of Contents - appearance can now be controlled with CSS styles. By default, in mPDF 5.7, no styling is applied so you will get:
527 - line spacing will be narrower (can use line-height or margin-top in CSS)
539 - Spotcolor can now be defined as it is used e.g. color: spot(PANTONE 534 EC, 100%, 85, 65, 47, 9);
562 - "z-index" can be used to utilise layers in the PDF document
595 - `<dottab>` fixed to allow color, font-size and font-family to be correctly used, avoid dots being moved to new page, and to work in RTL
633 - custom appearances for `<meter>` and `<progress>` can be made by editing `classes/meter.php` file
663 - cyrillic character p &#1088; at end of table cell caused cell height to be incorrectly calculated
761 Older changes can be seen [on the documentation site](https://mpdf.github.io/about-mpdf/changelog.html).