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

Javascript
Path path.unhide()
TIP|

This method is chainable as it returns the Path object

Example

a b c