This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8fd5516  Added draw() stub to BitmapData
8fd5516 is described below

commit 8fd55169400668d0ab5a430150f86b68e9bcd714
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Oct 19 08:02:55 2020 +0100

    Added draw() stub to BitmapData
---
 .../Graphics/src/main/royale/org/apache/royale/display/BitmapData.as  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/BitmapData.as
 
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/BitmapData.as
index 66229b7..dfa0f9b 100644
--- 
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/BitmapData.as
+++ 
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/BitmapData.as
@@ -353,6 +353,10 @@
                 _lockedData = null;
             }
         }
+
+       // not implemented
+       public function draw(source:Object, matrix:Object = null, 
colorTransform:Object = null, blendMode:String = null, clipRect:Object = null, 
smoothing:Boolean = false):void
+           {}
         
     }
 }

Reply via email to