Egor Mozgovoy

Results 63 issues of Egor Mozgovoy

- Create a new canvas - Without doing anything else, pick lasso and select an area - Fill the middle of the area - Expected: color stays confined to the...

bug

![image](https://github.com/PixiEditor/PixiEditor/assets/29402050/aade9ab4-933b-47f8-a9a5-739554d52813) The path in the image actually doesn't exist

bug

- [ ] https://github.com/PixiEditor/PixiEditor/issues/492 - [ ] Call SHChangeNotify on first startup for Steam (and maybe others too) to refresh explorer (for it to recognize the .pixi association and the...

Adding a new layer can affect which layer is referenced by "clip to layer below", but this isn't accounted for in AffectedAreasGatherer. So you can add a new layer below...

bug

the pasted image ends up being fully transparent in pixieditor. Likely caused by Telegram using some weird image format. There is a similar issue when copypasting from Clip Studio Paint,...

bug

The approach that we are currently using to render the canvas (a writeable bitmap) has significant performance issues, because it requires transferring updated areas from vram, to ram, back to...

enhancement

https://user-images.githubusercontent.com/29402050/230735156-e7cf99d8-96eb-4ff9-a488-7a834fca5d0e.mp4 Happens because we use a line to connect the starting point with the ending point. When these lines are very short, they can end up getting rotated weirdly. A...

bug

Caused by skia not coloring the same pixels when asked to draw shapes with mirrored coordinates. Like, if you ask skia to draw a line based on two points, then...

bug