diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 3ba81286..27438b6d 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -637,7 +637,7 @@ void Textblock::sizeAllocateImpl (core::Allocation *allocation) */ /* align=bottom (base line) */ /* Commented lines break the n2 and n3 test cases at - * http://www.dillo.org/test/img/ */ + * https://dillo-browser.github.io/old/test/img/ */ childAllocation.y = lineYOffsetCanvas (line, allocation) + (line->borderAscent - word->size.ascent); |