Benjamin Nauck
Benjamin Nauck
@bombela can you copy your full info (help -> about -> copy to clipboard) and paste it here?
> But thinking through it, wouldn't that result in rendering the font tiny and then scaling it up? You are correct, usually what people do is to adjust textures that...
@depthoffocus there's a lot to unpack here, but I think the first question is: has the HiDPI issue been fixed? @JohnOCFII what do you think? When we establish that the...
The code you're changing was introduced in https://github.com/FreeCAD/FreeCAD/pull/17119 and solves a lot of issues. The most relevant part of that PR's code is https://github.com/FreeCAD/FreeCAD/pull/17119/files#diff-4c2e464640dbc9494b267264cbe9da9c0daa95e09f943a790864f1e6242879e6R5734-R5735 While it might not be set...
Btw, here's a piece about the fuzzy work: https://forum.freecad.org/viewtopic.php?p=790182#p790182
I can verify the issue now too, I had dirty preferences. issue showed up in safe-mode
I've been poking around with this example file and there's a control point really close to the edge of what will be cut. It seems like that might make the...
@RaynoJiang what do you think?
This needs to be investigated further. We need to understand _why_ this is happening before we can create a fix for it. We cannot just change the hard coded value....
> > The problem is that issue grows with the size of the shape, hence it checks the bounding box. > > But isn't it a problem if the tolerance...