Alessandro
Alessandro
> My suggestions for the beta or future releases: > Outline view, guide lines (show/hide), grid (show/hide/isometric). Thanks for the suggestion. Show/Hide pixel grid is something we can add to...
@nishp77 Are working on that implementation? If you can share a PR or the forked repo where you're editing the code it would be easier for us to review and...
> As far as I'm aware the convention is that you press alt (Adobe Apps) or ctrl (Affinity Suite) instead of shift to to resize shapes from center. I'm okay...
@LucileDT sure, go ahead and open a discussion. It would be interesting to see some mock-ups and start discussing possible implementation. I think I won't be adding that feature in...
The flatpak hasn't been released yet because the save/load files needs to be updated. The feature was implemented on the main branch so if you compile from source you can...
Hi, thank you so much for the request. A sort of built-in prototyping interface, I think that's what it's called in Sketch or Invision Studio, is something we want to...
Ah! That makes sense, that's why we were colliding on that. I Think for now we can stick to standards and then allow shortcut customization, so we don't need to...
Yes, let's leave it like it is right now, after your update to master. What do you think?
You updated master here: https://github.com/akiraux/Akira/blob/master/src/Services/ActionManager.vala#L89 So it's `plus`, let's leave it like that for now. For the zoom, I'm taking care of that in the `canvas-action` branch, I should have...
This should be very easy to implement now since the `Canvas` has an `OverlayBar` can be activated/deactivated with the `canvas_notification` signal.