Felix Queißner

Results 240 comments of Felix Queißner
trafficstars

> I'm not sure I understood the problem. There are no arcs after the Rust converter. They will be converted into curves. Then it looks like this conversion from arc...

> The only difference I see is that you file has resolution of 1/1024, while mine is 1/1. I think we both have ignored that fact. Sorry for accusing your...

It's this part here: https://github.com/TinyVG/sdk/blob/f82d4657a7ec89ef41872a9bf2629654430f1b98/src/tools/svg2tvgt/svg2tvgt.cs#L462-L526 combined with this: https://github.com/TinyVG/sdk/blob/f82d4657a7ec89ef41872a9bf2629654430f1b98/src/tools/svg2tvgt/svg2tvgt.cs#L1457-L1474

> Hi! I wrote an initial prototype that converts SVG to tvg-text (text, not bin) and it works mostly fine. Very nice! > How can I render tvg/tvgt to png?...

> The easiest one is https://github.com/RazrFalcon/resvg-test-suite/blob/master/svg/a-opacity-001.svg This is currently impossible to implement. Ah, i see. Yes, right now, such an example would require performing some kind of CSG on the...

There's a timeout i think. Will create a tagged release for 0.9.0 though

I think it's better to have tags that come along with zig releases. These would be old snapshots and not be backported when new features come, as it's too much...

No, it would not be possible. And imho i don't see much sense in providing backports of bugfixes to earlier versions, it's just twice the work (i consider it maintaining...

Thanks! I guess i need to update `std.math.cast` for this to work. I'll get to it hopefully the next days. If not, feel free to fix CI :)

I guess i don't have a current grammer right now, but i can try recreating one if you want. Need to touch the project anyways the next days