class Redomi::SVG::SVGElement

Direct Known Subclasses

Defined in:

redomi/svg/svg.cr

Class Method Summary

Instance methods inherited from class Redomi::Node

[](attribute : String) [], []=(attribute : String, value : String) []=, app : App app, append_child(node : Node) append_child, class_name=(cssClass : String) class_name=, first_child first_child, id : Int32 id, init init, on_click(&on_click : Node -> Void) on_click, parent parent, remove_child(child : Node) remove_child, text_content text_content, text_content=(text : String) text_content=

Class methods inherited from class Redomi::Node

append_to(tag, parent : Node)
append_to(tag, parent : Node, &)
append_to
, namespace namespace

Instance methods inherited from class Object

to_redomi(app) to_redomi

Class Method Detail

def self.namespace #

[View source]