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
context
The
SVGContext
used to generate the SVG