bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
400 stars 55 forks source link

LazPaint suggestions #333

Open Rolandacs opened 2 years ago

Rolandacs commented 2 years ago

1.Summary: After click comers right mouse button dont rotate shape. This functional only work with square shape. Priority: Trivial 2.Summary:the inability to change the size of the figures after their completion You can change the parameters during creation and take them into account immediately before you start working in the application Prioity: Minor

  1. Summary: Backspace key erases last point in a polygon or last letter in a text, but it does not apply to the rest of the actions, in theory it can delete the last action Prority: Minor 4.Summary: Inconvenient saving of your works. Priority:Minor
circular17 commented 2 years ago
  1. Right-clicking corner do rotate shape if I try (you need to rotate at least some angle or hold Shift to unlock). Can you provide details on the steps of actions?
  2. Normally you can change the shapes after creation. But if you use a raster tool like a pen, it will rasterize the layer and you won't be able to change the shape. This is the expected behavior.
  3. Cancel is done with Ctrl-Z or Cmd-Z
  4. Can you explain more?