From: Mark Hansen Date: Sun, 7 Jun 2020 09:11:59 +0000 (+1000) Subject: Escape all <= in HTML context X-Git-Tag: 2.44.1~10^2~1^2~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65eb975c587f310a2b1f3bb2c37a5f28f01498fe;p=graphviz Escape all <= in HTML context Mirror image of https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/119/ --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 2b54c4d0f..dfb040476 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -2193,7 +2193,7 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and
Colors can be specified using one of four formats. - +
"#%2x%2x%2x"Red-Green-Blue (RGB)
"#%2x%2x%2x%2x"Red-Green-Blue-Alpha (RGBA)
"H[, ]+S[, ]+V"Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0
"H[, ]+S[, ]+V"Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0
stringcolor name
The specification for the RGB and RGBA formats are the format strings used by sscanf to scan the color value. Thus, these values have the form diff --git a/doc/infosrc/types b/doc/infosrc/types index eb4c62486..14e7ed7fc 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -56,7 +56,7 @@ plus some supported as special cases for backward-compatibility Colors can be specified using one of four formats. - +
"#%2x%2x%2x"Red-Green-Blue (RGB)
"#%2x%2x%2x%2x"Red-Green-Blue-Alpha (RGBA)
"H[, ]+S[, ]+V"Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0
"H[, ]+S[, ]+V"Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0
stringcolor name
The specification for the RGB and RGBA formats are the format strings used by sscanf to scan the color value. Thus, these values have the form