Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA20817E46 for ; Thu, 16 Oct 2014 08:49:39 +0000 (UTC) Received: (qmail 16729 invoked by uid 500); 16 Oct 2014 08:49:39 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 16700 invoked by uid 500); 16 Oct 2014 08:49:39 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 16691 invoked by uid 99); 16 Oct 2014 08:49:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 08:49:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6582D98FAE8; Thu, 16 Oct 2014 08:49:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bigosmallm@apache.org To: commits@flex.apache.org Date: Thu, 16 Oct 2014 08:49:39 -0000 Message-Id: <1fea23331a5d45e98cff678a50f2d5a9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: [flex-asjs] [refs/heads/develop] - Add FXG graphic style graphic shape declarations Repository: flex-asjs Updated Branches: refs/heads/develop 1fd43da51 -> d36feac45 Add FXG graphic style graphic shape declarations Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b784b847 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b784b847 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b784b847 Branch: refs/heads/develop Commit: b784b847417ab265f2416c33c93d6acd54e67a2b Parents: 1fd43da Author: OmPrakash Muppirala Authored: Thu Oct 16 01:33:59 2014 -0700 Committer: OmPrakash Muppirala Committed: Thu Oct 16 01:33:59 2014 -0700 ---------------------------------------------------------------------- examples/FlexJSTest_SVG/src/GraphicsView.mxml | 69 +++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b784b847/examples/FlexJSTest_SVG/src/GraphicsView.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSTest_SVG/src/GraphicsView.mxml b/examples/FlexJSTest_SVG/src/GraphicsView.mxml index 6907b3f..3704b10 100644 --- a/examples/FlexJSTest_SVG/src/GraphicsView.mxml +++ b/examples/FlexJSTest_SVG/src/GraphicsView.mxml @@ -38,7 +38,7 @@ limitations under the License. protected function viewbase1_initCompleteHandler(event:org.apache.flex.events.Event):void { //drawIndividualShapes(); - drawOnGraphicsContainer(); + //drawOnGraphicsContainer(); } private function drawIndividualShapes():void @@ -251,5 +251,72 @@ limitations under the License. ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +