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 c4029ce move svgs not used
c4029ce is described below
commit c4029ce375891a0ee23a36126a6d8646a929cd7b
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jul 1 21:07:55 2018 +0200
move svgs not used
---
.../src/main/resources/assets/checkbox-tick.svg | 22 ----------------------
.../src/main/resources/svgs/checkbox-tick.svg | 12 ++++--------
.../main/resources/{assets => svgs}/close-icon.svg | 0
.../{assets => svgs}/radiobutton-circle.svg | 0
4 files changed, 4 insertions(+), 30 deletions(-)
diff --git
a/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
b/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
deleted file mode 100644
index 2c7ca9c..0000000
--- a/frameworks/themes/JewelTheme/src/main/resources/assets/checkbox-tick.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-
- 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.
-
--->
-<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <rect x="0" y="0" width="22" height="22" fill-opacity="0"/>
- <polygon fill="#{$primary-color}" points="3.50018311 12.4854126 8.48547363
17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024
6.52087402 9.47265625"/>
-</svg>
\ No newline at end of file
diff --git
a/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
b/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
index fd1d68d..2c7ca9c 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
+++ b/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
@@ -4,23 +4,19 @@
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 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,
+ 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.
-->
<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg">
- <g>
- <g>
- <rect x="0" y="0" width="22" height="22" fill-opacity="0"/>
- <polygon fill="#{$primary-color}" points="3.50018311 12.4854126
8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363
11.5650024 6.52087402 9.47265625"/>
- </g>
- </g>
+ <rect x="0" y="0" width="22" height="22" fill-opacity="0"/>
+ <polygon fill="#{$primary-color}" points="3.50018311 12.4854126 8.48547363
17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024
6.52087402 9.47265625"/>
</svg>
\ No newline at end of file
diff --git
a/frameworks/themes/JewelTheme/src/main/resources/assets/close-icon.svg
b/frameworks/themes/JewelTheme/src/main/resources/svgs/close-icon.svg
similarity index 100%
rename from
frameworks/themes/JewelTheme/src/main/resources/assets/close-icon.svg
rename to frameworks/themes/JewelTheme/src/main/resources/svgs/close-icon.svg
diff --git
a/frameworks/themes/JewelTheme/src/main/resources/assets/radiobutton-circle.svg
b/frameworks/themes/JewelTheme/src/main/resources/svgs/radiobutton-circle.svg
similarity index 100%
rename from
frameworks/themes/JewelTheme/src/main/resources/assets/radiobutton-circle.svg
rename to
frameworks/themes/JewelTheme/src/main/resources/svgs/radiobutton-circle.svg