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
#+END_HTML ... dot diagram here ... #+BEGIN_HTML
#+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 ________________________________ CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of any kind is strictly prohibited. If you are not the intended recipient, please contact the sender via reply e-mail and destroy all copies of the original message. Thank you.