class Svgsplitter::Splitter
 
  - Svgsplitter::Splitter
 - Reference
 - Object
 
Defined in:
svgsplitter/splitter.crConstructors
Instance Method Summary
- 
        #build_file(xml, id)
        
          
Ineffeciently build new document by deleting all svg children except those matching the ID parameter
 - #run(dry_run : Bool = false)
 - #write_file(content, path)
 
Constructor Detail
        
        def self.new(input_path : String, output : Athena::Console::Output::Interface, output_path : String | Nil = nil, prefix : String | Nil = "")
        #
      
      
      Instance Method Detail
        
        def build_file(xml, id)
        #
      
      
        Ineffeciently build new document by deleting all svg children except those matching the ID parameter