Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 902 Bytes

File metadata and controls

15 lines (13 loc) · 902 Bytes

Known Bugs

0.0.1-dev

  • The /public/asset/img/star-awesome.svg doesn’t work as expected in WebKit because it’s not passing the fragment to the SVG and therefor breaks the :target selector in the SVG styles. No known workaround.
  • Gmail refuses to accept IPv6 emails due to wrong reverse DNS look-up. Have a look at this Google help article.

Solved

  • Internet Explorer isn't displaying SVG images embedded via img tags
    • The solution is to set the viewBox attribute on the root element, rather than width and height. [ref]
  • Safari displays SVGs totally distorted.
    • The solution is to set the preserveAspectRatio attribute to xMinYMin none. [ref]