Skip to content

Commit 50339a7

Browse files
committed
make SVG Sendable
1 parent 7bf84f7 commit 50339a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftDraw/SVG.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import Foundation
3838
#if canImport(CoreGraphics)
3939
import CoreGraphics
4040

41-
public struct SVG: Hashable {
41+
public struct SVG: Hashable, Sendable {
4242
public private(set) var size: CGSize
4343

4444
// Array of commands that render the image

0 commit comments

Comments
 (0)