globulus / swiftui-digital-signature

Digital signature component for SwiftUI.
MIT License
22 stars 13 forks source link

How to crop to image size #3

Open seth35us opened 2 years ago

seth35us commented 2 years ago

Thanks for the great repo. I am new to SwiftUI and am trying to figure out how to crop the image. I would like to overlay it on top of another image and it is difficult to do without knowing the cropped image size.

JuzzyDee commented 7 months ago

Hi @gordan-glavas-codecons I know this is an older issue, but I made some changes to cgPath and the .draw case of ExtractImage that handles the whitespace on the left and leaves a nice padded, centred signature. Let me know if you'd like me to contribute them.

Cheers, JD