Kevin Glier
Kevin Glier
I am trying to use the background-size property, but it is not working with the values "cover" and "contain". First I wanted to ask if this is even a supported...
This change allows the user to use the CSS property "background-size" with the values "contain" and "cover".
Unfortunately, it seems that whitespaces around tags within text contents are removed. ### HTML-Code (plain): ```html Keywords are really important! ``` ### HTML-Code (minimized) ```html Keywordsare really important! ``` ###...
Hey all together! I'm having an issue with the generation. It seems like, that for me, no models are generated. The index.ts in the models directory is just empty (with...
On linux systems there is a problem with font file names when the path does contain capitalised characters. Is there a reason for the `strtolower` in this line? https://github.com/tecnickcom/TCPDF/blob/d4adef47ca21c90e6483d59dcb9e5b1023696937/tcpdf.php#L9114
It is now possible to use the CSS "background-size" property. This will therefore fix the issue #716.