On Fri, 22 Jul 2016 10:17:38 +0200 Alexander Voigt <Hole.destructor at gmx.de> wrote:
then maybe it is an FLTK issue? I'm using
Debian Jessie GNU/Linux 4.6.0-0.bpo.1-amd64 FLTK 1.3.1
Best regards, Alex
IMHO, this is somehow related to the default fonts set in dillorc or the global set system fonts.
On Thu, Jul 21, 2016 at 08:14:20PM -0400, Jorge Arellano Cid wrote:
Hi Alexander,
On Thu, Jul 21, 2016 at 09:50:22PM +0200, Alexander Voigt wrote:
Hi Dillo developers,
I stumbled upon a page with a lot of code snippets wrapped in a <pre> block, where Dillo seems to have a rendering problem: Underscores `_' are not drawn. I stripped down this real-world-example to the attached minimal html file which reproduces the problem:
The page should render as follows:
============================================ softpoint_with_block() { { echo ""; } | ./softpoint.x leshouches } ============================================
However, in the development version of Dillo it renders as follows:
============================================ softpoint with block() { { echo ""; } | ./softpoint.x leshouches } ============================================
As you can see, the underscores in the function softpoint_with_block() are not drawn in Dillo.
However, the underscores are drawn correcty if you
* remove the style="..." specification from the <pre> block or
* remove the line
{ echo ""; } | ./softpoint.x leshouches
from the <pre> block content.
The attached example renders OK here. Maybe someone else can reproduce it.
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
-- http://fresh.flatassembler.net http://asm32.info John Found <johnfound at asm32.info>