ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
863 stars 125 forks source link

fix: pathLength added to ShapeElementSVGAttributes #220

Closed Ladvace closed 1 year ago

Ladvace commented 1 year ago

Summary:

I've added the missing pathLength to the ShapeElementSVGAttributes interface

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/pathLength

ryansolid commented 1 year ago

Thanks