Class: Mdi::GateXor

Inherits:
MdiData show all
Defined in:
app/models/mdi/gate_xor.rb

Overview

  • Version: 2.3.50

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/gate_xor.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2,4C5,10 5,14 2,20H4C7,14 7,10 4.1,4H2M6,4C9,10 9,14 6,20H9C14,20 18,17 22,12C18,7 14,4 9,4H6M9,6C12.8,6 16,8.1 19.3,12C15.9,15.9 12.8,18 9,18C10.5,14 10.5,10 9,6Z"></path>
  HTML
end