Skip to content

Commit

Permalink
Revert "Add SVG elements"
Browse files Browse the repository at this point in the history
This reverts commit 880ee61.
  • Loading branch information
kjk committed Jul 30, 2024
1 parent 880ee61 commit 0acb1f1
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions parser/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,71 +77,6 @@ var (
"progress": {},
"section": {},
"video": {},

// SVG
// "a": {},
"animate": {},
"animateMotion": {},
"animateTransform": {},
"circle": {},
"clipPath": {},
"defs": {},
"desc": {},
"ellipse": {},
"feBlend": {},
"feColorMatrix": {},
"feComponentTransfer": {},
"feComposite": {},
"feConvolveMatrix": {},
"feDiffuseLighting": {},
"feDisplacementMap": {},
"feDistantLight": {},
"feDropShadow": {},
"feFlood": {},
"feFuncA": {},
"feFuncB": {},
"feFuncG": {},
"feFuncR": {},
"feGaussianBlur": {},
"feImage": {},
"feMerge": {},
"feMergeNode": {},
"feMorphology": {},
"feOffset": {},
"fePointLight": {},
"feSpecularLighting": {},
"feSpotLight": {},
"feTile": {},
"feTurbulence": {},
"filter": {},
"foreignObject": {},
"g": {},
"image": {},
"line": {},
"linearGradient": {},
"marker": {},
"mask": {},
"metadata": {},
"mpath": {},
"path": {},
"pattern": {},
"polygon": {},
"polyline": {},
"radialGradient": {},
"rect": {},
// "script": {},
"set": {},
"stop": {},
// "style": {},
"svg": {},
"switch": {},
"symbol": {},
"text": {},
"textPath": {},
"title": {},
"tspan": {},
"use": {},
"view": {},
}
)

Expand Down

0 comments on commit 0acb1f1

Please sign in to comment.