A Custom SF symbol template doesn't render properly when using a SwiftUI Image. For example:
The resulting image is stretched to fit the space defined by the left and right margins of the custom symbol.
It works fine in a UIKit view.
Code Block Image(uiImage:UIImage(named:"my_custom_symbol")!)
The resulting image is stretched to fit the space defined by the left and right margins of the custom symbol.
It works fine in a UIKit view.