Support g
tag inside svg
s when creating a custom icon
for a custom theme
#2258
Labels
enhancement
Improved functionality
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
Milestone
Search Terms
Background
When using and
svg
for an icon, it is not uncommon for ansvg
to contain ag
tag to group related shapes or paths.Below is an example of two
circle
s grouped inside ag
:In the default TypeDoc theme, the icons are
svg
s with arect
and apath
.Here is an extract of a
path
currently used forReflectionKind.Enum
:Problem
It is not currently possible to switch the
path
segment out for ag
with, for example, twocircle
s.Suggested Solution
TypeDoc
IntrinsicElements
properties related tosvg
does not includeg
, linkI may miss something but an extension to
IntrinsicElements
should provide the needed capability.The text was updated successfully, but these errors were encountered: