Method: Astromapper::Svg#pirates

Defined in:
lib/astromapper/svg.rb

#pirates(c) ⇒ Object



320
321
322
# File 'lib/astromapper/svg.rb', line 320

def pirates(c);
    return "<!-- Pirates --><text class='symbol' x='#{(c[0]-(@side/3.1)).to_i}' y='#{(c[1]+(@side/7)).to_i}'>\u2620</text>\n"
end