# EIP-4883: Composable SVG NFT

By [lvx](https://paragraph.com/@flyingpet) · 2022-05-07

---

讨论[EIP-4883 6](https://github.com/ethereum/EIPs/pull/4888/files)

NFT 具有公共渲染功能，可返回可组合的 SVG 主体。

SVG 规范 渲染模型：[SVG 1.1 规范第 3 节 3](https://w3.org/TR/SVG11/render.html)

### 实现

可组合 SVG 的实现：

*   [花式鲁吉 1](https://github.com/scaffold-eth/scaffold-eth/tree/fancy-loogies)
    
*   [洛基坦克2](https://github.com/scaffold-eth/scaffold-eth/tree/oe-loogie-tank-prod)
    
*   [熊猫派对](https://github.com/AlexPartyPanda/party-panda-nft)
    

#### BuidlGuidl BTF - 可组合的 SVG NFT 演示

花式 Loogies 和 Loogie 背心

#### 熊猫派对

美国背景和同事的 Party Panda NFT 示例： [Rinkeby OpenSea 5 上的 Party Panda #88](https://testnets.opensea.io/assets/0x6093683ffb289711d48b63e2ea117a2236d50596/88)

### 渲染功能名称

需要规范渲染功能名称：

Loogies 使用`renderTokenById`

---

*Originally published on [lvx](https://paragraph.com/@flyingpet/eip-4883-composable-svg-nft)*
