From: Mark Hansen Date: Thu, 22 Oct 2020 09:47:34 +0000 (+1100) Subject: attrs.html: Stop special-casing bitmap output X-Git-Tag: 2.46.0~20^2^2~24^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e120d1cc30444eab9b25267098250a1c25f1d4;p=graphviz attrs.html: Stop special-casing bitmap output No-op change. --- diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 904bc5149..c3c4605a0 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -282,7 +282,7 @@ case, only these constraints are involved, so a faster solver can be used. Distortion factor for shape=polygon. Positive values cause top part to be larger than bottom; negative values do the opposite. -:dpi:G:double:96.0/0.0; bitmap,svg +:dpi:G:double:96.0/0.0; bitmap output,svg This specifies the expected number of pixels per inch on a display device. For bitmap output, this guarantees that text rendering will be done more accurately, both in size and in placement. For SVG output, @@ -1178,7 +1178,7 @@ minimization a second time. The power of the repulsive force used in an extended Fruchterman-Reingold force directed model. Values larger than 1 tend to reduce the warping effect at the expense of less clustering. -:resolution:G:double:96.0/0.0; bitmap,svg +:resolution:G:double:96.0/0.0; bitmap output,svg This is a synonym for the dpi attribute. :root:GN:string/bool:(graphs)/false(nodes); twopi,circo This specifies nodes to be used as the center of the @@ -1408,7 +1408,7 @@ tooltips will be generated, the user should set a tooltip attribute explicitly. #toplabel:N:string:""; # Additional label near top of nodes of shape M*. -:truecolor:G:bool:; bitmap +:truecolor:G:bool:; bitmap output If set explicitly to true or false, the value determines whether or not internal bitmap rendering relies on a truecolor color model or uses a color palette. diff --git a/doc/infosrc/templates/attrs.html.j2 b/doc/infosrc/templates/attrs.html.j2 index 9f3a34ef1..27f237579 100644 --- a/doc/infosrc/templates/attrs.html.j2 +++ b/doc/infosrc/templates/attrs.html.j2 @@ -115,11 +115,7 @@ of the layout programs. not dot {%- else -%} {%- for flag in attr.flags | reverse -%} - {%- if flag == 'bitmap' -%} - bitmap output - {%- else -%} - {{ flag }} - {%- endif -%} + {{ flag }} {%- if not loop.last %}, {% endif -%} {%- endfor %} only {%- endif -%}