> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# NFTSVG

Provides a function for generating an SVG associated with a Uniswap NFT

## Functions

### generateSVG

```solidity theme={null}
  function generateSVG(
  ) internal returns (string svg)
```

### getCurve

```solidity theme={null}
  function getCurve(
  ) internal returns (string curve)
```

### generateSVGCurveCircle

```solidity theme={null}
  function generateSVGCurveCircle(
  ) internal returns (string svg)
```

### rangeLocation

```solidity theme={null}
  function rangeLocation(
  ) internal returns (string, string)
```

### isRare

```solidity theme={null}
  function isRare(
  ) internal returns (bool)
```
