summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-21 00:13:12 +0100
committerGitHub <noreply@github.com>2020-01-21 00:13:12 +0100
commit1508cc405168736b6d7c2fb117e6e4bc72a8afe6 (patch)
treebc1e35f6474b0c17a57377ee666df789c2366279 /doc
parentb711c09bc8dd7b63963eb46b78cf9f24d48c95c0 (diff)
parent439e0027ecbec06afbddad9f3dd50e855482301b (diff)
Merge pull request #35363 from ericrybick/33106-importing-textureAtlas-cuts-out-the-sprites
Fix AtlasPacker ignoring semi-transparent pixels
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 612b9ed3f5..8e16d4cb7d 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -285,7 +285,7 @@
<return type="Rect2">
</return>
<description>
- Returns a [Rect2] enclosing the visible portion of the image.
+ Returns a [Rect2] enclosing the visible portion of the image, considering each pixel with a non-zero alpha channel as visible.
</description>
</method>
<method name="get_width" qualifiers="const">