https://bugs.documentfoundation.org/show_bug.cgi?id=94632

--- Comment #22 from Heiko Tietze <tietze.he...@gmail.com> ---
(In reply to Marco Martin from comment #5 at bug 91322)
> just adding a comment on how a Plasma sessions colors the Breeze icons:
> 
> for its monochrome icons, that icon theme internally uses stylesheets to
> apply the colors.
> 
> very simplified the source svg of a typical breeze icon looks like:
>   <defs
>      id="defs3051">
>     <style
>        id="current-color-scheme"
>        type="text/css">
>       .ColorScheme-Text {
>         color:#31363b;
>       }
>       </style>
>   </defs>
> 
>    <path
>        id="path7"
>        class="ColorScheme-Text"
>        d="... "
>        style="fill:currentColor;fill-opacity:1;stroke:none" />
> 
> (other named colors are supported besides Text)
> then our icon loader changes the contents of the "current-color-scheme"
> element before rendering the icon, making it easy to paint them with
> different colors.
> 
> Maybe Libreoffice could do something like that? (either directly loaded at
> build time, prerendered at build time or whatever)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to