OpenFL SVG rendering capabilities

I’m currently at the start of porting an old Flash project (ActionScript 2.0) to OpenFL/HaXe. I converted the graphical elements to SVGs, played around a bit and got some first PoC code to work with SVG rendering for the Flash target.

However, when I switch to the HTML5 target, it renders only the parts where there is no gradient filling used.

My question: Is this something simply not implemented yet? Or could I do something wrong?

I think the HTML5 target just does not handle beginGradientFill in Graphics yet, might be a simple fix :slight_smile:

That would be great, I would not like handling the graphics totally different for the HTML5 target.