I know that decimal numbers in a project are bad practice. But sometimes it’s okay?
For example, I scale a frame inside which is an icon made of two vectors.
I’m a beginner freelancer and I want to learn how to do it right
I know that decimal numbers in a project are bad practice. But sometimes it’s okay?
For example, I scale a frame inside which is an icon made of two vectors.
I’m a beginner freelancer and I want to learn how to do it right
99.99% of the time it’s not ok
Please tell me. There is an icon frame with vectors inside it. If vectors have decimal size values, is this normal or is it also bad practice?
If I understand correctly, decimal values are unacceptable in those places with which a front-end developer will interact. Naturally, it will not transfer each vector svg icon separately. Therefore, they can be left fractional, scaling the parent frame. Right?)
In case of icons you need to avoid decimal values in order for the icon to render correctly without anti-aliasing issues. If you have decimal values in straight lines or corners, such objects would render blurry on the screen.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.