# `GSBezierFromSVGPath`

*Function*

## Declaration

```swift
func GSBezierFromSVGPath(_ svgPath: String!, _ viewBox: NSRect, _ scale: CGFloat) -> NSBezierPath!
```

```objc
NSBezierPath *GSBezierFromSVGPath(NSString *svgPath, NSRect viewBox, CGFloat scale);
```

```python
GSBezierFromSVGPath(svgPath: str, viewBox: NSRect, scale: float) -> NSBezierPath
```

## See Also

### Paths and Curves

- [`GSIntersectCubicCubicSegmentsOperations`](/Core/GlyphsCore/GSIntersectCubicCubicSegmentsOperations)
- [`GSIntersectQuadraticQuadraticSegmentsOperations`](/Core/GlyphsCore/GSIntersectQuadraticQuadraticSegmentsOperations)
- [`GSPointIsNull`](/Core/GlyphsCore/GSPointIsNull)
- [`OACGAddRoundedRect`](/Core/GlyphsCore/OACGAddRoundedRect)

