When generating the snapshots, the alpha channels around the border of the items seem to have some weird opaque colors, I think this has to be with this line
|
imageRendererFormat.opaque = true |
, we may need to remove it to get the image without those weird borders
Example:

When generating the snapshots, the alpha channels around the border of the items seem to have some weird opaque colors, I think this has to be with this line
Snap.swift/Snap/Core/Infrastructure/Extension/UIView/UIView+Render.swift
Line 8 in 22433db
Example: