SketchViewDelegate
public protocol SketchViewDelegate : AnyObject
Allows a sketch to modify SketchView behavior
-
Called just before an SVG document is generated
Declaration
Swift
func willWriteToSVG(with context: SVGContext)Parameters
contextThe
SVGContextused to generate the SVG
View on GitHub
SketchViewDelegate Protocol Reference