You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently as it is, the app developer is in-charge of the zooming functionality. Without the snap to grid/shape functionality, using the keyboard becomes the only option, while keeping track of the x and y variables.
I am not sure if we have a keyboard shortcut map, but that can also be added later.
Currently as it is, the app developer is in-charge of the zooming functionality. Without the snap to grid/shape functionality, using the keyboard becomes the only option, while keeping track of the
x
andy
variables.I am not sure if we have a keyboard shortcut map, but that can also be added later.
As seen in this Konva.js demo.
In this functionality, we want the area around the canvas to be part of the
<canvas/>
, instead of the current<div>
.shape
/board
, or backgroundimage
/overlay
should lose focus/selection when i click outside the stage.We can break down this to smaller issues, if we get to that point, or if this feature is within Pikaso's focus.
If we can have this feature, it would be easy to create a feature such as:
The text was updated successfully, but these errors were encountered: