aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerst <[email protected]>2017-12-30 16:03:46 +0100
committerXhmikosR <[email protected]>2017-12-30 17:03:46 +0200
commit84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649 (patch)
tree88b85b1aacf4593c74bd52acde824bee78a1f2e8
parent625736b17b37b85babc15b0f4a203dc3378008ae (diff)
downloadbootstrap-84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649.tar.xz
bootstrap-84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649.zip
Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)
https://crbug.com/781344
-rw-r--r--_data/browser-bugs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml
index 9756758dd..339e2a18a 100644
--- a/_data/browser-bugs.yml
+++ b/_data/browser-bugs.yml
@@ -250,6 +250,16 @@
-
browser: >
+ Chrome
+ summary: >
+ Significant performance hit for dynamic SVGs with text depending on the number of fonts in `font-family`.
+ upstream_bug: >
+ Chromium#781344
+ origin: >
+ Bootstrap#24673
+
+-
+ browser: >
Safari
summary: >
`rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size`