aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-11-18 21:35:56 +0100
committerSebastian Geerken <devnull@localhost>2013-11-18 21:35:56 +0100
commitc575cfbaec41b4badb0ff3c686d640c3fa80687b (patch)
treedff5f215fc49988a0d10f04432abff9f55a2765b /doc
parent9025bdb70c7d204c592170c192bd7cab8c579c84 (diff)
Updated doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-images-and-backgrounds.doc4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/dw-images-and-backgrounds.doc b/doc/dw-images-and-backgrounds.doc
index caa08e8f..362037d9 100644
--- a/doc/dw-images-and-backgrounds.doc
+++ b/doc/dw-images-and-backgrounds.doc
@@ -205,10 +205,6 @@ Medium Priority
**Background-attachment** is not yet implemented, and will be postponed.
-**Small background images** result in a large number of calls to
-dw::core::View::drawImage, which may become slow. Solution: Create a
-new image buffer, which contains several copies of the original image.
-
**Drawing background images row by row** may become slow. As an
alternative, dw::core::ImgRenderer::finish could be used. However,
drawing row by row could become an option. **Update:** There is now