Jannis Weis

Results 49 issues of Jannis Weis

I don't find as much time anymore to work on this plugin as I used to. This caused the last few updates for support of new IDEA version to be...

help wanted

- [x] feComponentTransfer - feFuncA - feFuncB - feFuncG - feFuncR - [ ] feConvolveMatrix - [ ] feDiffuseLighting - [ ] feDistantLight - [ ] feImage - [ ]...

enhancement

Collect all `` elements and expose them through a wrapper which knows hot to paint them appropriately.

enhancement

In SVG 2.0 all means of defining a colour available in css has to be supported by svg. This includes the `hsl` and `hsla` methods.

enhancement
good first issue

https://www.w3.org/TR/SVG2/struct.html#UnknownElement

enhancement
good first issue

For the most part this doesn't make that much of a difference. However for `feColorMatrix` the difference is very much noticeable. Fixing this might also make gaussian blurs more closely...

enhancement

````xml ```` Should result in a round blurred red dot in the lower right of the orange square. Currently the red part is only round on the top left as...

bug

These elements should inherit the attributes of their ancestor at declaration site - not the element they are used on. Most real world svgs don’t seem to make use of...

bug
enhancement

See https://svgwg.org/svg2-draft/coords.html#VectorEffects https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect

enhancement

If specified one can declare the individual "x" location of a character along the text path. This is currently not supported as we can't easily move to an arbitrary position...

bug
enhancement