- From: Evgeniy Reizner via GitHub <sysbot+gh@w3.org>
- Date: Sun, 02 Dec 2018 10:52:26 +0000
- To: public-fxtf-archive@w3.org
RazrFalcon has just created a new issue for https://github.com/w3c/fxtf-drafts: == Clarify feTile area == https://drafts.fxtf.org/filter-effects/#feTileElement Example: ```xml <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <filter id="filter1"> <feFlood flood-color="green" x="0" y="0" width="10" height="10"/> <feOffset dx="5" dy="5"/> <feTile x="50" y="50" width="100" height="100"/> </filter> <rect x="20" y="20" width="160" height="160" filter="url(#filter1)"/> <rect x="50" y="50" width="100" height="100" fill="none" stroke="black"/> <rect x="1" y="1" width="198" height="198" fill="none" stroke="black"/> </svg> ``` ![1543747653](https://user-images.githubusercontent.com/725494/49338859-9eed1200-f630-11e8-96ef-381a4696a06a.png) As you can see, everyone understand it differently (Batik crashed). I think that in this test the correct result is in Chrome. At least this is what I've expected. But I'm not sure that this is actually what should be rendered. Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/327 using your GitHub account
Received on Sunday, 2 December 2018 10:52:27 UTC