Skip to content

Commit

Permalink
Merge pull request #4773 from amaher23/svg-text-forced-colors
Browse files Browse the repository at this point in the history
[css-color-adjust-1] Don't force colors on SVG text by default #3855
  • Loading branch information
atanassov authored Feb 15, 2020
2 parents 066c12c + 33377c7 commit 07c52fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-adjust-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Opting Out of a Forced Color Scheme: the 'forced-color-adjust' property {#forced
<pre>
@namespace "http://www.w3.org/2000/svg";
svg|svg { forced-color-adjust: none; }
svg|text, svg|foreignObject { forced-color-adjust: auto; }
svg|foreignObject { forced-color-adjust: auto; }
</pre>

Performance-based Color Schemes: the 'color-adjust' property {#perf}
Expand Down

0 comments on commit 07c52fc

Please sign in to comment.