Jannis Weis
Jannis Weis
Update: Android studio has been updated to be based on the 2020.1 version. Thus version `1.5.4-2019.3` will be the last version of this plugin published for `IDEA 2019.3` based IDEs.
The toolbar is definitely an IntelliJ bug, please report it to them. I am using official APIs to change the theme. The default theme will be adjusted with the next...
It is more likely that I find time to implement `feDropShadow`. `feImage` isn't implemented yet due to #70 and layout being rather complicated (`preserveAspectRatio` makes this messy at the moment).
`feDropShadow` is now implemented in the current snapshot.
The version is from [this fork](https://github.com/develar/jsvg), which as I understand it will eventualy be phased out. Not sure what differences remain but I think it only pertains to some convenience...
I have an implementation ready that currently supports animation of length values for basic shapes. Bringing animation support to all animatable properties will be a long process. Therefore it would...
The current state of animations is located in the https://github.com/weisJ/jsvg/tree/animation branch.
The work on #17 should allow for implementing this now.
The earlier state of [this PR](https://github.com/weisJ/auto-dark-mode/pull/8) shows how one would achieve support for Gnome (which doesn’t use any native code).