unregister_svg_shape: Unregister SVG Shape

View source: R/shapes-svg.R

unregister_svg_shapeR Documentation

Unregister SVG Shape

Description

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")

cograph documentation built on April 1, 2026, 1:07 a.m.