Egor Mozgovoy

Results 63 issues of Egor Mozgovoy

- [x] Implement stylus commands - [x] Add properties for MouseXOnCanvas and MouseYOnCanvas to show on the bottom right - [x] Palettes, Swatches - [x] palette replace color - [x]...

Normally you shouldn't be able to draw outside the selection

bug

1. Start the app, make a new canvas 2. Select Circle Tool 3. Press B to select Pen Tool 4. Hold down space for a few seconds to temporarily switch...

bug

It seems like it's only possible to move focus to the main grid if the textbox is located in the same window as the grid. The bug affects the opacity...

bug

```csharp public void RecoverDocuments() { MainWindow window = MainWindow.CreateWithDocuments(CrashReport.RecoverDocuments()); Application.Current.MainWindow = window; window.Show(); hasRecoveredDocuments = false; } ``` This is the function that recovers the documents from a crash report....

bug
crash

Fill a canvas with any color with alpha = 1 (out of 255). In PixiEditor the canvas will look completely transparent, but when you save it as jpeg (or probably...

bug

Open [this](https://user-images.githubusercontent.com/29402050/162610982-cc4bec2e-6acc-40da-ad5d-5035d287cd2b.png) file and use the pipette in the bottom right corner. The image contains the color #017BEAD5 (rgba: 123, 234, 213, 1), but the color you get is #0100FFFF...

bug

1. Copy a 64x64 image 1. Make a new 10x64 image 1. Select a few pixels at the bottom 1. Paste

bug

Snapshots should be really cheap to make, because they just reference the original data (unless the original data changes in which case the copy is made). That being said for...

bug