776 B
776 B
title |
---|
Attributes |
An Attributes object holds attributes for a variety of other objects.
Signature
Attributes new Attributes()
The Attributes constructor takes no arguments.
Methods
An Attributes object exposes the following methods:
Notes
Attributes are attached to Point
,
Path
, and Snippet
objects,
as well as the internal Svg
object.
All of these have an instantiated Attributes object in their attributes
property, as well as a number of (chainable) helper methods to manipulate the
attributes. You will typically use these higher-level method and thus are
unlikely to interact with an Attributes object directly.