MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
745 stars 165 forks source link

MudIcon CreationTool #464

Closed kurwanator1337 closed 6 months ago

kurwanator1337 commented 6 months ago

Hi! Could you tell me if it's possible to create a tool for making icons for your product? When I'm doing it myself, it feels like an exhausting task to adjust the image so it’s not offset in any direction. Or just tell me that I'm doing it completely wrong :D

ScarletKuro commented 6 months ago

Hi,

If you are talking about SVG icons, you just need to use an SVG editor with rich functionality. Set a 24x24 viewport, and the editors have tools to align the selected items both vertically and horizontally.

kurwanator1337 commented 6 months ago

Ok, thank you! I'll try later.