SVGBoundingBoxOptions
Generated.swift:453class SVGBoundingBoxOptions
class SVGBoundingBoxOptions
import SVG
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(fill: Bool, stroke: Bool, markers: Bool, clipped: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var clipped: Bool { get set }
@ReadWriteAttribute var fill: Bool { get set }
@ReadWriteAttribute var markers: Bool { get set }
@ReadWriteAttribute var stroke: Bool { get set }