wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Thirty SVG elements’ names have the wrong case

Open chris-morgan opened this issue 5 years ago • 1 comments

The following SVG element types should have their fourth letter capitalised:

  • SvgaElement
  • SvgfeBlendElement
  • SvgfeColorMatrixElement
  • SvgfeComponentTransferElement
  • SvgfeCompositeElement
  • SvgfeConvolveMatrixElement
  • SvgfeDiffuseLightingElement
  • SvgfeDisplacementMapElement
  • SvgfeDistantLightElement
  • SvgfeDropShadowElement
  • SvgfeFloodElement
  • SvgfeFuncAElement
  • SvgfeFuncBElement
  • SvgfeFuncGElement
  • SvgfeFuncRElement
  • SvgfeGaussianBlurElement
  • SvgfeImageElement
  • SvgfeMergeElement
  • SvgfeMergeNodeElement
  • SvgfeMorphologyElement
  • SvgfeOffsetElement
  • SvgfePointLightElement
  • SvgfeSpecularLightingElement
  • SvgfeSpotLightElement
  • SvgfeTileElement
  • SvgfeTurbulenceElement
  • SvggElement
  • SvgmPathElement
  • SvgsvgElement
  • SvgtSpanElement

chris-morgan avatar Mar 11 '19 04:03 chris-morgan

This doesn't have to be a breaking change - the old names could be kept as type aliases and deprecated in favour of the new ones.

Liamolucko avatar Jun 03 '22 04:06 Liamolucko