- From: Dirk Schulze via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Apr 2018 14:26:40 +0000
- To: public-css-archive@w3.org
Created another example here: https://codepen.io/krit/pen/LmGyJy The example has 8 rectangle stripes. * The first 4 are as width as the viewport. * The last 4 half the size of the viewport. * For the first 2 of each a `transform` property gets applied with percentage values. * For the last two, `gradientTransform`. `objectBoundingBox` and `userSpaceOnUse` are used between the 8 rects. The `transform` property only gets implemented in Blink. The results are not fully conclusive (Blink has an issue with one of the `gradientTransform`s). However, it is save to say that Blink does not use the reference box of the referencing element. -- GitHub Notification of comment by dirkschulze Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/893#issuecomment-383594593 using your GitHub account
Received on Monday, 23 April 2018 14:26:46 UTC