Closed GoogleCodeExporter closed 9 years ago
Original comment by gregmich...@gmail.com
on 1 Oct 2011 at 9:22
Currently we move the label over from inside the node, and set a specific zoom
level 7 visibility on it. This is done with greps in the SVG This makes it so
we can't show labels inside nodes like graphviz default behaviour. In the
short term, we should have a flag to disable our hack (but useful) label
manipulation. In the future we should implement label zooming independently
(new issue). And new version of graphviz has xlabel property to specify
internal or external label positions.
Remove label font size grep and replace with css.
Original comment by skyeb...@gmail.com
on 15 Nov 2011 at 11:38
we need to implement, for nodes and labels, a label_offset_x property and a
label_offset_y property, that we use in graphvizexporter to reposition labels.
this propert needs to be scaled so that it is relative to SVG dimensions.
Original comment by gregmich...@gmail.com
on 15 Nov 2011 at 11:56
Original comment by gregmich...@gmail.com
on 16 Nov 2011 at 12:23
This issue was closed by revision r156.
Original comment by gregmich...@gmail.com
on 19 Nov 2011 at 7:02
Original issue reported on code.google.com by
gregmich...@gmail.com
on 1 Oct 2011 at 8:30