You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/08/30 07:14:00 UTC

[royale-asjs] branch develop updated: add jewel logo svg to JewelTheme

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 b6b05ae  add jewel logo svg to JewelTheme
b6b05ae is described below

commit b6b05aeaf8a28f5e89d3c511afa61d5359debdc9
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 30 09:13:55 2018 +0200

    add jewel logo svg to JewelTheme
---
 frameworks/themes/JewelTheme/pom.xml                 |  4 ++--
 .../assets/apache-royale-jewel-logo-white.svg        | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/frameworks/themes/JewelTheme/pom.xml b/frameworks/themes/JewelTheme/pom.xml
index 664ff6b..259676f 100644
--- a/frameworks/themes/JewelTheme/pom.xml
+++ b/frameworks/themes/JewelTheme/pom.xml
@@ -56,10 +56,10 @@
             <includeClass>JewelThemeClasses</includeClass>
           </includeClasses>
           <includeFiles>
-            <!-- <include-file>
+            <include-file>
               <name>assets/*</name>
               <path>../src/main/resources/assets/*</path>
-            </include-file> -->
+            </include-file>
             <include-file>
               <name>defaults.css</name>
               <path>../src/main/resources/defaults.css</path>
diff --git a/frameworks/themes/JewelTheme/src/main/resources/assets/apache-royale-jewel-logo-white.svg b/frameworks/themes/JewelTheme/src/main/resources/assets/apache-royale-jewel-logo-white.svg
new file mode 100644
index 0000000..f63292a
--- /dev/null
+++ b/frameworks/themes/JewelTheme/src/main/resources/assets/apache-royale-jewel-logo-white.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 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