I’m using a ‘dot’ section to create an SVG image, then exporting my document to HTML:
#+BEGIN_SRC dot :exports results :file process-diag.svg
digraph {
"foo.rds" -> "foo.csv";
...
}
#+END_SRC
My diagram ends up pretty huge though, and I want to shrink it down. ":width 1000" doesn’t seem to have any effect, nor does wrapping like so:
#+BEGIN_HTML
<div style="width:100%">
#+END_HTML
... dot diagram here ...
#+BEGIN_HTML
</div>
#+END_HTML
... because the interior SVG just overrides the width of its parent.
Any suggestions?
I’m using version 7.9.2-dist . Thanks.
--
Ken Williams, Senior Research Scientist
WindLogics
http://windlogics.com