Brian Sweeney
Brian Sweeney
- Adds support for optionally closing a path when applying stroke - Addresses an issue with determining the control point for the T/t path commands
The Surface interface does not define a skewX nor a skewY method. For the time being we can achieve the same result using a generic transformation matrix.
``` PHP Notice: Undefined offset: 0 in .../phenx/php-svg-lib/src/Svg/Tag/AbstractTag.php on line 146 PHP Warning: count(): Parameter must be an array or an object that implements Countable in .../phenx/php-svg-lib/src/Svg/Tag/AbstractTag.php on line 146...
Dompdf does not correctly exclude styles that target a media type that it is not set to utilize. For example, if the Dompdf media type is set to print then...
If a table is rendered adjacent to a left-floating element the left positioning of the cells does not take into account the floating element. The available width is correctly restricted,...
If a rowspan cell falls at the end of a table, the cached row height is incorrect. This is primarily due to the fact that the cell height is evenly...
Occasionally I'd like to use HTML-formatted content (e.g. a spinner icon or a mult-line message) for the blockui message. Right now that's not possible without modifying both the template and...
When Dompdf performs rem calculations the calculated value does not appear to change with the font size applied to the root (HTML) element. For example, changing the font size for...