Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up SVGLocatable and SVGTransformable references #5146

Merged
merged 1 commit into from
May 20, 2021

Commits on May 20, 2021

  1. Clean up SVGLocatable and SVGTransformable references

    These were mixin-like interfaces in SVG 1.1:
    https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLocatable
    https://www.w3.org/TR/SVG11/types.html#InterfaceSVGTransformable
    
    Happily, there were no separate pages, the related bits are mostly
    already documented on SVGGraphicsElement:
    https://developer.mozilla.org/en-US/docs/Web/API/SVGGraphicsElement
    
    All that remains of these is now in the specifications tables.
    foolip committed May 20, 2021
    Configuration menu
    Copy the full SHA
    db103f1 View commit details
    Browse the repository at this point in the history