Brian Sweeney

Results 59 issues of Brian Sweeney

When a table cell contains a floated element, line boxes in adjacent cells are unnecessarily cleared. The following HTML: ``` test text spanning more than one line ``` renders with...

As [noted in the support forum](https://groups.google.com/d/topic/dompdf/7Agj_6uyxYI/discussion) and reported in PR #951 we have an anti-virus issue. Looks like some miscreants are using dompdf to generate PDF for use in phishing...

Priority-High
discussion
security

A float rendered to the same line as a previous float is unable to clear the previous float. ``` first second ```

The default table handling logic for non-managed (within php-font-lib) tables should be to read/write the table in raw mode. Table::parse and Table::encode have logic to read/write the table in "raw"...

The data flagged by WE_HAVE_INSTRUCTIONS in the composite outline is currently persisted with the last component. This data is actually relevant to the outline as a whole and should be...

When generating a new font file this library currently writes out a significant number of font table data using the values specified in the original font file. The resulting font...

When the gid is to be read from the glyph index array, confirm that the calculated offset is within the bounds of the subtable within the file.

SvgLib operates as a stream processor, rendering elements as they are encountered. This means that a reference element (e.g., `defs`) and styling must occur in the document prior to any...