summaryrefslogtreecommitdiff
path: root/docs/var-test.html
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-04-01 05:25:31 +0300
committerRasmus Andersson <rasmus@figma.com>2019-04-01 05:25:31 +0300
commit4a575d2edc18a4f03958008c9e0ff74432480769 (patch)
tree7e868d0c8a363857a4dc46dfe084690a1fd78580 /docs/var-test.html
parent871bcce4e08fc8b6ecf93f3e0d5fade3a50ea893 (diff)
downloadinter-4a575d2edc18a4f03958008c9e0ff74432480769.tar.xz
v3.4v3.4
Diffstat (limited to 'docs/var-test.html')
-rw-r--r--docs/var-test.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/var-test.html b/docs/var-test.html
index d8a0c23b7..6c81174c7 100644
--- a/docs/var-test.html
+++ b/docs/var-test.html
@@ -180,10 +180,20 @@ if (
<tt>font-style:italic</tt>.
</li>
<li>
- <b>Chrome 69:</b> Mapping of <tt>ital</tt> axis to <tt>font-style:italic</tt>
+ <b>Chrome 69+:</b> Mapping of <tt>ital</tt> axis to <tt>font-style:italic</tt>
is not supported.
</li>
<li>
+ <b>Chrome 69+:</b> Rendering of overlapping shapes causes "blobs" or "ink bleed".
+ Overlapping shapes, like the angle + horizontal stem of "A" are
+ rendered in separate MSAA passes and later combined as bitmaps,
+ causing a multiplication effect on the alpha channel.
+ </li>
+ <li>
+ <b>Chrome 69+ (Windows):</b> kerning is incorrect and
+ there are issues with ClearType where for example a lower-case "r"
+ (without hints) might be rendered much lower than a lower-case "n".
+ <li>
<b>Firefox 62:</b> Mapping of <tt>ital</tt> axis to <tt>font-style:italic</tt>
is not supported.
</li>