Page MenuHomePhabricator

D8235.id19595.diff
No OneTemporary

D8235.id19595.diff

diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterGraphviz.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterGraphviz.php
--- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterGraphviz.php
+++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterGraphviz.php
@@ -13,6 +13,8 @@
pht('Unable to locate the `dot` binary. Install Graphviz.'));
}
+ $style = idx($argv, 'full') ? 'width: 100%' : '';
+
$future = id(new ExecFuture('dot -T%s', 'png'))
->setTimeout(15)
->write(trim($content));
@@ -41,6 +43,7 @@
'img',
array(
'src' => $file->getBestURI(),
+ 'style' => $style,
));
}

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 6, 12:10 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
12382969
Default Alt Text
D8235.id19595.diff (767 B)

Event Timeline