dylman123 / final-captions-pro

A MacOS app which automatically generates customisable open captions in Final Cut Pro X
1 stars 0 forks source link

Using vector images in MacOS SwiftUI #15

Closed dylman123 closed 4 years ago

dylman123 commented 4 years ago

Best method that I've figured out is to first covert the SVG file into PNG. Then import the PNG image into Assets.xcassets. However this gives limited functionality and vectorisation is lost.

Is there a better way?

dylman123 commented 4 years ago

Created an IconView which uses the native AppKit icons in vector format. Will close this for now since it should be sufficient.