We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf84f7 commit 50339a7Copy full SHA for 50339a7
SwiftDraw/SVG.swift
@@ -38,7 +38,7 @@ import Foundation
38
#if canImport(CoreGraphics)
39
import CoreGraphics
40
41
-public struct SVG: Hashable {
+public struct SVG: Hashable, Sendable {
42
public private(set) var size: CGSize
43
44
// Array of commands that render the image
0 commit comments