- From: Dirk Schulze via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Nov 2018 10:25:43 +0000
- To: public-svg-issues@w3.org
Here other examples with `display: none;`
* `getTotalLength()`: https://codepen.io/krit/pen/MzbavP
* Chrome does use the length of the `d` attribute until `display: none;` gets removed.
* Others do not implement `d` presentation attribute yet.
* `getPointAtLength()`: https://codepen.io/krit/pen/mQOejW
* Chrome does use the length of the `d` attribute until `display: none;` gets removed.
* Others do not implement `d` presentation attribute yet.
* `getCTM()`: https://codepen.io/krit/pen/YRpydp
* Firefox, Safari, Chrome: Show CTM if `transform` attribute was applied. CSS Transform get ignored no matter if `display: none` is set or not.
* Edge: On `display: none`: offset get negative and transform attribute ignored. Otherwise, `getCTM` follows CSS hierarchy.
--
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/456#issuecomment-437829449 using your GitHub account
Received on Monday, 12 November 2018 10:25:45 UTC