You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed that we can set a BaseSize for our svgs. This base size is normally included in the SVG's height / width when the designers draw the image, which means that we have to manually update each of our base size from the height/width of the svg.
Would it be possible to tell Resizetizer to use the included height / width as a base size instead of having to explicitly set it?
This is more of a question than an actual issue, we can make some magic code build time ourselves to do this, but we would rather not.
The text was updated successfully, but these errors were encountered:
Hi, we are collaborating with our designers creating a MAUI library where a consumer app gets the icons from the library.
Our designers export the svg and put it in a design tokens repository, we generate code based on this.
We've noticed that we can set a BaseSize for our svgs. This base size is normally included in the SVG's height / width when the designers draw the image, which means that we have to manually update each of our base size from the height/width of the svg.
Would it be possible to tell Resizetizer to use the included height / width as a base size instead of having to explicitly set it?
This is more of a question than an actual issue, we can make some magic code build time ourselves to do this, but we would rather not.
The text was updated successfully, but these errors were encountered: