---
title: "PathNode"
description: "Represents a single command in a vector graphics path. Each node corresponds to a command in a
standard path data specification."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
sealed class PathNode(val isCurve: Boolean = false, val isQuad: Boolean = false)
```


Represents a single command in a vector graphics path. Each node corresponds to a command in a
standard path data specification.



