Skip to main content

Path.noop()

The Path.noop() method adds a placeholder path operation. A noop operation does nothing, but is intended to be replaced later with Path.insop().

Signature

Path path.noop(string id)
tip

This method is chainable as it returns the Path object

Example

Example of the Path.noop() method