-
Notifications
You must be signed in to change notification settings - Fork 27
Description
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.
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.
@ineagu, @HardeepAsrani, @selul, @mghenciu, @mileamadalin what do you think?


