]> source.dussan.org Git - nextcloud-server.git/commitdiff
SVG defintions always take the first one 939/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 18 Aug 2016 13:54:19 +0000 (15:54 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 18 Aug 2016 14:29:05 +0000 (16:29 +0200)
* Move filter definition out

settings/js/apps.js
settings/templates/apps.php

index ac259dd7989be0edd29e0b31be480f98fe467564..80949e1dd74a50f09e8d0268c34c00df2925ab4d 100644 (file)
@@ -238,7 +238,6 @@ OC.Settings.Apps = OC.Settings.Apps || {
                if (appfromstore) {
                        img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" xlink:href="' + url + '"  class="app-icon" /></svg>';
                } else {
-                       img += '<defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>';
                        img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" filter="url(#invertIcon)" xlink:href="' + url + '"  class="app-icon"></image></svg>';
                }
                return img;
index be8a911c1aa059646f95e85bac49ea140ccc02e5..ea62acd9945cdf987a01db4989275f04a452d511 100644 (file)
@@ -180,6 +180,9 @@ script(
        </div>
 </div>
 <div id="app-content">
+       <svg height="0">
+               <defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
+       </svg>
        <div id="apps-list" class="icon-loading"></div>
        <div id="apps-list-empty" class="hidden emptycontent emptycontent-search">
                <div class="icon-search"></div>