Hi, currently I'm trying to draw table with crossed out cells (diagonal line inside table cells). Pseudo element that positioned absolutely is used to get this effect. Table cells have content with different height and width.
So, in HTML this line is drawn from corner to corner, but in PDF in looks corrupted (for some cells it is drawn like it is placed inside some virtual rectangle inside table cell). Looks like calculated width and height for pseudo element inside cell depends on content size of that cell and if content take just a part of it problem appears.
I attached sample html file for this problem. Is it known problem with printing tables, may be it has workarounds? Thanks in advance.
So, in HTML this line is drawn from corner to corner, but in PDF in looks corrupted (for some cells it is drawn like it is placed inside some virtual rectangle inside table cell). Looks like calculated width and height for pseudo element inside cell depends on content size of that cell and if content take just a part of it problem appears.
I attached sample html file for this problem. Is it known problem with printing tables, may be it has workarounds? Thanks in advance.