Class DuplicatedNode

java.lang.Object

public final class DuplicatedNode extends TransformedNode
Represents a specialized type of TransformedNode, where the transformation process duplicates the SVG structure of the original Node.

This class ensures that a copy of the provided Node's SVG content is created with updated identifiers to prevent id conflicts.

Author:
Syam