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 2020/07/10 17:25:01 UTC

[royale-asjs] branch develop updated: jewel-theme: add a no-image svg to use as default for jewel. Still no final image, but something to use temporaly.

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 f9c1413  jewel-theme: add a no-image svg to use as default for jewel. Still no final image, but something to use temporaly.
f9c1413 is described below

commit f9c1413ef4270643190a385fbdcefabb3d325f55
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jul 10 19:24:38 2020 +0200

    jewel-theme: add a no-image svg to use as default for jewel. Still no final image, but something to use temporaly.
---
 .../resources/afdesign/jewel-no-image.afdesign     | Bin 0 -> 15319 bytes
 .../src/main/resources/assets/jewel-no-image.svg   |  23 +++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/frameworks/themes/JewelTheme/src/main/resources/afdesign/jewel-no-image.afdesign b/frameworks/themes/JewelTheme/src/main/resources/afdesign/jewel-no-image.afdesign
new file mode 100644
index 0000000..897a159
Binary files /dev/null and b/frameworks/themes/JewelTheme/src/main/resources/afdesign/jewel-no-image.afdesign differ
diff --git a/frameworks/themes/JewelTheme/src/main/resources/assets/jewel-no-image.svg b/frameworks/themes/JewelTheme/src/main/resources/assets/jewel-no-image.svg
new file mode 100644
index 0000000..d054156
--- /dev/null
+++ b/frameworks/themes/JewelTheme/src/main/resources/assets/jewel-no-image.svg
@@ -0,0 +1,23 @@
+<?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 100 100" 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:2;">
+    <path d="M90,10L10,10L10,90L90,90L90,10ZM80,20L20,20L20,80L80,80L80,20ZM62.065,32.096L37.537,57.059L25,44.915L25,75L75,75L75,44.521L62.065,32.096Z" style="fill:rgb(235,235,235);"/>
+</svg>