Skip to content

Commit

Permalink
Add plugin documentation in new svgo documentation format.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Aug 29, 2024
1 parent 99a01d4 commit 886ade6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/04-plugins/dereferenceUses.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: dereferenceUses
svgo:
pluginId: dereferenceUses
defaultPlugin: false
parameters:
keepHref:
description: keep (xlink:)href attributes
default: false
symbolContainer:
description: browsers use <svg/> as container of <symbol/> content (e.g. <g> could also be used)
default: 'svg'
---

Dereferences <use/> elements.

0 comments on commit 886ade6

Please sign in to comment.