Method: Inkmake::InkscapeRemote#export
- Defined in:
- lib/inkmake.rb
#export(opts) ⇒ Object
337 338 339 340 341 342 343 |
# File 'lib/inkmake.rb', line 337 def export(opts) if @inkscape_version == 0 then export0(opts) else export1(opts) end end |