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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new ed3f6d0  Update SolidColorStroke.as
ed3f6d0 is described below

commit ed3f6d0cba8c45c80754194c49ef2b6c5f7bbe68
Author: alinakazi <[email protected]>
AuthorDate: Thu Jun 7 13:31:51 2018 +0500

    Update SolidColorStroke.as
---
 .../MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as     | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as
index a5b3a43..9d0f6f1 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as
@@ -18,10 +18,13 @@
 
 package mx.graphics
 {
-  
+       import mx.graphics.IStroke;
        import org.apache.royale.graphics.SolidColorStroke;
-    public class SolidColorStroke extends 
org.apache.royale.graphics.SolidColorStroke
+    public class SolidColorStroke extends 
org.apache.royale.graphics.SolidColorStroke implements IStroke
     {
-     
+               public function SolidColorStroke(color:uint = 
0x000000,weight:Number = 1, alpha:Number = 1.0)
+        {
+                       super(color,weight,alpha);
+               }
     }
 }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to