mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 15:46:30 +03:00
Map main's two new detector rules into the hook discipline groups
organic-clip-path and buried-raster landed on main after this branch's hook-rule-presentation map; both are produced-imagery rules, grouped under Imagery beside shape-assembled-illustration. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
93218c543a
commit
66632b050a
@@ -94,13 +94,15 @@
|
||||
"id": "organic-clip-path",
|
||||
"name": "Organic contour drawn as clip-path",
|
||||
"description": "A clip-path polygon with many arbitrary vertices, or a curved clip-path path(), is CSS approximating a torn edge, blob, or silhouette. It reads as the cheap version of the effect and is usually a produced or photographic material replaced with code. Derive an alpha matte from the real image, or ship the shape as a cut-out raster; keep clip-path for geometry (cut corners, diagonals, hexagons).",
|
||||
"group": "quality"
|
||||
"group": "quality",
|
||||
"discipline": "Imagery"
|
||||
},
|
||||
{
|
||||
"id": "buried-raster",
|
||||
"name": "Raster buried under a wash or opacity",
|
||||
"description": "A background image under a near-opaque gradient wash, or a raster on an element at near-zero opacity, never reaches the screen: the page shows the wash, and the produced texture or photo ships as a compliance token. Let the material show (a tint under 0.9 alpha, a blend mode, an opacity you can see) or remove the file.",
|
||||
"group": "quality"
|
||||
"group": "quality",
|
||||
"discipline": "Imagery"
|
||||
},
|
||||
{
|
||||
"id": "dark-glow",
|
||||
|
||||
@@ -31,6 +31,8 @@ export const DISCIPLINES = {
|
||||
'pulsing-dot': 'Motion',
|
||||
'blinking-cursor': 'Motion',
|
||||
'shape-assembled-illustration': 'Imagery',
|
||||
'organic-clip-path': 'Imagery',
|
||||
'buried-raster': 'Imagery',
|
||||
'dark-glow': 'Color & Contrast',
|
||||
'radial-halo': 'Color & Contrast',
|
||||
'radial-spotlight-glow': 'Color & Contrast',
|
||||
|
||||
Reference in New Issue
Block a user