class LuckySvgSpriteCli::TagFactory

Defined in:

lucky_svg_sprite_cli/tags/tag_factory.cr

Constant Summary

TEXT_TAG_NAME = "-text"

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : Myhtml::Node, depth : Int32, format : Format) #

[View source]

Instance Method Detail

def build : Tag #

[View source]
def depth : Int32 #

[View source]

[View source]
def single_line_tag?(tag) #

[View source]
def tag : Myhtml::Node #

[View source]
def text_tag?(tag) #

[View source]