You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/02/28 19:20:36 UTC

[royale-asjs] branch LoadIndicator updated: Preparing to re-implement load indicator

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

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


The following commit(s) were added to refs/heads/LoadIndicator by this push:
     new d51bed2  Preparing to re-implement load indicator
d51bed2 is described below

commit d51bed204b0c0e045076b59e0a0dee1df0def70c
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu Feb 28 21:20:20 2019 +0200

    Preparing to re-implement load indicator
---
 .../Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
index d60c098..1ec382b 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
@@ -51,8 +51,6 @@ package org.apache.royale.html
 			// initially undefined could be set to null
 			if (positioner == null)
 				positioner = element;
-			element.setAttribute("viewBox","0 0 50 50");
-			element.innerHTML = '<path fill="#FF6700" d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z"><animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.6s" repeatCount="indefinite"/></path>';
 			return positioner;
 		}
 	}