Production rules · Graphics
GFX-012
Soft rule priority 83 domain: graphics encoding
Rationale
Area grows in two dimensions and can exaggerate a linear value.
IF — conditions (all must hold)
- graphic.area_used_for_linear_value eq true
THEN — actions
- add_flag "AREA_ENCODING_DISTORTION"
- propose "use_length_or_map_area_proportionally"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GFX-012",
"domain": "graphics",
"priority": 83,
"hard": false,
"logic": "all",
"when": [
{
"path": "graphic.area_used_for_linear_value",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "AREA_ENCODING_DISTORTION"
},
{
"op": "propose",
"value": "use_length_or_map_area_proportionally"
}
],
"rationale": "Area grows in two dimensions and can exaggerate a linear value.",
"tags": [
"encoding"
]
}