-
Notifications
You must be signed in to change notification settings - Fork 27
[ Proposal ] Freehand Mode #36
Copy link
Copy link
Open
Labels
enhancementRequest to improve or optimize an existing feature or functionality in the projectRequest to improve or optimize an existing feature or functionality in the projecthelp wantedThis can be used to identify issues that the maintainers of the project would like some help with.This can be used to identify issues that the maintainers of the project would like some help with.proposalquestionCan be used to identify issues that are asking a question about the code or how to use the project.Can be used to identify issues that are asking a question about the code or how to use the project.
Metadata
Metadata
Assignees
Labels
enhancementRequest to improve or optimize an existing feature or functionality in the projectRequest to improve or optimize an existing feature or functionality in the projecthelp wantedThis can be used to identify issues that the maintainers of the project would like some help with.This can be used to identify issues that the maintainers of the project would like some help with.proposalquestionCan be used to identify issues that are asking a question about the code or how to use the project.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-sizein 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?