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 19a75ca commit dc3bf2cCopy full SHA for dc3bf2c
SwiftDraw/Image.swift
@@ -79,7 +79,7 @@ public extension Image {
79
return nil
80
}
81
82
- static func pdfData(fileURL url: URL) throws -> Data {
+ static func pdfData(fileURL url: URL, size: CGSize? = nil) throws -> Data {
83
throw DOM.Error.missing("not implemented")
84
85
0 commit comments