diff --git a/htmltools/svg.py b/htmltools/svg.py index 567bd70..d528cfd 100644 --- a/htmltools/svg.py +++ b/htmltools/svg.py @@ -12,9 +12,9 @@ def a(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = False, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a Parameters ---------- @@ -40,9 +40,9 @@ def a(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = False, **kwargs: TagAt def animate(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate Parameters ---------- @@ -68,9 +68,9 @@ def animate(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def animateMotion(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion Parameters ---------- @@ -96,9 +96,9 @@ def animateMotion(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kw def animateTransform(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform Parameters ---------- @@ -124,9 +124,9 @@ def animateTransform(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, * def circle(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle Parameters ---------- @@ -152,9 +152,9 @@ def circle(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: T def clipPath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath Parameters ---------- @@ -180,9 +180,9 @@ def clipPath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def defs(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs Parameters ---------- @@ -208,9 +208,9 @@ def defs(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def desc(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc Parameters ---------- @@ -236,9 +236,9 @@ def desc(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def discard(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard Parameters ---------- @@ -264,9 +264,9 @@ def discard(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def ellipse(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse Parameters ---------- @@ -292,9 +292,9 @@ def ellipse(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feBlend(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend Parameters ---------- @@ -320,9 +320,9 @@ def feBlend(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feColorMatrix(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feColorMatrix + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feColorMatrix Parameters ---------- @@ -348,9 +348,9 @@ def feColorMatrix(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kw def feComponentTransfer(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComponentTransfer + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComponentTransfer Parameters ---------- @@ -376,9 +376,9 @@ def feComponentTransfer(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True def feComposite(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite Parameters ---------- @@ -404,9 +404,9 @@ def feComposite(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwar def feConvolveMatrix(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix Parameters ---------- @@ -432,9 +432,9 @@ def feConvolveMatrix(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, * def feDiffuseLighting(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting Parameters ---------- @@ -460,9 +460,9 @@ def feDiffuseLighting(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, def feDisplacementMap(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMap + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMap Parameters ---------- @@ -488,9 +488,9 @@ def feDisplacementMap(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, def feDistantLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight Parameters ---------- @@ -516,9 +516,9 @@ def feDistantLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **k def feDropShadow(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow Parameters ---------- @@ -544,9 +544,9 @@ def feDropShadow(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwa def feFlood(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood Parameters ---------- @@ -572,9 +572,9 @@ def feFlood(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feFuncA(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncA + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncA Parameters ---------- @@ -600,9 +600,9 @@ def feFuncA(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feFuncB(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncB + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncB Parameters ---------- @@ -628,9 +628,9 @@ def feFuncB(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feFuncG(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncG + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncG Parameters ---------- @@ -656,9 +656,9 @@ def feFuncG(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feFuncR(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncR + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncR Parameters ---------- @@ -684,9 +684,9 @@ def feFuncR(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feGaussianBlur(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur Parameters ---------- @@ -712,9 +712,9 @@ def feGaussianBlur(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **k def feImage(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage Parameters ---------- @@ -740,9 +740,9 @@ def feImage(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feMerge(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMerge + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMerge Parameters ---------- @@ -768,9 +768,9 @@ def feMerge(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def feMergeNode(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode Parameters ---------- @@ -796,9 +796,9 @@ def feMergeNode(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwar def feMorphology(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology Parameters ---------- @@ -824,9 +824,9 @@ def feMorphology(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwa def feOffset(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset Parameters ---------- @@ -852,9 +852,9 @@ def feOffset(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def fePointLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight Parameters ---------- @@ -880,9 +880,9 @@ def fePointLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwa def feSpecularLighting(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpecularLighting + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpecularLighting Parameters ---------- @@ -908,9 +908,9 @@ def feSpecularLighting(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, def feSpotLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpotLight + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpotLight Parameters ---------- @@ -936,9 +936,9 @@ def feSpotLight(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwar def feTile(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile Parameters ---------- @@ -964,9 +964,9 @@ def feTile(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: T def feTurbulence(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence Parameters ---------- @@ -992,9 +992,9 @@ def feTurbulence(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwa def filter(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter Parameters ---------- @@ -1020,9 +1020,9 @@ def filter(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: T def foreignObject(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject Parameters ---------- @@ -1048,9 +1048,9 @@ def foreignObject(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kw def g(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g Parameters ---------- @@ -1076,9 +1076,9 @@ def g(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAtt def hatch(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hatch + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hatch Parameters ---------- @@ -1104,9 +1104,9 @@ def hatch(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Ta def hatchpath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hatchpath + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hatchpath Parameters ---------- @@ -1132,9 +1132,9 @@ def hatchpath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs def image(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image Parameters ---------- @@ -1160,9 +1160,9 @@ def image(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Ta def line(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line Parameters ---------- @@ -1188,9 +1188,9 @@ def line(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def linearGradient(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient Parameters ---------- @@ -1216,9 +1216,9 @@ def linearGradient(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **k def marker(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker Parameters ---------- @@ -1244,9 +1244,9 @@ def marker(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: T def mask(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask Parameters ---------- @@ -1272,9 +1272,9 @@ def mask(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def metadata(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata Parameters ---------- @@ -1300,9 +1300,9 @@ def metadata(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def mpath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath Parameters ---------- @@ -1328,9 +1328,9 @@ def mpath(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Ta def path(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path Parameters ---------- @@ -1356,9 +1356,9 @@ def path(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def pattern(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern Parameters ---------- @@ -1384,9 +1384,9 @@ def pattern(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def polygon(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon Parameters ---------- @@ -1412,9 +1412,9 @@ def polygon(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def polyline(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline Parameters ---------- @@ -1440,9 +1440,9 @@ def polyline(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: def radialGradient(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient Parameters ---------- @@ -1468,9 +1468,9 @@ def radialGradient(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **k def rect(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a tag. + Create a `` tag. - Creates the SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect + Creates the `` SVG element. Learn more at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect Parameters ---------- @@ -1496,9 +1496,9 @@ def rect(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: Tag def script(*args: TagChild | TagAttrs, _add_ws: TagAttrValue = True, **kwargs: TagAttrValue) -> Tag: """ - Create a