Learn R Programming

cograph (version 1.5.2)

unregister_svg_shape: Unregister SVG Shape

Description

Remove a custom SVG shape from the registry.

Usage

unregister_svg_shape(name)

Value

Invisible TRUE if removed, FALSE if not found.

Arguments

name

Shape name to remove.

Examples

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

Run the code above in your browser using DataLab