Skip to content

SVG baseVal #1528

Open
Open
@Rich-Harris

Description

@Rich-Harris

It turns out that this...

rect.x.baseVal.value = 200;

...is faster than this:

rect.setAttribute('x', 200);

This might be something we can use to our benefit.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions