Petr Kobalicek

Results 307 comments of Petr Kobalicek

TODO Items related to this issue: - [ ] Implement caching of metrics in CFF case.

I will have to find some time to investigate this, please be patient

Can you retest this? I have fixed a small bug in OTF CFF decoding that prevented some glyphs from being decoded. I think it could have been this issue.

I have tried to render the text and I get the following: ![image](https://user-images.githubusercontent.com/6491301/183308226-b95ea0a2-ae5f-48b4-a323-e0832e5d4970.png) Is this okay now?

I think the feature is interesting, but I don't know whether this would ever be part of Blend2D. The primary reason is that there is a lot of missing features...

I think this could be a possible duplicate of #44 ? Maybe time to finally specify what fitFlags should do?

Do we want any parity with preserveAspectRatio from SVG (https://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute) ? Initially I thought about implementing exactly this, but Blend2D can support a bit more

I thought about defining fitFlags that would work for two cases: - BLPath::fitTo() (the case that we talk about) - BLContext::blitImage() (where the target is a rectangle and not a...

Yeah clipping paths are planned in the future, and multiple layers too. We should do something about this after geometry changes.

Not yet, the following features are missing compared to Cairo: - Operators (on roadmap - low priority, need to check the math about these first) - `CAIRO_OPERATOR_HSL_HUE` - `CAIRO_OPERATOR_HSL_SATURATION` -...