SVGAElement: pathname property

The pathname property of the SVGAElement interface returns a string containing an initial / followed by the path of the URL, not including the query string or fragment.

This property can be set, to change the URL's pathname.

Value

A string.

Specifications

This feature does not appear to be defined in any specification.

Browser compatibility

See also

  • SVG <a> element