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

carlosrovira 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 25ef9de  adding the Apache Royale logo to JewelExample welcome section
25ef9de is described below

commit 25ef9ded754d287496369a7b119fd4b9df39a2ba
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Aug 30 09:47:10 2018 +0200

    adding the Apache Royale logo to JewelExample welcome section
---
 .../assets/apache-royale-jewel-logo-white.svg        | 20 --------------------
 .../src/main/resources/assets/apache-royale-logo.svg | 20 ++++++++++++++++++++
 .../JewelExample/src/main/royale/WelcomeSection.mxml |  2 ++
 3 files changed, 22 insertions(+), 20 deletions(-)

diff --git 
a/examples/royale/JewelExample/src/main/resources/assets/apache-royale-jewel-logo-white.svg
 
b/examples/royale/JewelExample/src/main/resources/assets/apache-royale-jewel-logo-white.svg
deleted file mode 100644
index f63292a..0000000
--- 
a/examples/royale/JewelExample/src/main/resources/assets/apache-royale-jewel-logo-white.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";><svg width="100%" 
height="100%" viewBox="0 0 230 180" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
xml:space="preserve" xmlns:serif="http://www.serif.com/"; 
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><text
 x="66.075px" y="168.312px" style="font-family:'Aclonica-Regular', 'Aclonica', 
serif;font- [...]
\ No newline at end of file
diff --git 
a/examples/royale/JewelExample/src/main/resources/assets/apache-royale-logo.svg 
b/examples/royale/JewelExample/src/main/resources/assets/apache-royale-logo.svg
new file mode 100644
index 0000000..1402ae3
--- /dev/null
+++ 
b/examples/royale/JewelExample/src/main/resources/assets/apache-royale-logo.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";><svg width="100%" 
height="100%" viewBox="0 0 180 180" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
xml:space="preserve" xmlns:serif="http://www.serif.com/"; 
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path
 d="M34.727,161.312l-5.923,0l0,-21.483l10.563,0c0.994,0 1.954,0.117 
2.879,0.351c0.925,0.23 [...]
\ No newline at end of file
diff --git a/examples/royale/JewelExample/src/main/royale/WelcomeSection.mxml 
b/examples/royale/JewelExample/src/main/royale/WelcomeSection.mxml
index dcbf461..cce9ce0 100644
--- a/examples/royale/JewelExample/src/main/royale/WelcomeSection.mxml
+++ b/examples/royale/JewelExample/src/main/royale/WelcomeSection.mxml
@@ -27,6 +27,8 @@ limitations under the License.
         <js:ContainerDataBinding/>
     </j:beads>
     
+    <j:Image src="assets/apache-royale-logo.svg" height="300"/>
+    
     <html:H1 text="Welcome to Apache Royale Jewel">
         <html:beads>
             <j:TextAlign align="center"/>

Reply via email to