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

gregdove 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 9432fd8  Tweak to play nice with interface change in previous commit
9432fd8 is described below

commit 9432fd8ed92c12838b3c39346165e11ae8eafd3b
Author: greg-dove <[email protected]>
AuthorDate: Sat Dec 19 21:29:25 2020 +1300

    Tweak to play nice with interface change in previous commit
---
 .../Basic/src/main/royale/org/apache/royale/display/UIGraphicsBase.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/display/UIGraphicsBase.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/display/UIGraphicsBase.as
index b4c5f07..b4a1a5e 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/display/UIGraphicsBase.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/display/UIGraphicsBase.as
@@ -43,7 +43,7 @@ package org.apache.royale.display
                        /**
                         * @royaleignorecoercion SVGSVGElement
                         */
-                       public function get 
graphicsRenderTarget():SVGSVGElement{
+                       public function get graphicsRenderTarget():SVGElement{
                                if (!_svg) {
                                        _svg = createGraphicsSVG('svg') as 
SVGSVGElement;
                                        _svg.setAttribute('xmlns', 
'http://www.w3.org/2000/svg');

Reply via email to