aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-01-08 23:34:14 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-09 20:05:49 +0100
commit09d1171d8d0b16f945df32ff4543c0a8baf4bb22 (patch)
tree9c1b06a9aa1f7c0206e598d7ee02f652564f0e03 /dw
parent767c6c142de52a8b110c9c8fbc4110fcb6c3865f (diff)
Update references to website and repository
The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo.
Diffstat (limited to 'dw')
-rw-r--r--dw/style.cc2
-rw-r--r--dw/textblock.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.cc b/dw/style.cc
index 32a33a9e..4c4351a8 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -752,7 +752,7 @@ Length StyleImage::ExternalWidgetImgRenderer::getBackgroundPositionY ()
* use a trapezium as draw polygon, or drawTypedLine() for dots and dashes.
* Although the concept is simple, achieving pixel accuracy is laborious [1].
*
- * [1] http://www.dillo.org/css_compat/tests/border-style.html
+ * [1] https://dillo-browser.github.io/old/css_compat/tests/border-style.html
*/
static void drawBorderTop(View *view, Style *style,
int x1, int y1, int x2, int y2)
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);