# `GSComponent newMissingBaseGlyphPath`

*Type Method*

A new placeholder path for an unresolved base glyph.

## Declaration

```swift
class func newMissingBaseGlyphPath() -> NSBezierPath
```

```objc
+ (NSBezierPath *) newMissingBaseGlyphPath;
```

```python
newMissingBaseGlyphPath() -> NSBezierPath
```

## Discussion

The returned path can be modified independently.

## See Also

### Placeholder Representations

- [`GSComponent newEmptyBaseGlyphPath`](/Core/GlyphsCore/GSComponent/newEmptyBaseGlyphPath) — A new placeholder path for a base-glyph hierarchy without paths.
- [`GSComponent newBadReferencePath`](/Core/GlyphsCore/GSComponent/newBadReferencePath) — A new placeholder path for a recursive component reference.

