Re: [csswg-drafts] [css-images] @image rule for manipulating images (#6807)

If this feature was about _image creation_, it should not be limited to a single layer, i.e. it would require nesting or additive sources. 

~~~~ css
@image --composite {
  @layer --stage {
    src: "backdrop.jpg";
  }
  @layer --scene {
    src: "parallax.png";
  }
  @layer --actor {
    src: "map.svg#sprite";
    position: 200px 300px;
  }
}
~~~~

I believe this would be suggested by the generic name `@image`. Otherwise, a different and more specific name should be chosen, e.g. `@image-effect`. 

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6807#issuecomment-1222481677 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 22 August 2022 15:00:00 UTC