linkedom icon indicating copy to clipboard operation
linkedom copied to clipboard

missing viewBox methods...

Open swamidass opened this issue 3 years ago • 1 comments

What is the best way to patch viewBox attributes in SVGs to implement baseVal?

https://developer.mozilla.org/en-US/docs/Web/API/SVGMarkerElement/viewBox

swamidass avatar Mar 29 '22 18:03 swamidass

@swamidass do something similar that has been done for class and className accessor in the svg element file.

Please remember to add tests or it won't pass without 100% code-coverage 👋

WebReflection avatar Mar 31 '22 13:03 WebReflection