-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon is showed at wrong position #15
Comments
Increase the size of your svg |
What is the minimal size or recommendation size for svg? |
there is no such size, it's vector graphics Also please attach you svg from #15 for test here |
Here is my SVG |
for me all icons in generated icons font are not centered at all. and all are exactly 2 pixel lower than to where they need to be to look vertically centered. Transform.translate(
offset: const Offset(0, -2),
child: Icon(
icon,
color: defaultK.color(label: 'color', initial: Colors.black),
),
), |
No matter how I changed the position of the objects in SVG file, it keeps showing the icon in wrong position
The text was updated successfully, but these errors were encountered: