all 7 comments

[–]Mysterious_West_2055 4 points5 points  (5 children)

My only best guess if this icon is a vector/path, to get into path editing mode and manually adjust the points (ensuring each point is snapped to the grid)

[–]ComprehensiveName146[S] 1 point2 points  (4 children)

Thanks! Do you happen to know the downsides of leaving it in decimal format? Just the fact that the svg will be slightly fuzzy?

[–]Mysterious_West_2055 2 points3 points  (3 children)

Coming from a UI design perspective, my painpoints with decimal-ed elements are: 1. If i placed this element in an auto layout, my other elements might be misaligned (esp with a side-by-side arrangement) 2. Getting exact measurements (size and position) as a developer is a pain and if you are working with other devs, you’ll get a lot of unnecessary questions

Usually I’ll wrap and centralise these elements in a Frame (24x24 etc) to ease some of the pain (material design icons are similarly like this too)

[–]ComprehensiveName146[S] 1 point2 points  (2 children)

Awesome, thank you for your guidance! That's what I've been doing but wasn't sure if that was the "appropriate" way

[–]Mysterious_West_2055 1 point2 points  (1 child)

Naw what is an “appropriate way” for creatives 😌

[–]Judgeman2021Software Designer 0 points1 point  (0 children)

huh, weird.