26 lines
861 B
Diff
26 lines
861 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Mon, 5 Jun 2023 17:02:33 +0000
|
|
Subject: Deprecate Data URL in SVGUseElement
|
|
|
|
---
|
|
.../blink/renderer/platform/runtime_enabled_features.json5 | 5 ++---
|
|
1 file changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
|
@@ -2939,9 +2939,8 @@
|
|
status: "stable",
|
|
},
|
|
{
|
|
- name: "RemoveDataUrlInSvgUse",
|
|
- status: "experimental",
|
|
- base_feature: "none",
|
|
+ name: "RemoveDataUrlInSvgUse", // enabled by default
|
|
+ status: "stable",
|
|
},
|
|
{
|
|
name: "RemoveLegacySizeComputation",
|
|
--
|
|
2.25.1
|