Stanimir Stamenkov

Results 102 comments of Stanimir Stamenkov

In the first case, and if a `mask` is applied to the group (vs. `clip-path`) – shouldn't the group be first fully rendered (that should result in no covered objects...

> cheap fix to enforce `isolation="isolate"`... Simply apply `filter=dummy` on the same element which has the `mask` or `clip-path`. Nice – thank you! Just learned about [`isolation: isolate`](https://developer.mozilla.org/en-US/docs/Web/CSS/isolation). I have...

Tried with current 1.5.0-SNAPSHOT, the second case of "stroke below fill" (`paint-order="stroke fill"`) is now good using `mask` or `clip-path`, without using an extra filter. FWIW, just noticed Edge and...

Verified with current 1.5.0-SNAPSHOT and `SVGRenderingHints.KEY_MASK_CLIP_RENDERING` = `SVGRenderingHints.VALUE_MASK_CLIP_RENDERING_ACCURACY` (and no extra filter) – the result is now as expected in full.

Alternatively, percentages work fine: ```diff + x="-50%" y="-50%" width="200%" height="200%"> ```

I think [``](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow) would be a nice addition, as it is a convenient shorthand for commonly used effect. Possibly [implemented as translation to existing primitives](https://drafts.fxtf.org/filter-effects/#feDropShadowElement), as suggested by the spec....

Verified with current 1.5.1-SNAPSHOT – `feDropShadow` is supported.

I've checked the following options in the Preferences: - [x] ASP server output shown in console - [x] ASP communication shown in console and I'm seeing lots of: ``` java.lang.ClassNotFoundException:...

Here's a different one: - https://github.com/gradle/gradle/blob/879814d6bc0ec108aabc5afee6770ecfc073cf23/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt#L103-L105 ![gradlew](https://user-images.githubusercontent.com/1247730/210065175-0e5ce65e-f990-4e34-a35c-1a98cae45359.png)