David Himmelstrup

Results 297 comments of David Himmelstrup

Wow, that 'access violation' message looks scary. And this is a known issue with GHC on windows? Do you know if there is a workaround? Maybe a custom CTRL-C handler?...

Hi @joseedil. The filter effects are documented by Mozilla. For example, you can find the documentation for `` here: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend To implement `` in Haskell, we create a data structure...

This could be a good first task as it is not too difficult and no design decisions have to be made; it is just a bit tedious to do. I...

reanimate-svg is lacking an automated test suite. To test the filters, I just write animations that use them.

Don't think you're missing anything. The data types, the XMLUpdatable instances, and the lens instances should be all that is needed for this ticket. Working on the testsuite might be...

Ah, yes, don't worry about that. The parser is very broken ATM. I've only been adding printing support for a while now. Your code looks really good.

Code looks perfect. FEBlend is done.

Looks good. Will test, write some examples, and then update this ticket.

We could merge the code to a branch and then work on it together. Making `reanimate-svg` rock solid is probably the most important task at the moment. Here's a list...

> I'm still a little lost in the repos structures. The ideia is to keep in reanimate-svg only the basic data structures, parser and serialization functions for SVGs and in...