跳到主要内容

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()
提示

This method is chainable as it returns the Path object

Example

a b c

Example of the Path.unhide() method