aboutsummaryrefslogtreecommitdiff
path: root/devdoc/dw-images-and-backgrounds.doc
diff options
context:
space:
mode:
authorGevel Tekens <geveltekens@gmail.com>2025-02-04 23:13:27 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-02-05 21:50:39 +0100
commit6cd133d2f242d36bd48ddea44acd868f70782d0b (patch)
treed6846c0e13706fb1dbb94885cb2980a639d22735 /devdoc/dw-images-and-backgrounds.doc
parent0c7e087fbd0278da9a39bd16ab9385073f1f495c (diff)
Fix several typos
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
Diffstat (limited to 'devdoc/dw-images-and-backgrounds.doc')
-rw-r--r--devdoc/dw-images-and-backgrounds.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/devdoc/dw-images-and-backgrounds.doc b/devdoc/dw-images-and-backgrounds.doc
index 8f07766a..e58e28cf 100644
--- a/devdoc/dw-images-and-backgrounds.doc
+++ b/devdoc/dw-images-and-backgrounds.doc
@@ -30,7 +30,7 @@ initiated:
- Html_load_image: for embedded images (implemented by dw::Image,
which implements dw::core::ImgRenderer);
- StyleEngine::apply (search for "case
- CSS_PROPERTY_BACKGROUND_IMAGE"): for backgrond images; there are
+ CSS_PROPERTY_BACKGROUND_IMAGE"): for background images; there are
some implementations of dw::core::ImgRenderer within the context of
dw::core::style::StyleImage.
@@ -214,7 +214,7 @@ dw::Image is only created with type RGB. This leads to several problems:
with different background colors.
- The dicache only handles background colors, not background images.
-The solution is basicly simple: keep alpha support out of dicache;
+The solution is basically simple: keep alpha support out of dicache;
instead implement RGBA in dw::Image. As it seems, the main problem is
alpha support in FLTK/X11.