Skip to main content

Path.unhide()

The Path.unhide() method unhides the path so it appears in the output. By default, paths are not hidden. So you should only call this on path previously hidden via Path.hide().

Signature

Path path.unhide()
tip

This method is chainable as it returns the Path object

Example

a b c

Example of the Path.unhide() method