Doublonmousse

Results 375 comments of Doublonmousse

We could have the thumbnail saved as a png inside of the rnote file (and having the thumbnailer be a simpler lookup to this pre existing data). We could do...

> I'm using a magic number; if path.len() < 10 to treat very short lines as a tap Maybe a perimeter would be better here? (cumulative length of the polygon...

@PerfectlyInternal See also https://github.com/flxzt/rnote/discussions/957 Not sure things have moved since then (I think it's free for you to take), but the help there should still be pretty much valid.

I think there's two issues here - when splitting the strokes, keep track of the `rng` so the downstream stroke doesn't reset/shift - performance for rendering It's not impossible the...

If I'm not mistaken, the eraser works per event. Hence if you move fast, you may not have a (x,y) coordinate close to every line. The fix would be to...

I've started to look at where/how I want to do this. Ideally, I'd want #1235 to land first though before starting this part. It must be one of the most...

Not sure how to debug this. At the very least I can get some stack trace from intel vtune on windows to see where time is spent on the app...

Anyway I'll show the few things I managed to get for a boot on windows with vtune with some comments ```lua Top Hotspots Function Module CPU Time % of CPU...

Actually, even changing the duplicate selection offset to be a multiple of the snapping distance, trying to align the duplicate with the original wouldn't be fixed if I understand correctly...