Sudara

Results 148 comments of Sudara

This all sounds very sane. I'd love to reduce the amount of custom definitions currently needed in the before callbacks.

A few issues with this: * `Drawable::createFromSVG` produces a `DrawableComposite` — and from there there's no way to directly get at a juce::Path. * SVGs can be made out of...

Hi there! I totally missed this, didn't get a notification. I think I was on vacation?.. > a CSS renderer in JUCE Wow! > almost perfectly I'll take it! >...

What's the use case for this? It's currently designed so that `DropShadow` and `InnerShadow` are separate classes. I was thinking about an object called `PathWithShadows` which owns a path and...

The implementation probably needs a bit of cleanup, right now these are the includes: ``` #include #include #include #include #include #include ``` It should probably also be documented that `PAMPLEJUCE_IPP`...

ee269d3 removed pixel_helpers from single_channel blur, which removed a few. Not quite sure what to do with the `unreferenced function with internal linkage has been removed` ones on MSVC — ...

Related PRs: * #51 * #49 * #53

(Ideally these benchmarks are run on those actual OSes)