Hi, I've updated LaTeXSwiftUI in my app from 1.3.2 to the latest 2.0.0 and all of the LaTeX formulas stopped rendering. After a debugging session I've pinpointed a culprit to SwiftDraw bug swhitty/SwiftDraw#130 - SVG(data:) returns nil for documents with ex/em units. Since LaTeXSwiftUI from 1.4.0 onwards is pinned to SwiftDraw with from modifier, it will auto-update to the latest SwiftDraw version. Version 0.20.1 of SwiftDraw used in 1.3.2 works fine. Would it be possible to pin LaTeXSwiftUI dependency of SwiftDraw to 0.20.1 until that bug is sorted? Thanks.
Hi, I've updated LaTeXSwiftUI in my app from 1.3.2 to the latest 2.0.0 and all of the LaTeX formulas stopped rendering. After a debugging session I've pinpointed a culprit to SwiftDraw bug swhitty/SwiftDraw#130 - SVG(data:) returns nil for documents with ex/em units. Since LaTeXSwiftUI from 1.4.0 onwards is pinned to SwiftDraw with from modifier, it will auto-update to the latest SwiftDraw version. Version 0.20.1 of SwiftDraw used in 1.3.2 works fine. Would it be possible to pin LaTeXSwiftUI dependency of SwiftDraw to 0.20.1 until that bug is sorted? Thanks.