Skip to contents

Remove a custom SVG shape from the registry.

Usage

unregister_svg_shape(name)

Arguments

name

Shape name to remove.

Value

Invisible TRUE if removed, FALSE if not found.

Examples

# Attempt to unregister a non-existent shape (returns FALSE)
unregister_svg_shape("nonexistent")