muh gamma curves
This commit is contained in:
parent
09936f3d6c
commit
e4506c43c5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -152,11 +152,11 @@ Style =
|
||||
Style.lightTheme = bgColor.isLight()
|
||||
|
||||
Style.svg.innerHTML = """
|
||||
<svg xmlns='http://www.w3.org/2000/svg' height=0>
|
||||
<filter id='captcha-filter' color-interpolation-filters='sRGB'><feColorMatrix values='#{Style.filter Style.matrix theme["Text"], theme["Input Background"]} 0 0 0 1 0' /></filter>
|
||||
<filter id='mascot-filter' color-interpolation-filters='sRGB'><feColorMatrix values='#{Style.silhouette Style.matrix replyRGB} 0 0 0 1 0' /></filter>
|
||||
<svg xmlns='http://www.w3.org/2000/svg' height=0 color-interpolation-filters='sRGB'>
|
||||
<filter id='captcha-filter'><feColorMatrix values='#{Style.filter Style.matrix theme["Text"], theme["Input Background"]} 0 0 0 1 0' /></filter>
|
||||
<filter id='mascot-filter'><feColorMatrix values='#{Style.silhouette Style.matrix replyRGB} 0 0 0 1 0' /></filter>
|
||||
<filter id="grayscale"><feColorMatrix id="color" type="saturate" values="0" /></filter>
|
||||
<filter id="icons-filter" color-interpolation-filters='sRGB'><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0' /></filter>
|
||||
<filter id="icons-filter"><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0' /></filter>
|
||||
</svg>
|
||||
"""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user