This commit is contained in:
parent
10748e679b
commit
f8d04bf39a
11 changed files with 14 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
|||
</script>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
|
|
@ -193,10 +194,10 @@
|
|||
0.03125.
|
||||
</p>
|
||||
<p>
|
||||
The value is needed for both drop shadows and inset shadows.
|
||||
Sadly, the latter is currently not possible using plain CSS filters.
|
||||
Which is why it requires the use of an SVG filter. But support for
|
||||
external SVG filters (using
|
||||
The value is needed for both drop shadows and inset shadows. Sadly,
|
||||
the latter is currently not possible using plain CSS filters. Which is
|
||||
why it requires the use of an SVG filter. But support for external SVG
|
||||
filters (using
|
||||
<code>url("filter.svg#filter-id")</code>) is still flaky, we instead
|
||||
opted to have to versions of each glow. One using SVG filters for
|
||||
use-cases which support it (like the logo), and one using CSS filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue