diff options
author | Sebastian Geerken <devnull@localhost> | 2013-11-18 21:35:56 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-11-18 21:35:56 +0100 |
commit | c575cfbaec41b4badb0ff3c686d640c3fa80687b (patch) | |
tree | dff5f215fc49988a0d10f04432abff9f55a2765b /doc | |
parent | 9025bdb70c7d204c592170c192bd7cab8c579c84 (diff) |
Updated doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-images-and-backgrounds.doc | 4 |
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 |