Method: GraphImageDrawerModule#to_svgz
- Defined in:
- lib/technical_graph/graph_image_drawer_module.rb
#to_svgz ⇒ Object
52 53 54 |
# File 'lib/technical_graph/graph_image_drawer_module.rb', line 52 def to_svgz drawer.deflate_string( to_format('svg') ) end |