abu-irrational
abu-irrational
it's a just a simple cubic, but for some degenerate cases it takes seconds and gigabytes of memory ! ```c // a simple cubic, // it is a degenerate curve...
I guess fitFlags should be for maintaining xy proportions, but currently it's not used. I kindly suggest a bit-flag for flipping the y coords too.
I think it might be useful to add an alternative mode for building a BLPath, using the SVG notation: something like blPath->set("M 10 20 C -0 20 .......") and conversely,...
Here is a BL::Path made of a simple BL::Arc of 120 degrees. Then, from this Path I build a strokedPath with a given width (thickness)  As you can see,...
Trying to copy BLImages (with different format) among different BLcontexts, causes a crash. Here's a minimal fiddle. // ======================================== BLImage render(const BLContextCreateInfo& cci) { BLImage img0(400, 400, BL_FORMAT_A8); BLImage img1(400,...
Here's a stunning test showing an unexpected result with BLPattern. Tested on Windows with blend2d 'master' branch dated 10-mar-2024. see code below What's more surprising is that this minimal code,...
Is it possible to add a function for switching logging on/off ?
I'm experiencing some strange results with radial gradients, in particular when a scale transform is set in the context. Below you can find a minimal example you can play with...
Hi Petr, method BLPath::hitTest() could return the value BL_HIT_TEST_PART (-> partialli in/out) . What does it mean ? Is there and implict approximation, or the point is exactly on the...