Zunenonooo / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Add "text-overflow: ellipsis;" #499

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"

Do you have an example:
div {
    width:100px;
    height:40px;
    overflow:hidden;
    text-overflow: ellipsis;

}

Original issue reported on code.google.com by amerlan...@gmail.com on 8 Jun 2012 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00