Page MenuHomePhabricator

Add ability to pass `width` arg to dot remarkup interpeter
ClosedPublic

Authored by dctrwatson on Feb 14 2014, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 17, 3:00 PM
Unknown Object (File)
Sun, Sep 1, 11:38 PM
Unknown Object (File)
Thu, Aug 29, 5:23 PM
Unknown Object (File)
Wed, Aug 28, 7:21 AM
Unknown Object (File)
Wed, Aug 28, 3:05 AM
Unknown Object (File)
Sun, Aug 25, 3:13 PM
Unknown Object (File)
Sat, Aug 24, 10:44 AM
Unknown Object (File)
Sat, Aug 24, 9:59 AM

Details

Summary

Allows to keep really wide graphs inside the div:

dot (width=100%) {{{ }}}
Test Plan

Created a graph that is wider than a phriction page.
Added (width=100%) and now the images stays within the div.

Diff Detail

Repository
rP Phabricator
Branch
dot
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/applications/metamta/garbagecollector/MetaMTAMailReceivedGarbageCollector.php:7PHL1Unknown Symbol
Errorsrc/applications/metamta/garbagecollector/MetaMTAMailSentGarbageCollector.php:7PHL1Unknown Symbol
Errorsrc/applications/people/garbagecollector/PeopleUserLogGarbageCollector.php:7PHL1Unknown Symbol
Unit
Tests Passed

Event Timeline

dctrwatson updated this revision to Unknown Object (????).Feb 14 2014, 9:00 PM

Change to width like {F...} objects

epriestley added inline comments.
src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterGraphviz.php
19

This will produce "width: " for dot (width=quack) {{{ ... }}}.

52

We'll fatal here for dot {{{ ... }}} with no width, I think.

dctrwatson updated this revision to Unknown Object (????).Feb 14 2014, 9:10 PM
  • Make it work without width arg
  • Allow for more style options in future