From commits-return-4791-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Jul 20 13:47:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D496C180663 for ; Fri, 20 Jul 2018 13:47:27 +0200 (CEST) Received: (qmail 23496 invoked by uid 500); 20 Jul 2018 11:47:26 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 23487 invoked by uid 99); 20 Jul 2018 11:47:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2018 11:47:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 476AC850D6; Fri, 20 Jul 2018 11:47:26 +0000 (UTC) Date: Fri, 20 Jul 2018 11:47:26 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] branch feature/MXRoyale updated: Update Graphics.as MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153208724622.2438.5310881840299498639@gitbox.apache.org> From: alinakazi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/feature/MXRoyale X-Git-Reftype: branch X-Git-Oldrev: 7f29cecd30f13e97312a725bb227f6ecc9a4e9d0 X-Git-Newrev: 36a3c7bcddb749d2ac024abef9ca1ed2db64468c X-Git-Rev: 36a3c7bcddb749d2ac024abef9ca1ed2db64468c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 36a3c7b Update Graphics.as 36a3c7b is described below commit 36a3c7bcddb749d2ac024abef9ca1ed2db64468c Author: alinakazi AuthorDate: Fri Jul 20 16:47:24 2018 +0500 Update Graphics.as --- frameworks/projects/MXRoyale/src/main/royale/mx/display/Graphics.as | 3 +++ 1 file changed, 3 insertions(+) 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 0c098c4..8bf784b 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,9 @@ package mx.display { super(); } + public function endFill(): void + { + } } }