[ Proposal ] Freehand Mode #36
Labels
enhancement
Request to improve or optimize an existing feature or functionality in the project
help wanted
This can be used to identify issues that the maintainers of the project would like some help with.
proposal
question
Can be used to identify issues that are asking a question about the code or how to use the project.
Introduction
The current layout settings on Logo Maker are based on predefined templates: TOP, LEFT RIGHT. I suggest adding one more option: Freehand - in which the user can drag the SVG to the desired positions.
Preview:
Implementation
For dragging the SVGs, we can use native functions based on mouse events - you can have a peak in this tutorial.
Besides the drag option, it will be nice to have a way to scale ( only the logo, slogan & text have this option via
font-size
in Typography ) or rotate. Scaling and rotating the SVG might some problems for the user with small screens. Unlike dragging which occurs on the mouse, these options will available via floating element - they will appear when you select an element.Preview:
@ineagu, @HardeepAsrani, @selul, @mghenciu, @mileamadalin what do you think?
The text was updated successfully, but these errors were encountered: