- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Jun 2019 18:44:48 +0000
- To: public-fxtf-archive@w3.org
The CSS Working Group just discussed `Clarify how userSpaceOnUse and objectBoundingBox apply to non-SVG elements`. <details><summary>The full IRC log of that discussion</summary> <TabAtkins> Topic: Clarify how userSpaceOnUse and objectBoundingBox apply to non-SVG elements<br> <astearns> github: https://github.com/w3c/fxtf-drafts/issues/249<br> <TabAtkins> AmeliaBR: Mega issue that affects everything in SVG graphical effects that we support applying to CSS boxes<br> <TabAtkins> AmeliaBR: svg effects (gradients, patterns, clips) have a switch for how they're scaled and positioned<br> <TabAtkins> AmeliaBR: So when you apply it to a rect, it can either be scaled to that rect, or to the svg as a whole so a gradient spreads smoothly across multiple rects, etc.<br> <TabAtkins> AmeliaBR: When we added the specs for applying masks/clip-paths/filters to CSS boxes, it was never defined how they map to CSS coordinate spaces<br> <TabAtkins> AmeliaBR: Actual impls are inconsistent<br> <TabAtkins> AmeliaBR: I periodically get bug reports about how this is supposed to work<br> <astearns> TabAtkins: roc had a proposal<br> <astearns> TabAtkins: both anchor position according to CSS coordinate space, (and some other stuff)<br> <astearns> TabAtkins: you at least get consistent sizing<br> <TabAtkins> AmeliaBR: Yes, that's tehe simplest approach that still has sensible results<br> <TabAtkins> AmeliaBR: So boxes are always the size of the css box<br> <dbaron> s/consistent sizing/consistent sizing, but don't have the ability to have multiple boxes with views into the same gradient/<br> <TabAtkins> AmeliaBR: And OBB, which assumes the effect is scaled 0->1 gets that, and USOU gets normal px measurements<br> <dbaron> (I think that's right?)<br> <dbaron> (Tab says it is)<br> <TabAtkins> AmeliaBR: Other possiblity is that you map USOU to the ICB (or nearest CB). Firefox does one of these, don't remember which CB.<br> <TabAtkins> AmeliaBR: This doesn't match roc's proposal.<br> <TabAtkins> AmeliaBR: So ncan we get more eyeballs on this? It prevents us from getting a reasonable spec on several of our fxtf specs.<br> <fantasai> ScribeNick: fantasai<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/249#issuecomment-499618850 using your GitHub account
Received on Thursday, 6 June 2019 18:44:50 UTC