You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/12/10 21:31:57 UTC

[royale-asjs] branch develop updated: Update Graphics.as for beginBitmapFill

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

pushminakazi 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 557b6de  Update Graphics.as for beginBitmapFill
557b6de is described below

commit 557b6decdb08666e96d0b4d3c4542c537ecbcd3a
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Dec 11 02:31:51 2020 +0500

    Update Graphics.as for beginBitmapFill
---
 frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as b/frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as
index 61de14c..c392dc1 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as
@@ -26,6 +26,10 @@ package mx.display
 	{
 		import org.apache.royale.display.BitmapData;
 	}
+	COMPILE::SWF
+	{
+		import flash.display.BitmapData;
+	}
 
 	public class Graphics// extends org.apache.royale.svg.CompoundGraphic
 	{
@@ -501,7 +505,7 @@ package mx.display
         }
 
 	// not implemented
-	COMPILE::JS
+	//COMPILE::JS
 	public function beginBitmapFill(bitmap:BitmapData, matrix:Matrix = null, repeat:Boolean = true, smooth:Boolean = false):void
 		{
 		}